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.
41 bool "Force feedback support (EXPERIMENTAL)"
42 depends on USB_HIDINPUT && EXPERIMENTAL
44 Say Y here is you want force feedback support for a few HID devices.
45 See below for a list of supported devices.
47 See <file:Documentation/input/ff.txt> for a description of the force
53 bool "PID Devices (Microsoft Sidewinder Force Feedback 2)"
56 Say Y here if you have a PID-compliant joystick and wish to enable force
57 feedback for it. The Microsoft Sidewinder Force Feedback 2 is one such
61 bool "Logitech WingMan *3D support"
64 Say Y here if you have one of these devices:
65 - Logitech WingMan Cordless RumblePad
66 - Logitech WingMan Force 3D
67 and if you want to enable force feedback for them.
68 Note: if you say N here, this device will still be supported, but without
71 config THRUSTMASTER_FF
72 bool "ThrustMaster FireStorm Dual Power 2 support (EXPERIMENTAL)"
73 depends on HID_FF && EXPERIMENTAL
75 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
76 and want to enable force feedback support for it.
77 Note: if you say N here, this device will still be supported, but without
81 bool "/dev/hiddev raw HID device support"
84 Say Y here if you want to support HID devices (from the USB
85 specification standpoint) that aren't strictly user interface
86 devices, like monitor controls and Uninterruptable Power Supplies.
88 This module supports these devices separately using a separate
89 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
93 menu "USB HID Boot Protocol drivers"
94 depends on USB!=n && USB_HID!=y
97 tristate "USB HIDBP Keyboard (simple Boot) support"
98 depends on USB && INPUT
100 Say Y here only if you are absolutely sure that you don't want
101 to use the generic HID driver for your USB keyboard and prefer
102 to use the keyboard in its limited Boot Protocol mode instead.
104 This is almost certainly not what you want. This is mostly
105 useful for embedded applications or simple keyboards.
107 To compile this driver as a module, choose M here: the
108 module will be called usbkbd.
110 If even remotely unsure, say N.
113 tristate "USB HIDBP Mouse (simple Boot) support"
114 depends on USB && INPUT
116 Say Y here only if you are absolutely sure that you don't want
117 to use the generic HID driver for your USB mouse and prefer
118 to use the mouse in its limited Boot Protocol mode instead.
120 This is almost certainly not what you want. This is mostly
121 useful for embedded applications or simple mice.
123 To compile this driver as a module, choose M here: the
124 module will be called usbmouse.
126 If even remotely unsure, say N.
131 tristate "Aiptek 6000U/8000U tablet support"
132 depends on USB && INPUT
134 Say Y here if you want to use the USB version of the Aiptek 6000U
135 or Aiptek 8000U tablet. Make sure to say Y to "Mouse support"
136 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
137 (CONFIG_INPUT_EVDEV) as well.
139 To compile this driver as a module, choose M here: the
140 module will be called aiptek.
143 tristate "Wacom Intuos/Graphire tablet support"
144 depends on USB && INPUT
146 Say Y here if you want to use the USB version of the Wacom Intuos
147 or Graphire tablet. Make sure to say Y to "Mouse support"
148 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
149 (CONFIG_INPUT_EVDEV) as well.
151 To compile this driver as a module, choose M here: the
152 module will be called wacom.
155 tristate "Acecad Flair tablet support"
156 depends on USB && INPUT
158 Say Y here if you want to use the USB version of the Acecad Flair
159 tablet. Make sure to say Y to "Mouse support"
160 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
161 (CONFIG_INPUT_EVDEV) as well.
163 To compile this driver as a module, choose M here: the
164 module will be called acecad.
167 tristate "KB Gear JamStudio tablet support"
168 depends on USB && INPUT
170 Say Y here if you want to use the USB version of the KB Gear
171 JamStudio tablet. Make sure to say Y to "Mouse support"
172 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
173 (CONFIG_INPUT_EVDEV) as well.
175 To compile this driver as a module, choose M here: the
176 module will be called kbtab.
179 tristate "Griffin PowerMate and Contour Jog support"
180 depends on USB && INPUT
182 Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
183 These are aluminum dials which can measure clockwise and anticlockwise
184 rotation. The dial also acts as a pushbutton. The base contains an LED
185 which can be instructed to pulse or to switch to a particular intensity.
187 You can download userspace tools from
188 <http://sowerbutts.com/powermate/>.
190 To compile this driver as a module, choose M here: the
191 module will be called powermate.
194 tristate "MicroTouch USB Touchscreen Driver"
195 depends on USB && INPUT
197 Say Y here if you want to use a MicroTouch (Now 3M) USB
198 Touchscreen controller.
200 See <file:Documentation/usb/mtouch.txt> for additional information.
202 To compile this driver as a module, choose M here: the
203 module will be called mtouchusb.
206 tristate "ITM Touch USB Touchscreen Driver"
207 depends on USB && INPUT
209 Say Y here if you want to use a ITM Touch USB
210 Touchscreen controller.
212 This touchscreen is used in LG 1510SF monitors.
214 To compile this driver as a module, choose M here: the
215 module will be called itmtouch.
218 tristate "eGalax TouchKit USB Touchscreen Driver"
219 depends on USB && INPUT
221 Say Y here if you want to use a eGalax TouchKit USB
222 Touchscreen controller.
224 The driver has been tested on a Xenarc 700TSV monitor
225 with eGalax touchscreen.
227 Have a look at <http://linux.chapter7.ch/touchkit/> for
228 a usage description and the required user-space stuff.
230 To compile this driver as a module, choose M here: the
231 module will be called touchkitusb.
234 tristate "Yealink usb-p1k voip phone"
235 depends on USB && INPUT && EXPERIMENTAL
237 Say Y here if you want to enable keyboard and LCD functions of the
238 Yealink usb-p1k usb phones. The audio part is enabled by the generic
239 usb sound driver, so you might want to enable that as well.
241 For information about how to use these additional functions, see
242 <file:Documentation/input/yealink.txt>.
244 To compile this driver as a module, choose M here: the module will be
248 tristate "X-Box gamepad support"
249 depends on USB && INPUT
251 Say Y here if you want to use the X-Box pad with your computer.
252 Make sure to say Y to "Joystick support" (CONFIG_INPUT_JOYDEV)
253 and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well.
255 For information about how to connect the X-Box pad to USB, see
256 <file:Documentation/input/xpad.txt>.
258 To compile this driver as a module, choose M here: the
259 module will be called xpad.
261 config USB_ATI_REMOTE
262 tristate "ATI / X10 USB RF remote control"
263 depends on USB && INPUT
265 Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
266 These are RF remotes with USB receivers.
267 The ATI remote comes with many of ATI's All-In-Wonder video cards.
268 The X10 "Lola" remote is available at:
269 <http://www.x10.com/products/lola_sg1.htm>
270 This driver provides mouse pointer, left and right mouse buttons,
271 and maps all the other remote buttons to keypress events.
273 To compile this driver as a module, choose M here: the module will be
276 config USB_KEYSPAN_REMOTE
277 tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
278 depends on USB && INPUT && EXPERIMENTAL
280 Say Y here if you want to use a Keyspan DMR USB remote control.
281 Currently only the UIA-11 type of receiver has been tested. The tag
282 on the receiver that connects to the USB port should have a P/N that
283 will tell you what type of DMR you have. The UIA-10 type is not
284 supported at this time. This driver maps all buttons to keypress
287 To compile this driver as a module, choose M here: the module will
288 be called keyspan_remote.
290 config USB_APPLETOUCH
291 tristate "Apple USB Touchpad support"
292 depends on USB && INPUT
294 Say Y here if you want to use an Apple USB Touchpad.
296 These are the touchpads that can be found on post-February 2005
297 Apple Powerbooks (prior models have a Synaptics touchpad connected
300 This driver provides a basic mouse driver but can be interfaced
301 with the synaptics X11 driver to provide acceleration and
304 For further information, see
305 <file:Documentation/input/appletouch.txt>.
307 To compile this driver as a module, choose M here: the
308 module will be called appletouch.