1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-02 09:47:03 +03:00
Takashi Sakamoto c017623254 hwdb: ieee1394-unit-function: add comment about legacy AV/C devices
It appears that exceptional layout of legacy device requires extra care of
hwdb entry for node device since Linux FireWire subsystem do not pick up
numeric model identifier in vendor directory. In detail, see:

 * https://github.com/systemd/systemd/issues/25029

In the case, udev rule without model attribute is used. Thus hwdb entry
for generic AV/C device should match both cases with and without the
attribute. The wildcard added by a commit 5e577da5f824 ("hwdb: drop model
specifier from general entries") satisfies this condition,

This commit adds comment about it.
2022-10-31 12:48:31 +09:00
..
2019-10-10 00:53:09 +01:00
2019-10-10 00:53:09 +01:00
2022-10-24 20:25:58 +01:00
2022-10-24 20:25:58 +01:00
2022-10-24 20:25:58 +01:00
2022-03-29 18:15:06 +02:00
2022-10-24 20:25:58 +01:00
2022-09-25 10:52:32 +01:00
2021-10-27 00:14:41 +02:00
2022-02-04 11:01:20 +09:00
2022-10-24 20:25:58 +01:00
2022-10-24 20:25:58 +01:00
2022-10-24 20:25:58 +01:00
2022-10-24 20:25:58 +01:00
2022-10-19 22:46:33 +02:00
2022-10-24 20:25:58 +01:00
2022-10-24 20:25:58 +01: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.