From: Henrik Rydberg Date: Fri, 4 May 2012 13:32:04 +0000 (+0200) Subject: HID: hid-multitouch: Only match MT interfaces X-Git-Tag: v3.5-rc1~138^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2110e90b5a859cea8eccad9d42a44da9bfdc2a;p=pandora-kernel.git HID: hid-multitouch: Only match MT interfaces All known hid-multitouch devices currently match any device group. However, some devices present interfaces belonging to different groups, resulting in a race between the hid-generic and hid-multitouch modules. This patch narrows the MT device list to match only HID_GROUP_MULTITOUCH, which solves the problem. As an exception, the USB_DEVICE_ID_CYPRESS_TRUETOUCH panel is not modified, in order to suppress the unwanted extra interfaces of the device. Reported-by: Benjamin Tissoires Signed-off-by: Henrik Rydberg Reviewed-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed