mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
hwdb: don't tag a named Mouse device as pointingstick
The generic kernel hid drivers split up devices based on the application
collection, appending a suffix for each collection (e.g. Touchpad,
Mouse, ...). Many i2c touchpads get a "... Mouse" event node which is
mislabelled as pointingstick by the input_id builtin, see commit
3d7ac1c655.
Closes: https://github.com/systemd/systemd/issues/36677
This commit is contained in:
@@ -58,6 +58,10 @@
|
||||
|
||||
# Sort by brand, model
|
||||
|
||||
# Any i2c device with a Mouse suffix in the name is not a pointing stick
|
||||
id-input:i2c:*:name:*Mouse:
|
||||
ID_INPUT_POINTINGSTICK=0
|
||||
|
||||
# Code Mercenaries Hard- und Software GmbH Virtual RC USB
|
||||
id-input:modalias:input:b0003v07C0p1125*
|
||||
ID_INPUT_MOUSE=
|
||||
|
||||
Reference in New Issue
Block a user