add udev rule
This commit is contained in:
parent
9870188ee4
commit
c1a02a4b2c
1 changed files with 8 additions and 0 deletions
8
ansible/files/udev/20-hw1.rules
Normal file
8
ansible/files/udev/20-hw1.rules
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# HW.1, Nano
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c|2b7c|3b7c|4b7c", TAG+="uaccess", TAG+="udev-acl"
|
||||
|
||||
# Blue, NanoS, Aramis, HW.2, Nano X, NanoSP, Stax, Ledger Test,
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2c97", TAG+="uaccess", TAG+="udev-acl"
|
||||
|
||||
# Same, but with hidraw-based library (instead of libusb)
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="2c97", MODE="0666"
|
||||
Loading…
Add table
Add a link
Reference in a new issue