mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
a78a524652
(cherry picked from commit 2cf425ec57
)
25 lines
493 B
Plaintext
25 lines
493 B
Plaintext
# 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
|