diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-01-12 18:29:16 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-01-12 18:29:16 -0500 |
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 | |||
241 | ---help--- | 241 | ---help--- |
242 | Support for Petalynx Maxter remote control. | 242 | Support for Petalynx Maxter remote control. |
243 | 243 | ||
244 | config HID_QUANTA | ||
245 | tristate "Quanta Optical Touch" | ||
246 | depends on USB_HID | ||
247 | ---help--- | ||
248 | Support for Quanta Optical Touch dual-touch panels. | ||
249 | |||
244 | config HID_SAMSUNG | 250 | config HID_SAMSUNG |
245 | tristate "Samsung" if EMBEDDED | 251 | tristate "Samsung" if EMBEDDED |
246 | depends on USB_HID | 252 | depends on USB_HID |