mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 22:20:07 +01:00
The firmware version is in id.version, not id.model which is always
PSMOUSE_ALPS for ALPS devices.
The various fw versions are listed in <kernel>/drivers/input/mouse/alps.h and
are all hex numbers. Version 8 is actually 0x800, change the match
accordingly.
Expected side-effect: earlier versions of ALPS touchpads now lose their
(erroneous) size assignment.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| 80-libinput-device-groups.rules.in | ||
| 80-libinput-test-device.rules | ||
| 90-libinput-model-quirks.hwdb | ||
| 90-libinput-model-quirks.rules.in | ||
| libinput-device-group.c | ||
| libinput-model-quirks.c | ||
| Makefile.am | ||