aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>2011-11-23 04:54:30 -0500
committerJiri Kosina <jkosina@suse.cz>2011-11-23 08:50:38 -0500
commit26a2abe1e1076bf32658fe540eb4cf1c33f481bb (patch)
treea2f7964e3c4078d61dde5591adcf5dd2b02e5d51 /drivers/hid
parent2261bb9ff0dc38e1d5f35af08f75ec3b37ba6335 (diff)
HID: multitouch: remove .maxcontacts field for eGalax
Some eGalax devices are 4 or 5 fingers touches, wereas others are 2. This patch removes the limit in which all eGalax presents 2 touches. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/hid-multitouch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 94756d28af59..b3b632e797fe 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -171,7 +171,6 @@ struct mt_class mt_classes[] = {
171 { .name = MT_CLS_EGALAX, 171 { .name = MT_CLS_EGALAX,
172 .quirks = MT_QUIRK_SLOT_IS_CONTACTID | 172 .quirks = MT_QUIRK_SLOT_IS_CONTACTID |
173 MT_QUIRK_VALID_IS_INRANGE, 173 MT_QUIRK_VALID_IS_INRANGE,
174 .maxcontacts = 2,
175 .sn_move = 4096, 174 .sn_move = 4096,
176 .sn_pressure = 32, 175 .sn_pressure = 32,
177 }, 176 },