aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Gmeiner <christian.gmeiner@gmail.com> 2014-09-03 10:33:53 +0200
committerGravatar Jiri Kosina <jkosina@suse.cz> 2014-09-04 11:23:51 +0200
commitffe51d0d8abce3139a970c640ed48e73e9c360bb (patch)
tree9a5d3288bf94f08765d9b1532ea104d5a93b4e1a /drivers/hid/Makefile
parentHID: thingm: fix workqueue race on remove (diff)
downloadlinux-ffe51d0d8abce3139a970c640ed48e73e9c360bb.tar.gz
linux-ffe51d0d8abce3139a970c640ed48e73e9c360bb.tar.bz2
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/Makefile')
-rw-r--r--drivers/hid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
index 4dbac7f8530c..e2850d8af9ca 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -71,6 +71,7 @@ obj-$(CONFIG_HID_NTRIG) += hid-ntrig.o
obj-$(CONFIG_HID_ORTEK) += hid-ortek.o
obj-$(CONFIG_HID_PRODIKEYS) += hid-prodikeys.o
obj-$(CONFIG_HID_PANTHERLORD) += hid-pl.o
+obj-$(CONFIG_HID_PENMOUNT) += hid-penmount.o
obj-$(CONFIG_HID_PETALYNX) += hid-petalynx.o
obj-$(CONFIG_HID_PICOLCD) += hid-picolcd.o
hid-picolcd-y += hid-picolcd_core.o