1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/dist/tools/packer/udev_rules/99-custom.rules
2017-06-02 11:09:33 +02:00

11 lines
345 B
Plaintext

ACTION!="add|change", GOTO="custom_rules_end"
SUBSYSTEM!="usb|tty|hidraw", GOTO="custom_rules_end"
# cp210x UART
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="660", GROUP="plugdev", TAG+="uaccess"
# Arduino Due
ATTRS{idVendor}=="2341", ATTRS{idProduct}=="003d", MODE="660", GROUP="plugdev", TAG+="uaccess"
LABEL="custom_rules_end"