aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/hid-multitouch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 87690e2726ac..1cf676d93049 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -311,6 +311,7 @@ static void mt_feature_mapping(struct hid_device *hdev,
311 *quirks |= MT_QUIRK_ALWAYS_VALID; 311 *quirks |= MT_QUIRK_ALWAYS_VALID;
312 *quirks |= MT_QUIRK_IGNORE_DUPLICATES; 312 *quirks |= MT_QUIRK_IGNORE_DUPLICATES;
313 *quirks |= MT_QUIRK_HOVERING; 313 *quirks |= MT_QUIRK_HOVERING;
314 *quirks |= MT_QUIRK_CONTACT_CNT_ACCURATE;
314 *quirks &= ~MT_QUIRK_NOT_SEEN_MEANS_UP; 315 *quirks &= ~MT_QUIRK_NOT_SEEN_MEANS_UP;
315 *quirks &= ~MT_QUIRK_VALID_IS_INRANGE; 316 *quirks &= ~MT_QUIRK_VALID_IS_INRANGE;
316 *quirks &= ~MT_QUIRK_VALID_IS_CONFIDENCE; 317 *quirks &= ~MT_QUIRK_VALID_IS_CONFIDENCE;