mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Update USB VID/PID
This commit is contained in:
parent
3ca6e61a0e
commit
3d31d2662a
2
TODO
2
TODO
@ -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
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user