mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 07:18:08 +02:00
data: switch alps touchpad matching to the bus/vid/pid matching
PSMOUSE_ALPS is 0x8 https://gitlab.freedesktop.org/libinput/libinput/issues/30 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a57d35a1aa
commit
31e349fb5b
1 changed files with 4 additions and 7 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
[AlpsTouchpadDualPoint]
|
[ALPS Serial Touchpads]
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
MatchName=*AlpsPS/2 ALPS DualPoint TouchPad
|
MatchBus=ps2
|
||||||
ModelALPSTouchpad=1
|
MatchVendor=0x0002
|
||||||
|
MatchProduct=0x0008
|
||||||
[AlpsTouchpadGlidePoint]
|
|
||||||
MatchUdevType=touchpad
|
|
||||||
MatchName=*AlpsPS/2 ALPS GlidePoint
|
|
||||||
ModelALPSTouchpad=1
|
ModelALPSTouchpad=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue