mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-07 05:02:38 +00:00
udev: add more info about udev rules path
This commit is contained in:
parent
2a3adb584d
commit
dddc628974
@ -1,6 +1,11 @@
|
||||
# TREZOR: The Original Hardware Wallet
|
||||
# https://trezor.io/
|
||||
# Put this file into /usr/lib/udev/rules.d
|
||||
#
|
||||
# Put this file into /etc/udev/rules.d
|
||||
#
|
||||
# If you are creating a distribution package,
|
||||
# put this into /usr/lib/udev/rules.d or /lib/udev/rules.d
|
||||
# depending on your distribution
|
||||
|
||||
# TREZOR
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="534c", ATTR{idProduct}=="0001", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="trezor%n"
|
||||
|
Loading…
Reference in New Issue
Block a user