From: Xianhan Yu Date: Mon, 29 Oct 2012 15:04:37 +0000 (+0800) Subject: HID: multitouch: fix maxcontacts problem on GeneralTouch X-Git-Tag: v3.7-rc4~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ad34bf62b9fc52c04e6aabe3ad5a47e4a00dc1;p=pandora-kernel.git HID: multitouch: fix maxcontacts problem on GeneralTouch Fix maxcontacts problem for PWT GeneralTouch multi-touchscreen. Our device didn't contain HID_DG_CONTACTMAX usage. This usage use to describe touchscreen's maxcontacts for hid-multitouch.c to get maxcontacts automatic. We fix the device that driver can get maxcontact from our device, hence it doesn't need .maxcontact=10. Now there is just one device class can fix all our PWT touchscreen. Signed-off-by: Xianhan Yu Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed