diff options
author | Aaron Tian <aaron_tian@pixart.com.tw> | 2011-12-15 11:09:06 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-15 11:13:41 +0100 |
commit | b7ea95ff9baab144dacdc30d752307938c5ab6bf (patch) | |
tree | f6bd75bc314ac943fece165ce968d48765010f59 /drivers/hid/Kconfig | |
parent | 545803651da8dde248eeb8ce3ed1e547e9e4ac0a (diff) | |
download | linux-3.10-b7ea95ff9baab144dacdc30d752307938c5ab6bf.tar.gz linux-3.10-b7ea95ff9baab144dacdc30d752307938c5ab6bf.tar.bz2 linux-3.10-b7ea95ff9baab144dacdc30d752307938c5ab6bf.zip |
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index ee14f78139f..5d6eb4e5af3 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -349,6 +349,7 @@ config HID_MULTITOUCH - Lumio CrystalTouch panels - MosArt dual-touch panels - PenMount dual touch panels + - PixArt optical touch screen - Pixcir dual touch panels - Quanta panels - eGalax dual-touch panels, including the Joojoo and Wetab tablets |