mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-04 01:18:20 +02: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> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1383>
This commit is contained in:
parent
8901ddf354
commit
a525b30326
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
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
Loading…
Add table
Reference in a new issue