aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorStephane Chatty <chatty@lii-enac.fr>2010-01-12 18:29:16 -0500
committerJiri Kosina <jkosina@suse.cz>2010-01-12 18:29:16 -0500
commit49e4739a0cf681cbfe08c72232c1dcc130b66dde (patch)
treeb1f25ea5d56ec2971c7510692bc32796d2886a79 /drivers/hid/Kconfig
parent74f292ca8c7a2b9370f80d97a49e48174f4c7635 (diff)
HID: add support for Acer T230H multitouch
Add support for the Quanta Optical Touch dual-touch panel, present in the Acer T230H monitor, HP L2105tm, and Packard-Bell Video 200t. Signed-off-by: Stephane Chatty <chatty@enac.fr> Tested-by: Jerome Vidal <jerom3@free.fr> Tested-by: Cedric Berthier <berthiec@gmail.com> Acked-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 317049b80c3..38e96920763 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -241,6 +241,12 @@ config HID_PETALYNX
241 ---help--- 241 ---help---
242 Support for Petalynx Maxter remote control. 242 Support for Petalynx Maxter remote control.
243 243
244config HID_QUANTA
245 tristate "Quanta Optical Touch"
246 depends on USB_HID
247 ---help---
248 Support for Quanta Optical Touch dual-touch panels.
249
244config HID_SAMSUNG 250config HID_SAMSUNG
245 tristate "Samsung" if EMBEDDED 251 tristate "Samsung" if EMBEDDED
246 depends on USB_HID 252 depends on USB_HID