From: Benjamin Tissoires Date: Wed, 23 Nov 2011 09:54:30 +0000 (+0100) Subject: HID: multitouch: remove .maxcontacts field for eGalax X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=26a2abe1e1076bf32658fe540eb4cf1c33f481bb;p=linux-beck.git 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 Signed-off-by: Jiri Kosina --- 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[] = { { .name = MT_CLS_EGALAX, .quirks = MT_QUIRK_SLOT_IS_CONTACTID | MT_QUIRK_VALID_IS_INRANGE, - .maxcontacts = 2, .sn_move = 4096, .sn_pressure = 32, },