HID: multitouch: disable sticky fingers for UPERFECT Y
authorJosé Expósito <jose.exposito89@gmail.com>
Fri, 1 Oct 2021 17:25:14 +0000 (19:25 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 7 Oct 2021 12:05:30 +0000 (14:05 +0200)
commit08b9a61a87bc339a73c584d8924c86ab36d204a7
treea53fb19aed17a937a43d6c871ee792139ff8ce0a
parent88a04049c08cd62e698bc1b1af2d09574b9e0aee
HID: multitouch: disable sticky fingers for UPERFECT Y

When a finger is on the screen, the UPERFECT Y portable touchscreen
monitor reports a contact in the first place. However, after this
initial report, contacts are not reported at the refresh rate of the
screen as required by the Windows 8 specs.

This behaviour triggers the release_timer, removing the fingers even
though they are still present.

To avoid it, add a new class, similar to MT_CLS_WIN_8 but without the
MT_QUIRK_STICKY_FINGERS quirk for this device.

Suggested-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-ids.h
drivers/hid/hid-multitouch.c