diff options
author | Daniel Ritz <daniel.ritz-ml@swissonline.ch> | 2006-07-31 15:43:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 14:58:51 -0400 |
commit | 5d8926658ce41b254fdfba7d057e6c9438c25cca (patch) | |
tree | 64bddda2a71765f807ae0599905c7bcce083f1fb /drivers/usb/input/Kconfig | |
parent | d388dab7b562b76525761f89702246686747ba30 (diff) |
usbtouchscreen: version 0.4
changes over 0.3:
- some more eGalax device IDs (from eGalax driver/spec)
- return the error code in probe()
- 3M/MTouch init fixes, tested by Don Alexander
- eGalax fixes for bugs in multi-packet handling, spottet by Pieter Grimmerink
- support for some eTurboTouch devices, mostly by Pieter Grimmerink
- support for Gunze AHL61 controller (untested, but simple enough)
Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Cc: Pieter Grimmerink <p.grimmerink@inepro.com>
Cc: Don Alexander <debug@roosoft.ltd.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index 650103bc9618..8a708520547b 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig | |||
@@ -205,10 +205,12 @@ config USB_TOUCHSCREEN | |||
205 | depends on USB && INPUT | 205 | depends on USB && INPUT |
206 | ---help--- | 206 | ---help--- |
207 | USB Touchscreen driver for: | 207 | USB Touchscreen driver for: |
208 | - eGalax Touchkit USB | 208 | - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) |
209 | - PanJit TouchSet USB | 209 | - PanJit TouchSet USB |
210 | - 3M MicroTouch USB | 210 | - 3M MicroTouch USB (EX II series) |
211 | - ITM | 211 | - ITM |
212 | - some other eTurboTouch | ||
213 | - Gunze AHL61 | ||
212 | 214 | ||
213 | Have a look at <http://linux.chapter7.ch/touchkit/> for | 215 | Have a look at <http://linux.chapter7.ch/touchkit/> for |
214 | a usage description and the required user-space stuff. | 216 | a usage description and the required user-space stuff. |
@@ -218,7 +220,7 @@ config USB_TOUCHSCREEN | |||
218 | 220 | ||
219 | config USB_TOUCHSCREEN_EGALAX | 221 | config USB_TOUCHSCREEN_EGALAX |
220 | default y | 222 | default y |
221 | bool "eGalax device support" if EMBEDDED | 223 | bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED |
222 | depends on USB_TOUCHSCREEN | 224 | depends on USB_TOUCHSCREEN |
223 | 225 | ||
224 | config USB_TOUCHSCREEN_PANJIT | 226 | config USB_TOUCHSCREEN_PANJIT |
@@ -228,7 +230,7 @@ config USB_TOUCHSCREEN_PANJIT | |||
228 | 230 | ||
229 | config USB_TOUCHSCREEN_3M | 231 | config USB_TOUCHSCREEN_3M |
230 | default y | 232 | default y |
231 | bool "3M/Microtouch device support" if EMBEDDED | 233 | bool "3M/Microtouch EX II series device support" if EMBEDDED |
232 | depends on USB_TOUCHSCREEN | 234 | depends on USB_TOUCHSCREEN |
233 | 235 | ||
234 | config USB_TOUCHSCREEN_ITM | 236 | config USB_TOUCHSCREEN_ITM |
@@ -236,6 +238,16 @@ config USB_TOUCHSCREEN_ITM | |||
236 | bool "ITM device support" if EMBEDDED | 238 | bool "ITM device support" if EMBEDDED |
237 | depends on USB_TOUCHSCREEN | 239 | depends on USB_TOUCHSCREEN |
238 | 240 | ||
241 | config USB_TOUCHSCREEN_ETURBO | ||
242 | default y | ||
243 | bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED | ||
244 | depends on USB_TOUCHSCREEN | ||
245 | |||
246 | config USB_TOUCHSCREEN_GUNZE | ||
247 | default y | ||
248 | bool "Gunze AHL61 device support" if EMBEDDED | ||
249 | depends on USB_TOUCHSCREEN | ||
250 | |||
239 | config USB_YEALINK | 251 | config USB_YEALINK |
240 | tristate "Yealink usb-p1k voip phone" | 252 | tristate "Yealink usb-p1k voip phone" |
241 | depends on USB && INPUT && EXPERIMENTAL | 253 | depends on USB && INPUT && EXPERIMENTAL |