diff --git a/ansible/files/udev/20-hw1.rules b/ansible/files/udev/20-hw1.rules new file mode 100644 index 0000000..99f386b --- /dev/null +++ b/ansible/files/udev/20-hw1.rules @@ -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"