mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
hwdb: say that settings can be also set to 0
We recommend that users create overriddes. This creates the problem that there is no syntax to unset a property. Thus, the user needs to just set the property to "something else" in the override file. But then the blurb saying that "VAR=1" (or "VAR=0" in some cases) is the only allowed value can be confusing. Say that both 0 and 1 can be set, since this documentation is also intended for end users. In our files, we generally don't want the override values anywhere. But we have a test which checks the rvalue, which should be enough.
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
# for the device.
|
||||
#
|
||||
# Allowed properties are:
|
||||
# ID_AUTOSUSPEND=1
|
||||
# ID_AUTOSUSPEND=0|1
|
||||
# ID_AUTOSUSPEND_DELAY_MS=####
|
||||
# ID_PERSIST=0
|
||||
# ID_PERSIST=0|1
|
||||
#
|
||||
# ID_AUTOSUSPEND_DELAY_MS adjusts the delay for autosuspend to something
|
||||
# different than the kernel default of 2000ms.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
# device, and not the (parent) PCI device, is tagged with 'master-of-seat'.
|
||||
#
|
||||
# Allowed properties are:
|
||||
# ID_TAG_MASTER_OF_SEAT=1
|
||||
# ID_TAG_MASTER_OF_SEAT=0|1
|
||||
|
||||
#########################################
|
||||
# eXtreme Graphic Innovation (XGI)
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
# for the device.
|
||||
#
|
||||
# Allowed properties are:
|
||||
# ID_AV_PRODUCTION_CONTROLLER=1
|
||||
# ID_AV_PRODUCTION_CONTROLLER=0|1
|
||||
|
||||
################
|
||||
# Ableton
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
# for the device.
|
||||
#
|
||||
# Allowed properties are:
|
||||
# ID_HARDWARE_WALLET=1
|
||||
# ID_HARDWARE_WALLET=0|1
|
||||
|
||||
################
|
||||
# Trezor Hardware Wallets
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# for the device.
|
||||
#
|
||||
# Allowed properties are:
|
||||
# ID_AV_LIGHTS=1
|
||||
# ID_AV_LIGHTS=0|1
|
||||
|
||||
################
|
||||
# Logitech
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
# for the device.
|
||||
#
|
||||
# Allowed properties are:
|
||||
# ID_SOFTWARE_RADIO=1
|
||||
# ID_SOFTWARE_RADIO=0|1
|
||||
|
||||
################
|
||||
# Nuand
|
||||
|
||||
Reference in New Issue
Block a user