-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add udev rules for trezor hw wallet devices
(cherry picked from commit 2cf425ec573b8f67025c5e74cd267015129e7349) (cherry picked from commit a78a52465298e8f5a927da9c9fc56c41837018aa) (cherry picked from commit e8fe599) (cherry picked from commit f3eff7a) (cherry picked from commit 0fcee2c)
- Loading branch information
1 parent
7903868
commit ae1b117
Showing
4 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file is part of systemd. | ||
# | ||
# Database for Hardware Wallets that should be accessible to the seat owner. | ||
## | ||
# To add local entries, copy this file to | ||
# /etc/udev/hwdb.d/ | ||
# and add your rules there. To load the new rules execute (as root): | ||
# systemd-hwdb update | ||
# udevadm trigger | ||
|
||
################ | ||
# Trezor Hardware Wallets | ||
################ | ||
|
||
# Trezor v1 | ||
usb:v534Cp0001* | ||
ID_HARDWARE_WALLET=1 | ||
|
||
# Trezor v2 | ||
usb:v1209p53C0* | ||
ID_HARDWARE_WALLET=1 | ||
|
||
usb:v1209p53C1* | ||
ID_HARDWARE_WALLET=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters