diff options
author | Benjamin Tissoires <benjamin.tissoires@enac.fr> | 2011-01-07 23:45:50 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-11 21:26:54 +0100 |
commit | 5519cab477b61326963c8d523520db0342862b63 (patch) | |
tree | 9c0fab5c3eefe6566d80c231971862e2355b2481 /drivers/hid/Kconfig | |
parent | 281054ac8dfc083442c571be44f1c5b9821812ae (diff) |
HID: hid-multitouch: support for PixCir-based panels
Created a driver for PixCir based dual-touch panels, including the one
in the Hanvon tablet. This is done in a code structure aimed at unifying
support for several existing HID multitouch panels.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Signed-off-by: Stéphane Chatty <chatty@enac.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 401acecc7f3..511554de526 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -285,6 +285,15 @@ config HID_MONTEREY ---help--- Support for Monterey Genius KB29E. +config HID_MULTITOUCH + tristate "HID Multitouch panels" + depends on USB_HID + ---help--- + Generic support for HID multitouch panels. + + Say Y here if you have one of the following devices: + - PixCir touchscreen + config HID_NTRIG tristate "N-Trig touch screen" depends on USB_HID |