Update USB VID/PID

This commit is contained in:
iabdalkader 2015-07-21 17:42:31 +02:00
parent 3ca6e61a0e
commit 3d31d2662a
3 changed files with 4 additions and 6 deletions

2
TODO
View File

@ -9,10 +9,10 @@ Done:
* Fix sensor clock
* Update to MP 1.4.4
* Add udev rules help and check for udev file
* Update USB PID:VID
Todo:
* Fix silkscreen
* Fix USB PID:VID
* Write colorbar test
* Update MLX driver
* Use HW I2C for MLX

@ -1 +1 @@
Subproject commit f14020927c078ed8c8259d26e4962294d9e5d772
Subproject commit e34832c823379316d67d0fbeec27f38ac0dc596c

View File

@ -1,9 +1,7 @@
#OpenMV
#SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", MODE:="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE:="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", MODE:="0666", SYMLINK+="openmvcam"
# If you share your linux system with other users, or just don't like the
# idea of write permission for everybody, you can replace MODE:="0666" with
# OWNER:="yourusername" to create the device owned by you, or with
# GROUP:="somegroupname" and mange access using standard unix groups.
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="abd1", MODE:="0666", SYMLINK+="openmvcam"