diff options
author | John Sung <penmount.touch@gmail.com> | 2014-06-27 12:22:08 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-06-27 18:02:39 +0400 |
commit | 66e5482752386786c4346f4f4b214b0998639702 (patch) | |
tree | abbde35df687427a42c96fef183863cb43a29ec4 /drivers/hid/hid-ids.h | |
parent | a278e26830a2aa6dee1bd4f0ed5ff2bdea4d8887 (diff) | |
download | linux-66e5482752386786c4346f4f4b214b0998639702.tar.xz |
HID: usbhid: quirk for PM1610 and PM1640 Touchscreen.
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>
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 6d00bb9366fa..1efeb12a38c7 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -715,6 +715,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 |