1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-07-29 19:42:44 +03:00
Files
systemd-stable/hwdb.d
Zbigniew Jędrzejewski-Szmek c76aba2b24 meson: do not use split() in file lists
The approach to use '''…'''.split() instead of a list of strings was initially
used when converting from automake because it allowed identical blocks of lines
to be used for both, making the conversion easier.

But over the years we have been using normal lists more and more, especially
when there were just a few filenames listed. This converts the rest.

No functional change.

(cherry picked from commit f1b98127ff)
2022-03-05 21:03:32 +00:00
..
2019-10-10 00:53:09 +01:00
2019-10-10 00:53:09 +01:00
2021-12-20 14:36:35 +01:00
2020-12-04 11:22:49 +01:00
2021-12-23 19:53:59 +09:00
2021-12-09 11:05:15 +01:00
2021-12-20 14:36:35 +01:00
2021-12-09 11:05:15 +01:00
2021-10-27 00:14:41 +02:00
2021-12-09 11:05:15 +01:00
2021-12-23 19:53:59 +09:00
2021-12-23 19:53:59 +09:00
2021-12-23 19:53:59 +09:00
2021-12-20 14:36:35 +01:00
2021-12-20 14:36:35 +01:00
2021-03-26 09:35:07 +01:00
2019-10-10 00:53:09 +01:00
2021-12-09 11:05:15 +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.