mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 05:40:04 +01:00
quirks: Add quirks for the GPD MicroPC 2 touchpad
This laptop's touchpad has physical left, middle and right button, but advertises itself as a clickpad. Drop the incorrectly set INPUT_PROP_BUTTONPAD property. Closes: https://gitlab.freedesktop.org/libinput/libinput/-/issues/1182 Signed-off-by: José Expósito <jose.exposito89@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1314>
This commit is contained in:
parent
a0a6ff2777
commit
32a9863507
1 changed files with 6 additions and 0 deletions
|
|
@ -3,3 +3,9 @@ MatchName=HTIX5288:00 093A:0255 Touchpad
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
MatchDMIModalias=dmi:*svnGPD:*pnG1619-*
|
MatchDMIModalias=dmi:*svnGPD:*pnG1619-*
|
||||||
AttrEventCode=-BTN_RIGHT
|
AttrEventCode=-BTN_RIGHT
|
||||||
|
|
||||||
|
[GPD MicroPC 2 Touchpad]
|
||||||
|
MatchName=ALPS0001:00 36B6:C001 Touchpad
|
||||||
|
MatchUdevType=touchpad
|
||||||
|
MatchDMIModalias=dmi:*svnGPD:pnG1688-08:*
|
||||||
|
AttrInputProp=-INPUT_PROP_BUTTONPAD
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue