diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-01-13 00:29:16 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-01-13 00:29:16 +0100 |
commit | 49e4739a0cf681cbfe08c72232c1dcc130b66dde (patch) | |
tree | b1f25ea5d56ec2971c7510692bc32796d2886a79 /drivers/hid/Kconfig | |
parent | 74f292ca8c7a2b9370f80d97a49e48174f4c7635 (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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 317049b80c35..38e969207636 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -241,6 +241,12 @@ config HID_PETALYNX ---help--- Support for Petalynx Maxter remote control. +config HID_QUANTA + tristate "Quanta Optical Touch" + depends on USB_HID + ---help--- + Support for Quanta Optical Touch dual-touch panels. + config HID_SAMSUNG tristate "Samsung" if EMBEDDED depends on USB_HID |