diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-04-10 16:43:08 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-10 21:28:35 +0200 |
commit | 0c3910c255d3f9caeef4ebad5d5a1156a2d33f69 (patch) | |
tree | 8b0cbad6e52b319db1297add12ba40e377f3d0f3 /drivers/hid/Kconfig | |
parent | ab195c58b864802c15e494f06ae109413e12d50b (diff) | |
download | kernel_samsung_espresso10-0c3910c255d3f9caeef4ebad5d5a1156a2d33f69.zip kernel_samsung_espresso10-0c3910c255d3f9caeef4ebad5d5a1156a2d33f69.tar.gz kernel_samsung_espresso10-0c3910c255d3f9caeef4ebad5d5a1156a2d33f69.tar.bz2 |
HID: add support for the eGalax dual-touch panel
Added support for the eGalax dual-touch panel, found on the Asus EeePC T101MT
Signed-off-by: Stephane Chatty <chatty@enac.fr>
Tested-by: Philipp Merkel <linux@philmerk.de>
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 71d4c07..dabf3b6 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -122,6 +122,12 @@ config DRAGONRISE_FF Say Y here if you want to enable force feedback support for DragonRise Inc. game controllers. +config HID_EGALAX + tristate "eGalax multi-touch panel" + depends on USB_HID + ---help--- + Support for the eGalax dual-touch panel + config HID_EZKEY tristate "Ezkey" if EMBEDDED depends on USB_HID |