mirror of
https://abf.rosa.ru/djam/lego-mindstorms-udev-rules.git
synced 2025-02-23 14:42:52 +00:00
Rules for Lego NXT and EV3
This commit is contained in:
commit
676981b898
1 changed files with 8 additions and 0 deletions
8
96-lego-mindstorms-udev.rules
Normal file
8
96-lego-mindstorms-udev.rules
Normal file
|
@ -0,0 +1,8 @@
|
|||
# udev rules for lego-mindstorms controllers
|
||||
# The use of mode 666 can be considered safe, because this device is a robot toy for programming lessons.
|
||||
# nxt
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0002", MODE="0666"
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0002", MODE="0666"
|
||||
# ev3
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0005", MODE="0666"
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0005", MODE="0666"
|
Loading…
Add table
Reference in a new issue