Files
systemd/hwdb.d
Zbigniew Jędrzejewski-Szmek 48aec295a8 test/parse_hwdb: wrap Or inside an And in a Group
I now get a warning like this with python3-pyparsing-3.1.2-8.fc42:

hwdb.d/parse_hwdb.py:208: UserWarning: warn_multiple_tokens_in_named_alternation:
  setting results name 'VALUE' on Or expression will return a list of all parsed
  tokens in an And alternative, in prior versions only the first token was returned;
  enclose contained argument in Group
('!' ^ (Optional('!') - Word(alphanums + '_')))('VALUE')
2025-10-16 18:09:37 +01:00
..
2025-09-17 09:41:25 +01:00
2025-09-17 09:41:25 +01:00
2025-05-22 09:00:14 +02:00
2025-09-17 09:41:25 +01:00
2025-07-23 14:32:21 +01:00
2025-07-23 14:32:21 +01:00
2023-11-14 21:20:45 +00:00
2025-09-17 09:41:25 +01:00
2025-10-10 13:48:50 +02:00
2024-07-03 13:51:52 +02:00
2025-09-17 09:41:25 +01:00
2025-09-17 09:41:25 +01:00
2025-09-17 09:41:25 +01:00
2025-09-17 09:41:25 +01:00
2025-07-23 14:32:21 +01:00
2025-05-15 10:50:28 +02:00
2025-09-17 09:41:25 +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.