Skip to content
Snippets Groups Projects
Commit 11860291 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

packer: add custom udev rules

parent 901bbf68
No related branches found
No related tags found
No related merge requests found
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment