]> git.ipfire.org Git - thirdparty/systemd.git/commit
hwdb: add a hwdb file to override ID_INPUT assignments
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 30 Oct 2017 00:42:29 +0000 (10:42 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 30 Oct 2017 00:57:18 +0000 (10:57 +1000)
commitffac30349e9da91dbef7d4e0bf7cef58705c534e
treecaf0d6f19f797789235de9fab9b2447ce855dcd4
parentf630daaae90b48606f857c2d35a68f82e4471c8e
hwdb: add a hwdb file to override ID_INPUT assignments

The input_id builtin assigns the various ID_INPUT based on the exported evdev
bits. In some cases, the device may not have the properties required to label
a device as one specific type but the physical form factor is clear.
e.g. in the case of #7197 it's a tablet pad that does not have x/y axes which
the kernel exports for pads for historical reasons.

A custom override is needed, best to be solved with a hwdb entry.

Related #7197
hwdb/60-input-id.hwdb [new file with mode: 0644]
hwdb/parse_hwdb.py
rules/60-input-id.rules