diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-04-15 00:28:11 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-15 00:28:11 +0200 |
commit | 36213e1e40fb863e2e8ef607b2958504b48f6b8e (patch) | |
tree | 848eb96dc7feeb5acfaaa6a84b01b029afdcb289 /drivers/hid/Kconfig | |
parent | ab195c58b864802c15e494f06ae109413e12d50b (diff) |
HID: added support for the Cando dual touch panel
Added support for the Cando dual touch panels, found in the Lenovo S10-3t.
Signed-off-by: Stephane Chatty <chatty@enac.fr>
Tested-by: Priya Vijayan <priya.vijayan@intel.com>
Tested-by: Florian Echtler <floe@butterbrot.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 71d4c070362..7447e7a55cb 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -86,6 +86,12 @@ config HID_BELKIN ---help--- Support for Belkin Flip KVM and Wireless keyboard. +config HID_CANDO + tristate "Cando dual touch panel" + depends on USB_HID + ---help--- + Support for Cando dual touch panel. + config HID_CHERRY tristate "Cherry" if EMBEDDED depends on USB_HID |