mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
hwdb.d: update/expand boilerplate on various hwdb files
We don't want to encourage people to copy the whole files. The boilerplate text that recommends an override file rather than a full copy appeared first in0213a26f65, but was added in other places in57bb707d48. Directly inspired by951e8cb060, but the wrong boilerplate was added in other places too.
This commit is contained in:
@@ -3,13 +3,25 @@
|
||||
# Database for AV production controllers that should be accessible to the seat owner.
|
||||
#
|
||||
# This covers DJ tables, music-oriented key pads, and streaming-oriented key pads
|
||||
# such as Elgato Stream Deck
|
||||
# such as Elgato Stream Deck.
|
||||
#
|
||||
# To add local entries, copy this file to
|
||||
# /etc/udev/hwdb.d/
|
||||
# The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
|
||||
#
|
||||
# To add local entries, create a new file
|
||||
# /etc/udev/hwdb.d/71-av-production-local.hwdb
|
||||
# and add your rules there. To load the new rules execute (as root):
|
||||
# systemd-hwdb update
|
||||
# udevadm trigger
|
||||
# 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:
|
||||
# ID_AV_PRODUCTION_CONTROLLER=1
|
||||
|
||||
################
|
||||
# Ableton
|
||||
|
||||
@@ -1,12 +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/
|
||||
#
|
||||
# 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
|
||||
# and add your rules there. To load the new rules execute (as root):
|
||||
# systemd-hwdb update
|
||||
# udevadm trigger
|
||||
# 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:
|
||||
# ID_HARDWARE_WALLET=1
|
||||
|
||||
################
|
||||
# Trezor Hardware Wallets
|
||||
|
||||
@@ -1,14 +1,26 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# Database for remote controllable lights that should be accessible to the seat owner,
|
||||
# such as Bluetooth or USB lights that are used in conjuction with the computer like
|
||||
# streaming lights.
|
||||
# Database for remote controllable lights that should be accessible to the seat
|
||||
# owner, such as Bluetooth or USB lights that are used in conjuction with the
|
||||
# computer like streaming lights.
|
||||
#
|
||||
# To add local entries, copy this file to
|
||||
# /etc/udev/hwdb.d/
|
||||
# The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
|
||||
#
|
||||
# To add local entries, create a new file
|
||||
# /etc/udev/hwdb.d/71-lights-local.hwdb
|
||||
# and add your rules there. To load the new rules execute (as root):
|
||||
# systemd-hwdb update
|
||||
# udevadm trigger
|
||||
# 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:
|
||||
# ID_AV_LIGHTS=1
|
||||
|
||||
################
|
||||
# Logitech
|
||||
|
||||
@@ -1,12 +1,25 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# Database for software-defined radio devices that should be accessible to the seat owner.
|
||||
# Database for software-defined radio devices that should be accessible to the
|
||||
# seat owner.
|
||||
#
|
||||
# To add local entries, copy this file to
|
||||
# /etc/udev/hwdb.d/
|
||||
# The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
|
||||
#
|
||||
# To add local entries, create a new file
|
||||
# /etc/udev/hwdb.d/71-software-radio-local.hwdb
|
||||
# and add your rules there. To load the new rules execute (as root):
|
||||
# systemd-hwdb update
|
||||
# udevadm trigger
|
||||
# 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:
|
||||
# ID_SOFTWARE_RADIO=1
|
||||
|
||||
################
|
||||
# Nuand
|
||||
|
||||
@@ -1,12 +1,24 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# Database of sound hardware that gets misdetected
|
||||
# Database of sound hardware that gets misdetected.
|
||||
#
|
||||
# To add local entries, copy this file to
|
||||
# /etc/udev/hwdb.d/
|
||||
# The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
|
||||
#
|
||||
# To add local entries, create a new file
|
||||
# /etc/udev/hwdb.d/71-sound-card-local.hwdb
|
||||
# and add your rules there. To load the new rules execute (as root):
|
||||
# systemd-hwdb update
|
||||
# udevadm trigger
|
||||
# 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:
|
||||
# SOUND_FORM_FACTOR
|
||||
|
||||
###########################################################
|
||||
# Corsair
|
||||
|
||||
Reference in New Issue
Block a user