mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-23 19:00:46 +01:00
quirks: add Lenovo touchpad quirk in a generic way
Matching in vendor and product covers many models as possible.
01E8 product is always haptic.
01E0 can be or not haptic, leave it outside this and mantain it per
system model. When the kernel detects haptic touchpads the ones that
cannot be differenciated won't need to have quirk neither.
Signed-off-by: David Santamaría Rogado <howl.nsp@gmail.com>
(cherry picked from commit a525b30326)
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1434>
This commit is contained in:
parent
f20f4c54a2
commit
7522cb9bae
1 changed files with 10 additions and 0 deletions
10
quirks/30-vendor-goodix.quirks
Normal file
10
quirks/30-vendor-goodix.quirks
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# "GXTP5100 Touchpad": pressure touchpad mostly used in Lenovo laptops.
|
||||
# Match vid and pid as it can have other names.
|
||||
[Lenovo Haptic Touchpad (Goodix)]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x27C6
|
||||
MatchProduct=0x01E8
|
||||
MatchUdevType=touchpad
|
||||
ModelPressurePad=1
|
||||
Loading…
Add table
Reference in a new issue