mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
0fcee2c4de
(cherry picked from commit 2cf425ec573b8f67025c5e74cd267015129e7349) (cherry picked from commit a78a52465298e8f5a927da9c9fc56c41837018aa) (cherry picked from commit e8fe599736d70fbaf553940ea99360575637408b) (cherry picked from commit f3eff7a838128dc690683aa94b9e1fbea3924bae)
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
|