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>
Этот коммит содержится в:
Benjamin Tissoires
2011-11-23 10:54:30 +01:00
коммит произвёл Jiri Kosina
родитель 2261bb9ff0
Коммит 26a2abe1e1

Просмотреть файл

@@ -171,7 +171,6 @@ struct mt_class mt_classes[] = {
{ .name = MT_CLS_EGALAX,
.quirks = MT_QUIRK_SLOT_IS_CONTACTID |
MT_QUIRK_VALID_IS_INRANGE,
.maxcontacts = 2,
.sn_move = 4096,
.sn_pressure = 32,
},