2013-11-22 16:27:47 +00:00
|
|
|
# TREZOR: The Hardware Bitcoin Wallet
|
|
|
|
# http://bitcointrezor.com/
|
2015-04-14 13:45:35 +00:00
|
|
|
# Put this file into /usr/lib/udev/rules.d
|
2013-11-22 16:27:47 +00:00
|
|
|
|
2015-02-05 13:05:56 +00:00
|
|
|
# Raspbian does not understand the new TAG+="uaccess", TAG+="udev-acl" syntax, use MODE+GROUP for now ... :-(
|
|
|
|
|
2013-11-22 16:27:47 +00:00
|
|
|
# TREZOR
|
2015-02-05 13:05:56 +00:00
|
|
|
SUBSYSTEM=="usb", ATTR{idVendor}=="534c", ATTR{idProduct}=="0001", MODE="0666", GROUP="dialout", SYMLINK+="trezor%n"
|
2015-03-30 18:43:43 +00:00
|
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="534c", ATTRS{idProduct}=="0001", MODE="0666", GROUP="dialout"
|
2013-11-22 16:27:47 +00:00
|
|
|
|
2016-09-22 15:50:48 +00:00
|
|
|
# TREZOR v2
|
|
|
|
SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="53c0", MODE="0666", GROUP="dialout", SYMLINK+="trezor%n"
|
|
|
|
SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="53c1", MODE="0666", GROUP="dialout", SYMLINK+="trezor%n"
|
|
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="53c0", MODE="0666", GROUP="dialout"
|
|
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="53c1", MODE="0666", GROUP="dialout"
|
|
|
|
|
2013-11-22 16:27:47 +00:00
|
|
|
# TREZOR Raspberry Pi Shield
|
2015-02-05 13:05:56 +00:00
|
|
|
SUBSYSTEM=="usb", ATTR{idVendor}=="10c4", ATTR{idProduct}=="ea80", MODE="0666", GROUP="dialout", SYMLINK+="trezor%n"
|
2016-09-22 15:50:48 +00:00
|
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea80", MODE="0666", GROUP="dialout"
|