diff options
| author | Michael Gebetsroither <michael@mgeb.org> | 2011-11-05 02:56:05 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-11-05 03:02:27 -0400 |
| commit | d2cc817a7697685f034c90542053d85e7012c760 (patch) | |
| tree | bb3d97d0bc4e5d0124181b6e9f73ebc7fe46e37f /drivers/input/touchscreen/Kconfig | |
| parent | 1729ad1f4f9e167ade84ca8b5269695c42351160 (diff) | |
Input: usbtouchscreen - add ELO IntelliTouch 2700 support
Signed-off-by: Michael Gebetsroither <michael@mgeb.org>
Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 3488ffe1fa0..3c986cf4890 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -541,6 +541,7 @@ config TOUCHSCREEN_USB_COMPOSITE | |||
| 541 | - GoTop Super_Q2/GogoPen/PenPower tablets | 541 | - GoTop Super_Q2/GogoPen/PenPower tablets |
| 542 | - JASTEC USB Touch Controller/DigiTech DTR-02U | 542 | - JASTEC USB Touch Controller/DigiTech DTR-02U |
| 543 | - Zytronic controllers | 543 | - Zytronic controllers |
| 544 | - Elo TouchSystems 2700 IntelliTouch | ||
| 544 | 545 | ||
| 545 | Have a look at <http://linux.chapter7.ch/touchkit/> for | 546 | Have a look at <http://linux.chapter7.ch/touchkit/> for |
| 546 | a usage description and the required user-space stuff. | 547 | a usage description and the required user-space stuff. |
| @@ -620,6 +621,11 @@ config TOUCHSCREEN_USB_JASTEC | |||
| 620 | bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT | 621 | bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT |
| 621 | depends on TOUCHSCREEN_USB_COMPOSITE | 622 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 622 | 623 | ||
| 624 | config TOUCHSCREEN_USB_ELO | ||
| 625 | default y | ||
| 626 | bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT | ||
| 627 | depends on TOUCHSCREEN_USB_COMPOSITE | ||
| 628 | |||
| 623 | config TOUCHSCREEN_USB_E2I | 629 | config TOUCHSCREEN_USB_E2I |
| 624 | default y | 630 | default y |
| 625 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" | 631 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" |
