diff options
author | Aaron Tian <aaron_tian@pixart.com.tw> | 2011-12-14 22:09:06 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-15 05:13:41 -0500 |
commit | b7ea95ff9baab144dacdc30d752307938c5ab6bf (patch) | |
tree | f6bd75bc314ac943fece165ce968d48765010f59 /drivers/hid/hid-ids.h | |
parent | 545803651da8dde248eeb8ce3ed1e547e9e4ac0a (diff) |
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/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index cddb639654cd..96e139f2351b 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -577,6 +577,11 @@ | |||
577 | #define USB_VENDOR_ID_PI_ENGINEERING 0x05f3 | 577 | #define USB_VENDOR_ID_PI_ENGINEERING 0x05f3 |
578 | #define USB_DEVICE_ID_PI_ENGINEERING_VEC_USB_FOOTPEDAL 0xff | 578 | #define USB_DEVICE_ID_PI_ENGINEERING_VEC_USB_FOOTPEDAL 0xff |
579 | 579 | ||
580 | #define USB_VENDOR_ID_PIXART 0x093a | ||
581 | #define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN 0x8001 | ||
582 | #define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN1 0x8002 | ||
583 | #define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN2 0x8003 | ||
584 | |||
580 | #define USB_VENDOR_ID_PLAYDOTCOM 0x0b43 | 585 | #define USB_VENDOR_ID_PLAYDOTCOM 0x0b43 |
581 | #define USB_DEVICE_ID_PLAYDOTCOM_EMS_USBII 0x0003 | 586 | #define USB_DEVICE_ID_PLAYDOTCOM_EMS_USBII 0x0003 |
582 | 587 | ||