diff options
author | John Sung <penmount.touch@gmail.com> | 2014-06-27 12:22:08 +0400 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-11-13 21:01:53 +0300 |
commit | 1a7ae6c00f200c810b5c77b7dc1add63143650fd (patch) | |
tree | 61051db43391367fdb4f7868b0a21c958badc7ef /drivers/hid/hid-ids.h | |
parent | d5585865781bd6cf0b9ba1466df2ed6a6e2fce65 (diff) | |
download | linux-1a7ae6c00f200c810b5c77b7dc1add63143650fd.tar.xz |
HID: usbhid: quirk for PM1610 and PM1640 Touchscreen.
commit 66e5482752386786c4346f4f4b214b0998639702 upstream.
These device needs to be added to the quirks list with HID_QUIRK_NOGET,
otherwise they will reset upon receiving the get input report requests.
Signed-off-by: John Sung <penmount.touch@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 10275b63371c..10e01bd3f082 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -692,6 +692,8 @@ #define USB_VENDOR_ID_PENMOUNT 0x14e1 #define USB_DEVICE_ID_PENMOUNT_PCI 0x3500 +#define USB_DEVICE_ID_PENMOUNT_1610 0x1610 +#define USB_DEVICE_ID_PENMOUNT_1640 0x1640 #define USB_VENDOR_ID_PETALYNX 0x18b1 #define USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE 0x0037 |