2017-06-02 11:05:30 +02:00
|
|
|
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"
|
|
|
|
|
2017-11-03 13:42:47 +01:00
|
|
|
# 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"
|
|
|
|
|
2017-06-02 11:05:30 +02:00
|
|
|
LABEL="custom_rules_end"
|