mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-22 01:10:38 +02:00
quirks: Disable MT_TOOL_PALM for the Yoga Slim 7i Carbon
Lenovo Yoga Slim 7i Carbon sends bogus ABS_MT_TOOL_TYPE MT_TOOL_PALM events. Disable them. Closes: https://gitlab.freedesktop.org/libinput/libinput/-/issues/1077 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1128>
This commit is contained in:
parent
af0e9a23c3
commit
e74d174744
1 changed files with 6 additions and 0 deletions
|
|
@ -391,3 +391,9 @@ MatchName=*GXTP5100*
|
|||
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkBook14G6+IMH*:*
|
||||
MatchUdevType=touchpad
|
||||
ModelPressurePad=1
|
||||
|
||||
# Lenovo Yoga Slim 7i Carbon sends bogus ABS_MT_TOOL_TYPE MT_TOOL_PALM events
|
||||
[Lenovo Yoga Slim 7i Carbon]
|
||||
MatchName=* Touchpad
|
||||
MatchDMIModalias=dmi:*:svnLENOVO:*pvrYogaSlim7Carbon13IAP7:*
|
||||
AttrEventCode=-ABS_MT_TOOL_TYPE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue