Files
systemd/hwdb.d
Benjamin Berg bd37360a21 hwdb: Permit unsetting power/persist for USB devices
The USB persist feature allows devices that can retain their state when
powered down to work across suspend/resume. This is in particular useful
for USB drives.

However, the persist feature can get in the way for devices that are
unable to retain their state when power is lost. An example of such
stateful devices are fingerprint readers where USB persist should be
disabled to ensure userspace can detect whether the USB device had a
power loss during system suspend.

This will initially be used by the libfprint autosuspend hwdb.

Closes: #20754
2021-09-21 20:28:10 +02:00
..
2019-10-10 00:53:09 +01:00
2019-10-10 00:53:09 +01:00
2021-06-25 14:23:15 +02:00
2020-12-04 11:22:49 +01:00
2020-11-26 13:54:37 +01:00
2019-10-10 00:53:09 +01:00
2019-10-10 00:53:09 +01:00
2021-06-25 14:23:15 +02:00
2021-03-26 09:35:07 +01:00
2019-10-10 00:53:09 +01:00

Files in this directory specify a description of hardware devices, in the form
of mappings from modalias-like keys (which identify specific hardware devices)
to udev properties.

Files in this directory are not read by udev directly. Instead,
man:systemd-hwdb(8) compiles them into a binary database.

See man:hwdb(7) for an overview of the configuration file format, and
man:systemd-udevd.service(8) for a description of the udev daemon.

Use 'systemd-analyze cat-config udev/hwdb.d' to display the effective config.