HID: multitouch: support PixArt optical touch screen
authorAaron Tian <aaron_tian@pixart.com.tw>
Thu, 15 Dec 2011 03:09:06 +0000 (11:09 +0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 15 Dec 2011 10:13:41 +0000 (11:13 +0100)
commitb7ea95ff9baab144dacdc30d752307938c5ab6bf
treef6bd75bc314ac943fece165ce968d48765010f59
parent545803651da8dde248eeb8ce3ed1e547e9e4ac0a
HID: multitouch: support PixArt optical touch screen

This patch modifies hid-multitouch driver for supporting PixArt optical touch
screen.  Because of the device does not have to set initial report, we apply
"HID_QUIRK_NO_INIT_REPORTS" quirk and add the device into hid_blacklist[]

Signed-off-by: Aaron Tian <aaron_tian@pixart.com.tw>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-multitouch.c
drivers/hid/usbhid/hid-quirks.c