HID: multitouch: decide if hid-multitouch needs to handle mt devices
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Wed, 21 Sep 2011 14:56:55 +0000 (16:56 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 26 Sep 2011 12:19:02 +0000 (14:19 +0200)
commit0db3bfc72adf0cb70f08dfe92e4040f64e25e205
treea1c3134b94b3961b7105dd46566f61f339f843ba
parentb77c3920e90e96103e4f41442999402925fe5f73
HID: multitouch: decide if hid-multitouch needs to handle mt devices

Now that hid-generic ignores all win7 compatible multitouch devices, this patch
allows hid-multitouch to catch them.  The idea is to rely on the quirk
HID_QUIRK_MULTITOUCH to drop the device if no ContactID is given.

There is the need for a blacklist here as other devices may need a special
driver (ntrig for instance).

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-multitouch.c