diff options
author | Florian Echtler <floe@butterbrot.org> | 2009-07-27 20:35:39 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-07-28 00:16:44 -0400 |
commit | 9e3b25837a20f4d48fef57b0cb8bf750a8cfa8e2 (patch) | |
tree | 522a0e96256a15cc40ccb2d37498bb7c34084bf2 /drivers/input/touchscreen/Kconfig | |
parent | 703490ff7eaff03e412683da3d8367b5190a71ca (diff) |
Input: usbtouchscreen - add support for e2i touchscreen controller
This patch adds support for the e2i touchscreen controller used in the
Mimo 740 (and probably in other e2i touchscreen products). Tested on
Mimo 740.
Signed-off-by: Florian Echtler <floe@butterbrot.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 07703bcb64c2..87a1ae63bcc4 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -474,6 +474,11 @@ config TOUCHSCREEN_USB_JASTEC | |||
474 | bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED | 474 | bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED |
475 | depends on TOUCHSCREEN_USB_COMPOSITE | 475 | depends on TOUCHSCREEN_USB_COMPOSITE |
476 | 476 | ||
477 | config TOUCHSCREEN_USB_E2I | ||
478 | default y | ||
479 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" | ||
480 | depends on TOUCHSCREEN_USB_COMPOSITE | ||
481 | |||
477 | config TOUCHSCREEN_TOUCHIT213 | 482 | config TOUCHSCREEN_TOUCHIT213 |
478 | tristate "Sahara TouchIT-213 touchscreen" | 483 | tristate "Sahara TouchIT-213 touchscreen" |
479 | select SERIO | 484 | select SERIO |