[PATCH libinput 3/8] data: switch alps touchpad matching to the bus/vid/pid matching

Peter Hutterer peter.hutterer at who-t.net
Thu Jun 14 03:25:54 UTC 2018


PSMOUSE_ALPS is 0x8

https://gitlab.freedesktop.org/libinput/libinput/issues/30

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 data/30-vendor-alps.quirks | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/data/30-vendor-alps.quirks b/data/30-vendor-alps.quirks
index 706a3f7a..fd1dde45 100644
--- a/data/30-vendor-alps.quirks
+++ b/data/30-vendor-alps.quirks
@@ -1,9 +1,6 @@
-[AlpsTouchpadDualPoint]
+[ALPS Serial Touchpads]
 MatchUdevType=touchpad
-MatchName=*AlpsPS/2 ALPS DualPoint TouchPad
-ModelALPSTouchpad=1
-
-[AlpsTouchpadGlidePoint]
-MatchUdevType=touchpad
-MatchName=*AlpsPS/2 ALPS GlidePoint
+MatchBus=ps2
+MatchVendor=0x0002
+MatchProduct=0x0008
 ModelALPSTouchpad=1
-- 
2.14.4



More information about the wayland-devel mailing list