diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2014-09-03 10:33:53 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-04 11:23:51 +0200 |
commit | ffe51d0d8abce3139a970c640ed48e73e9c360bb (patch) | |
tree | 9a5d3288bf94f08765d9b1532ea104d5a93b4e1a /drivers/hid/hid-ids.h | |
parent | HID: thingm: fix workqueue race on remove (diff) | |
download | linux-ffe51d0d8abce3139a970c640ed48e73e9c360bb.tar.xz linux-ffe51d0d8abce3139a970c640ed48e73e9c360bb.zip |
HID: add support for PenMount HID TouchScreen Driver
This patch adds a seperate hid-penmount driver to work
around an issue with the HID report descriptor. The
descriptor does not contain the ContactID usage and as
result the touchscreen is represented as normal mouse
to the system.
This driver maps the button 0 emitted by the touchscreen
to BTN_TOUCH. This makes it possible to use touch events
in userspace.
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 25cd674d6064..3943ffe1a333 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -722,6 +722,7 @@ #define USB_DEVICE_ID_PENMOUNT_PCI 0x3500 #define USB_DEVICE_ID_PENMOUNT_1610 0x1610 #define USB_DEVICE_ID_PENMOUNT_1640 0x1640 +#define USB_DEVICE_ID_PENMOUNT_6000 0x6000 #define USB_VENDOR_ID_PETALYNX 0x18b1 #define USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE 0x0037 |