mirror of
https://github.com/systemd/systemd.git
synced 2025-01-18 10:04:04 +03:00
bd083fc2eb
CH Pedals are incorrectly reported as an accelerometer [1], because they have no button. This is fixed by a rule in 60-input-id.hwdb [2], but the rule checks id/version="0100", while my pedals report id/version="0111". So there are several versions of the pedals, presumably all affected by the bug. Remove the version check in the rule to fix them all. [1] https://bugs.freedesktop.org/show_bug.cgi?id=81889 [2] commit: 230ed4c4ba (hwdb: CH Pro Pedals not classified correctly due to no buttons, 2022-01-19) PR: https://github.com/systemd/systemd/pull/22184
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.