Skip to content
Commit 5368c463 authored by Sean O'Brien's avatar Sean O'Brien Committed by Greg Kroah-Hartman
Browse files

HID: Add quirk for Logitech Casa touchpad



[ Upstream commit dd2c345a ]

This device sometimes doesn't send touch release signals when moving
from >=4 fingers to <4 fingers. Using MT_QUIRK_NOT_SEEN_MEANS_UP instead
of MT_QUIRK_ALWAYS_VALID makes sure that no touches become stuck.

MT_QUIRK_FORCE_MULTI_INPUT is not necessary for this device, but does no
harm.

Signed-off-by: default avatarSean O'Brien <seobrien@chromium.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 0b81faa0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment