2 # USB Input driver configuration
4 comment "USB Input Devices"
8 tristate "USB Human Interface Device (full HID) support"
11 Say Y here if you want full HID support to connect keyboards,
12 mice, joysticks, graphic tablets, or any other HID based devices
13 to your computer via USB. You also need to select HID Input layer
14 support (below) if you want to use keyboards, mice, joysticks and
15 the like ... as well as Uninterruptible Power Supply (UPS) and
16 monitor control devices.
18 You can't use this driver and the HIDBP (Boot Protocol) keyboard
19 and mouse drivers at the same time. More information is available:
20 <file:Documentation/input/input.txt>.
24 To compile this driver as a module, choose M here: the
25 module will be called usbhid.
27 comment "Input core support is needed for USB HID input layer or HIDBP support"
28 depends on USB_HID && INPUT=n
31 bool "HID input layer support"
33 depends on INPUT && USB_HID
35 Say Y here if you want to use a USB keyboard, mouse or joystick,
36 or any other HID input device.
40 config USB_HIDINPUT_POWERBOOK
41 bool "Enable support for iBook/PowerBook special keys"
43 depends on USB_HIDINPUT
45 Say Y here if you want support for the special keys (Fn, Numlock) on
46 Apple iBooks and PowerBooks.
51 bool "Force feedback support (EXPERIMENTAL)"
52 depends on USB_HIDINPUT && EXPERIMENTAL
54 Say Y here is you want force feedback support for a few HID devices.
55 See below for a list of supported devices.
57 See <file:Documentation/input/ff.txt> for a description of the force
63 bool "PID Devices (Microsoft Sidewinder Force Feedback 2)"
66 Say Y here if you have a PID-compliant joystick and wish to enable force
67 feedback for it. The Microsoft Sidewinder Force Feedback 2 is one such
71 bool "Logitech WingMan *3D support"
74 Say Y here if you have one of these devices:
75 - Logitech WingMan Cordless RumblePad
76 - Logitech WingMan Force 3D
77 and if you want to enable force feedback for them.
78 Note: if you say N here, this device will still be supported, but without
81 config THRUSTMASTER_FF
82 bool "ThrustMaster FireStorm Dual Power 2 support (EXPERIMENTAL)"
83 depends on HID_FF && EXPERIMENTAL
85 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
86 and want to enable force feedback support for it.
87 Note: if you say N here, this device will still be supported, but without
91 bool "/dev/hiddev raw HID device support"
94 Say Y here if you want to support HID devices (from the USB
95 specification standpoint) that aren't strictly user interface
96 devices, like monitor controls and Uninterruptable Power Supplies.
98 This module supports these devices separately using a separate
99 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
103 menu "USB HID Boot Protocol drivers"
104 depends on USB!=n && USB_HID!=y
107 tristate "USB HIDBP Keyboard (simple Boot) support"
108 depends on USB && INPUT
110 Say Y here only if you are absolutely sure that you don't want
111 to use the generic HID driver for your USB keyboard and prefer
112 to use the keyboard in its limited Boot Protocol mode instead.
114 This is almost certainly not what you want. This is mostly
115 useful for embedded applications or simple keyboards.
117 To compile this driver as a module, choose M here: the
118 module will be called usbkbd.
120 If even remotely unsure, say N.
123 tristate "USB HIDBP Mouse (simple Boot) support"
124 depends on USB && INPUT
126 Say Y here only if you are absolutely sure that you don't want
127 to use the generic HID driver for your USB mouse and prefer
128 to use the mouse in its limited Boot Protocol mode instead.
130 This is almost certainly not what you want. This is mostly
131 useful for embedded applications or simple mice.
133 To compile this driver as a module, choose M here: the
134 module will be called usbmouse.
136 If even remotely unsure, say N.
141 tristate "Aiptek 6000U/8000U tablet support"
142 depends on USB && INPUT
144 Say Y here if you want to use the USB version of the Aiptek 6000U
145 or Aiptek 8000U tablet. Make sure to say Y to "Mouse support"
146 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
147 (CONFIG_INPUT_EVDEV) as well.
149 To compile this driver as a module, choose M here: the
150 module will be called aiptek.
153 tristate "Wacom Intuos/Graphire tablet support"
154 depends on USB && INPUT
156 Say Y here if you want to use the USB version of the Wacom Intuos
157 or Graphire tablet. Make sure to say Y to "Mouse support"
158 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
159 (CONFIG_INPUT_EVDEV) as well.
161 To compile this driver as a module, choose M here: the
162 module will be called wacom.
165 tristate "Acecad Flair tablet support"
166 depends on USB && INPUT
168 Say Y here if you want to use the USB version of the Acecad Flair
169 tablet. Make sure to say Y to "Mouse support"
170 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
171 (CONFIG_INPUT_EVDEV) as well.
173 To compile this driver as a module, choose M here: the
174 module will be called acecad.
177 tristate "KB Gear JamStudio tablet support"
178 depends on USB && INPUT
180 Say Y here if you want to use the USB version of the KB Gear
181 JamStudio tablet. Make sure to say Y to "Mouse support"
182 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
183 (CONFIG_INPUT_EVDEV) as well.
185 To compile this driver as a module, choose M here: the
186 module will be called kbtab.
189 tristate "Griffin PowerMate and Contour Jog support"
190 depends on USB && INPUT
192 Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
193 These are aluminum dials which can measure clockwise and anticlockwise
194 rotation. The dial also acts as a pushbutton. The base contains an LED
195 which can be instructed to pulse or to switch to a particular intensity.
197 You can download userspace tools from
198 <http://sowerbutts.com/powermate/>.
200 To compile this driver as a module, choose M here: the
201 module will be called powermate.
203 config USB_TOUCHSCREEN
204 tristate "USB Touchscreen Driver"
205 depends on USB && INPUT
207 USB Touchscreen driver for:
208 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
209 - PanJit TouchSet USB
210 - 3M MicroTouch USB (EX II series)
212 - some other eTurboTouch
215 Have a look at <http://linux.chapter7.ch/touchkit/> for
216 a usage description and the required user-space stuff.
218 To compile this driver as a module, choose M here: the
219 module will be called usbtouchscreen.
221 config USB_TOUCHSCREEN_EGALAX
223 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
224 depends on USB_TOUCHSCREEN
226 config USB_TOUCHSCREEN_PANJIT
228 bool "PanJit device support" if EMBEDDED
229 depends on USB_TOUCHSCREEN
231 config USB_TOUCHSCREEN_3M
233 bool "3M/Microtouch EX II series device support" if EMBEDDED
234 depends on USB_TOUCHSCREEN
236 config USB_TOUCHSCREEN_ITM
238 bool "ITM device support" if EMBEDDED
239 depends on USB_TOUCHSCREEN
241 config USB_TOUCHSCREEN_ETURBO
243 bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
244 depends on USB_TOUCHSCREEN
246 config USB_TOUCHSCREEN_GUNZE
248 bool "Gunze AHL61 device support" if EMBEDDED
249 depends on USB_TOUCHSCREEN
252 tristate "Yealink usb-p1k voip phone"
253 depends on USB && INPUT && EXPERIMENTAL
255 Say Y here if you want to enable keyboard and LCD functions of the
256 Yealink usb-p1k usb phones. The audio part is enabled by the generic
257 usb sound driver, so you might want to enable that as well.
259 For information about how to use these additional functions, see
260 <file:Documentation/input/yealink.txt>.
262 To compile this driver as a module, choose M here: the module will be
266 tristate "X-Box gamepad support"
267 depends on USB && INPUT
269 Say Y here if you want to use the X-Box pad with your computer.
270 Make sure to say Y to "Joystick support" (CONFIG_INPUT_JOYDEV)
271 and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well.
273 For information about how to connect the X-Box pad to USB, see
274 <file:Documentation/input/xpad.txt>.
276 To compile this driver as a module, choose M here: the
277 module will be called xpad.
279 config USB_ATI_REMOTE
280 tristate "ATI / X10 USB RF remote control"
281 depends on USB && INPUT
283 Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
284 These are RF remotes with USB receivers.
285 The ATI remote comes with many of ATI's All-In-Wonder video cards.
286 The X10 "Lola" remote is available at:
287 <http://www.x10.com/products/lola_sg1.htm>
288 This driver provides mouse pointer, left and right mouse buttons,
289 and maps all the other remote buttons to keypress events.
291 To compile this driver as a module, choose M here: the module will be
294 config USB_ATI_REMOTE2
295 tristate "ATI / Philips USB RF remote control"
296 depends on USB && INPUT
298 Say Y here if you want to use an ATI or Philips USB RF remote control.
299 These are RF remotes with USB receivers.
300 ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
301 and is also available as a separate product.
302 This driver provides mouse pointer, left and right mouse buttons,
303 and maps all the other remote buttons to keypress events.
305 To compile this driver as a module, choose M here: the module will be
308 config USB_KEYSPAN_REMOTE
309 tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
310 depends on USB && INPUT && EXPERIMENTAL
312 Say Y here if you want to use a Keyspan DMR USB remote control.
313 Currently only the UIA-11 type of receiver has been tested. The tag
314 on the receiver that connects to the USB port should have a P/N that
315 will tell you what type of DMR you have. The UIA-10 type is not
316 supported at this time. This driver maps all buttons to keypress
319 To compile this driver as a module, choose M here: the module will
320 be called keyspan_remote.
322 config USB_APPLETOUCH
323 tristate "Apple USB Touchpad support"
324 depends on USB && INPUT
326 Say Y here if you want to use an Apple USB Touchpad.
328 These are the touchpads that can be found on post-February 2005
329 Apple Powerbooks (prior models have a Synaptics touchpad connected
332 This driver provides a basic mouse driver but can be interfaced
333 with the synaptics X11 driver to provide acceleration and
336 For further information, see
337 <file:Documentation/input/appletouch.txt>.
339 To compile this driver as a module, choose M here: the
340 module will be called appletouch.
342 config USB_TRANCEVIBRATOR
343 tristate "PlayStation 2 Trance Vibrator driver support"
346 Say Y here if you want to connect a PlayStation 2 Trance Vibrator
347 device to your computer's USB port.
349 To compile this driver as a module, choose M here: the
350 module will be called trancevibrator.