diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-05-19 14:09:31 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-19 14:09:31 +0200 |
commit | 896ebc0935a1280b6f0d56c0cd9e2ec01fdebc68 (patch) | |
tree | 42f625d04b9fbff4cb93968f18efd91601df15a5 /drivers/hid/Kconfig | |
parent | Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-susp... (diff) | |
parent | HID: Support for the 11.6" Cando panel (diff) | |
download | linux-896ebc0935a1280b6f0d56c0cd9e2ec01fdebc68.tar.xz linux-896ebc0935a1280b6f0d56c0cd9e2ec01fdebc68.zip |
Merge branch 'cando' into for-linus
Conflicts:
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
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 ac8e12d00c0f..98c4ff752186 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 |