mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 19:40:37 +01:00
Add Elan haptic touchpad 04F3:3355 support
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1450>
This commit is contained in:
parent
ef9624a16b
commit
57c71c567f
1 changed files with 8 additions and 0 deletions
|
|
@ -9,3 +9,11 @@ AttrPressureRange=10:8
|
|||
MatchName=*Elan Touchpad*
|
||||
AttrResolutionHint=31x31
|
||||
AttrPressureRange=10:8
|
||||
|
||||
# Elan Hapticpad mostly used in Lenovo laptops.
|
||||
[Elan Haptic Touchpad (04F3:3355)]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x04F3
|
||||
MatchProduct=0x3355
|
||||
MatchUdevType=touchpad
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue