mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 09:10:04 +01:00
quirks: add quirks for Dell Precision5680 Touchpad
This touchpad is a pressure pad and needs the pressure handling disable. Fixes https://gitlab.freedesktop.org/libinput/libinput/-/issues/849 Signed-off-by: Charles Wang <charles.goodix@gmail.com>
This commit is contained in:
parent
31ecda7008
commit
29a49e968e
1 changed files with 8 additions and 0 deletions
|
|
@ -113,3 +113,11 @@ ModelDellCanvasTotem=1
|
|||
MatchName=AT Translated Set 2 keyboard
|
||||
MatchDMIModalias=dmi:*:svnDellInc.:pnLatitude52902-in-1:*
|
||||
ModelTabletModeNoSuspend=1
|
||||
|
||||
# This is a true pressurepad so disable pressure for contact size
|
||||
# https://gitlab.freedesktop.org/libinput/libinput/-/issues/849
|
||||
[Dell Precision5680 Touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x27C6
|
||||
MatchProduct=0x0F60
|
||||
AttrEventCode=-ABS_MT_PRESSURE;-ABS_PRESSURE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue