1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/udev/51-trezor-udev.rules

12 lines
489 B
Plaintext
Raw Normal View History

2013-11-22 16:27:47 +00:00
# TREZOR: The Hardware Bitcoin Wallet
# http://bitcointrezor.com/
2013-12-29 23:32:26 +00:00
# Put this file to /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"
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"