diff options
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-multitouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index 07d3183fdde5..86863a32b089 100644 --- a/drivers/hid/hid-multitouch.c +++ b/drivers/hid/hid-multitouch.c | |||
@@ -104,7 +104,7 @@ static int find_slot_from_contactid(struct mt_device *td) | |||
104 | 104 | ||
105 | struct mt_class mt_classes[] = { | 105 | struct mt_class mt_classes[] = { |
106 | { .name = MT_CLS_DEFAULT, | 106 | { .name = MT_CLS_DEFAULT, |
107 | .quirks = MT_QUIRK_VALID_IS_INRANGE, | 107 | .quirks = MT_QUIRK_NOT_SEEN_MEANS_UP, |
108 | .maxcontacts = 10 }, | 108 | .maxcontacts = 10 }, |
109 | { .name = MT_CLS_DUAL1, | 109 | { .name = MT_CLS_DUAL1, |
110 | .quirks = MT_QUIRK_VALID_IS_INRANGE | | 110 | .quirks = MT_QUIRK_VALID_IS_INRANGE | |