diff options
-rw-r--r-- | drivers/hid/hid-multitouch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index 1cf676d93049..2693059df534 100644 --- a/drivers/hid/hid-multitouch.c +++ b/drivers/hid/hid-multitouch.c | |||
@@ -758,6 +758,7 @@ static void mt_post_parse_default_settings(struct mt_device *td) | |||
758 | quirks &= ~MT_QUIRK_NOT_SEEN_MEANS_UP; | 758 | quirks &= ~MT_QUIRK_NOT_SEEN_MEANS_UP; |
759 | quirks &= ~MT_QUIRK_VALID_IS_INRANGE; | 759 | quirks &= ~MT_QUIRK_VALID_IS_INRANGE; |
760 | quirks &= ~MT_QUIRK_VALID_IS_CONFIDENCE; | 760 | quirks &= ~MT_QUIRK_VALID_IS_CONFIDENCE; |
761 | quirks &= ~MT_QUIRK_CONTACT_CNT_ACCURATE; | ||
761 | } | 762 | } |
762 | 763 | ||
763 | td->mtclass.quirks = quirks; | 764 | td->mtclass.quirks = quirks; |