Blame view

RIOT/dist/tools/packer/udev_rules/99-custom.rules 345 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
  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"