mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-24 00:18:26 +00:00
12 lines
489 B
Plaintext
12 lines
489 B
Plaintext
# TREZOR: The Hardware Bitcoin Wallet
|
|
# http://bitcointrezor.com/
|
|
# Put this file to /lib/udev/rules.d/
|
|
|
|
# Raspbian does not understand the new TAG+="uaccess", TAG+="udev-acl" syntax, use MODE+GROUP for now ... :-(
|
|
|
|
# TREZOR
|
|
SUBSYSTEM=="usb", ATTR{idVendor}=="534c", ATTR{idProduct}=="0001", MODE="0666", GROUP="dialout", SYMLINK+="trezor%n"
|
|
|
|
# TREZOR Raspberry Pi Shield
|
|
SUBSYSTEM=="usb", ATTR{idVendor}=="10c4", ATTR{idProduct}=="ea80", MODE="0666", GROUP="dialout", SYMLINK+="trezor%n"
|