1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/packer/udev_rules/99-custom.rules
2017-11-03 13:44:39 +01:00

15 lines
547 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"
# bluepill
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6017", MODE="660", GROUP="plugdev", TAG+="uaccess"
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6018", MODE="660", GROUP="plugdev", TAG+="uaccess"
LABEL="custom_rules_end"