2024-07-22 22:57:25 +02:00
|
|
|
# This file is part of systemd.
|
|
|
|
|
#
|
|
|
|
|
# Database for Hardware Wallets that should be accessible to the seat owner.
|
2025-05-14 17:44:25 +02:00
|
|
|
#
|
|
|
|
|
# The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
|
|
|
|
|
#
|
|
|
|
|
# To add local entries, create a new file
|
|
|
|
|
# /etc/udev/hwdb.d/71-hardware-wallets-local.hwdb
|
2024-07-22 22:57:25 +02:00
|
|
|
# and add your rules there. To load the new rules execute (as root):
|
|
|
|
|
# systemd-hwdb update
|
2025-05-14 17:44:25 +02:00
|
|
|
# udevadm trigger /dev/…
|
|
|
|
|
#
|
|
|
|
|
# If your changes are generally applicable, send them as a pull request to
|
|
|
|
|
# https://github.com/systemd/systemd
|
|
|
|
|
# or create a bug report on https://github.com/systemd/systemd/issues and
|
|
|
|
|
# include your new rules, a description of the device, and the output of
|
|
|
|
|
# udevadm info
|
|
|
|
|
# for the device.
|
|
|
|
|
#
|
|
|
|
|
# Allowed properties are:
|
2025-05-14 17:59:34 +02:00
|
|
|
# ID_HARDWARE_WALLET=0|1
|
2024-07-22 22:57:25 +02:00
|
|
|
|
|
|
|
|
################
|
|
|
|
|
# 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
|