diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2014-09-03 04:33:53 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-04 05:23:51 -0400 |
commit | ffe51d0d8abce3139a970c640ed48e73e9c360bb (patch) | |
tree | 9a5d3288bf94f08765d9b1532ea104d5a93b4e1a /drivers/hid/Kconfig | |
parent | 67a97845830f79584c9db8849ac723e5d2d57f65 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c18d5d71062d..f42df4dd58d2 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -530,6 +530,17 @@ config PANTHERLORD_FF | |||
530 | Say Y here if you have a PantherLord/GreenAsia based game controller | 530 | Say Y here if you have a PantherLord/GreenAsia based game controller |
531 | or adapter and want to enable force feedback support for it. | 531 | or adapter and want to enable force feedback support for it. |
532 | 532 | ||
533 | config HID_PENMOUNT | ||
534 | tristate "Penmount touch device" | ||
535 | depends on USB_HID | ||
536 | ---help--- | ||
537 | This selects a driver for the PenMount 6000 touch controller. | ||
538 | |||
539 | The driver works around a problem in the report descript allowing | ||
540 | the userspace to touch events instead of mouse events. | ||
541 | |||
542 | Say Y here if you have a Penmount based touch controller. | ||
543 | |||
533 | config HID_PETALYNX | 544 | config HID_PETALYNX |
534 | tristate "Petalynx Maxter remote control" | 545 | tristate "Petalynx Maxter remote control" |
535 | depends on HID | 546 | depends on HID |