repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
nexys2prog
/
55-nexys2.rules
blob
e16cef05134dc9bf2c2fdc5051ff3788b02e7d0e
1
# /etc/udev/rules.d/55-nexys2.rules
2
SUBSYSTEM!="usb|usb_device", GOTO="nexys2_rules_end"
3
ACTION!="add", GOTO="nexys2_rules_end"
4
5
ATTRS{idVendor}=="1443", ATTRS{idProduct}=="0005", MODE="0660", GROUP="tty"
6
7
LABEL="nexys2_rules_end"