diff options
author | Benjamin Tissoires <benjamin.tissoires@enac.fr> | 2011-01-07 17:45:50 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-11 15:26:54 -0500 |
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 401acecc7f32..511554de526e 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -285,6 +285,15 @@ config HID_MONTEREY | |||
285 | ---help--- | 285 | ---help--- |
286 | Support for Monterey Genius KB29E. | 286 | Support for Monterey Genius KB29E. |
287 | 287 | ||
288 | config HID_MULTITOUCH | ||
289 | tristate "HID Multitouch panels" | ||
290 | depends on USB_HID | ||
291 | ---help--- | ||
292 | Generic support for HID multitouch panels. | ||
293 | |||
294 | Say Y here if you have one of the following devices: | ||
295 | - PixCir touchscreen | ||
296 | |||
288 | config HID_NTRIG | 297 | config HID_NTRIG |
289 | tristate "N-Trig touch screen" | 298 | tristate "N-Trig touch screen" |
290 | depends on USB_HID | 299 | depends on USB_HID |