updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nexys2prog / 55-nexys2.rules
blobe16cef05134dc9bf2c2fdc5051ff3788b02e7d0e
1 # /etc/udev/rules.d/55-nexys2.rules
2 SUBSYSTEM!="usb|usb_device", GOTO="nexys2_rules_end"
3 ACTION!="add", GOTO="nexys2_rules_end"
5 ATTRS{idVendor}=="1443", ATTRS{idProduct}=="0005", MODE="0660", GROUP="tty"
7 LABEL="nexys2_rules_end"