see https://github.com/bitcoin-core/HWI/pull/746 maybe closes https://github.com/spesmilo/electrum/issues/9179
9 lines
386 B
Plaintext
9 lines
386 B
Plaintext
# 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"
|