diff options
author | Armando Visconti <armando.visconti@st.com> | 2012-03-04 13:41:36 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-03-04 13:45:13 -0500 |
commit | aa87512fbc56e107c14f7fa85823eb7e82a2f64c (patch) | |
tree | 08962a6d67b9f5278cf9f81d5f8057e8813b4aaa /drivers/input/touchscreen/Kconfig | |
parent | f0c5f65bc5729e94c62953eae0712b392f09bec1 (diff) |
Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037
The Data Modul TP 72037 EasyTouch controller is derived from EGALAX
controller and is capable of detecting dual contacts. Packets can be 5
bytes or 10 bytes long, depending whether one or two contacts are
detected. Format is same as EGALAX touch controller, but with x and y
coordinates inverted.
Signed-off-by: Armando Visconti <armando.visconti@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 5df719b591c3..fc087b3c95cf 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -619,6 +619,7 @@ config TOUCHSCREEN_USB_COMPOSITE | |||
619 | - JASTEC USB Touch Controller/DigiTech DTR-02U | 619 | - JASTEC USB Touch Controller/DigiTech DTR-02U |
620 | - Zytronic controllers | 620 | - Zytronic controllers |
621 | - Elo TouchSystems 2700 IntelliTouch | 621 | - Elo TouchSystems 2700 IntelliTouch |
622 | - EasyTouch USB Touch Controller from Data Modul | ||
622 | 623 | ||
623 | Have a look at <http://linux.chapter7.ch/touchkit/> for | 624 | Have a look at <http://linux.chapter7.ch/touchkit/> for |
624 | a usage description and the required user-space stuff. | 625 | a usage description and the required user-space stuff. |
@@ -723,6 +724,14 @@ config TOUCHSCREEN_USB_NEXIO | |||
723 | bool "NEXIO/iNexio device support" if EXPERT | 724 | bool "NEXIO/iNexio device support" if EXPERT |
724 | depends on TOUCHSCREEN_USB_COMPOSITE | 725 | depends on TOUCHSCREEN_USB_COMPOSITE |
725 | 726 | ||
727 | config TOUCHSCREEN_USB_EASYTOUCH | ||
728 | default y | ||
729 | bool "EasyTouch USB Touch controller device support" if EMBEDDED | ||
730 | depends on TOUCHSCREEN_USB_COMPOSITE | ||
731 | help | ||
732 | Say Y here if you have a EasyTouch USB Touch controller device support. | ||
733 | If unsure, say N. | ||
734 | |||
726 | config TOUCHSCREEN_TOUCHIT213 | 735 | config TOUCHSCREEN_TOUCHIT213 |
727 | tristate "Sahara TouchIT-213 touchscreen" | 736 | tristate "Sahara TouchIT-213 touchscreen" |
728 | select SERIO | 737 | select SERIO |