Skip to content

Commit ff3f234

Browse files
DaytonCLBenjamin Tissoires
authored andcommitted
HID: multitouch: add MT_QUIRK_STICKY_FINGERS to MT_CLS_VTL
Some VTL-class touchpads (e.g. TOPS0102:00 35CC:0104) intermittently fail to release a finger contact. A previous slot remains logically active, accompanied by stale BTN_TOOL_DOUBLETAP state, causing gestures to stay latched and resulting in stuck two-finger scrolling and false right-clicks. Apply MT_QUIRK_STICKY_FINGERS to handle the unreleased contact correctly. Link: https://gitlab.freedesktop.org/libinput/libinput/-/issues/1225 Suggested-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Tested-by: DaytonCL <artem749507@gmail.com> Signed-off-by: DaytonCL <artem749507@gmail.com> Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
1 parent 56e2307 commit ff3f234

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/hid/hid-multitouch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ static const struct mt_class mt_classes[] = {
393393
{ .name = MT_CLS_VTL,
394394
.quirks = MT_QUIRK_ALWAYS_VALID |
395395
MT_QUIRK_CONTACT_CNT_ACCURATE |
396+
MT_QUIRK_STICKY_FINGERS |
396397
MT_QUIRK_FORCE_GET_FEATURE,
397398
},
398399
{ .name = MT_CLS_GOOGLE,

0 commit comments

Comments
 (0)