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 "KB Gear JamStudio tablet support"
156 depends on USB && INPUT
158 Say Y here if you want to use the USB version of the KB Gear
159 JamStudio 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 kbtab.
167 tristate "Griffin PowerMate and Contour Jog support"
168 depends on USB && INPUT
170 Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
171 These are aluminum dials which can measure clockwise and anticlockwise
172 rotation. The dial also acts as a pushbutton. The base contains an LED
173 which can be instructed to pulse or to switch to a particular intensity.
175 You can download userspace tools from
176 <http://sowerbutts.com/powermate/>.
178 To compile this driver as a module, choose M here: the
179 module will be called powermate.
182 tristate "MicroTouch USB Touchscreen Driver"
183 depends on USB && INPUT
185 Say Y here if you want to use a MicroTouch (Now 3M) USB
186 Touchscreen controller.
188 See <file:Documentation/usb/mtouch.txt> for additional information.
190 To compile this driver as a module, choose M here: the
191 module will be called mtouchusb.
194 tristate "eGalax TouchKit USB Touchscreen Driver"
195 depends on USB && INPUT
197 Say Y here if you want to use a eGalax TouchKit USB
198 Touchscreen controller.
200 The driver has been tested on a Xenarc 700TSV monitor
201 with eGalax touchscreen.
203 Have a look at <http://linux.chapter7.ch/touchkit/> for
204 a usage description and the required user-space stuff.
206 To compile this driver as a module, choose M here: the
207 module will be called touchkitusb.
210 tristate "X-Box gamepad support"
211 depends on USB && INPUT
213 Say Y here if you want to use the X-Box pad with your computer.
214 Make sure to say Y to "Joystick support" (CONFIG_INPUT_JOYDEV)
215 and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well.
217 For information about how to connect the X-Box pad to USB, see
218 <file:Documentation/input/xpad.txt>.
220 To compile this driver as a module, choose M here: the
221 module will be called xpad.
223 config USB_ATI_REMOTE
224 tristate "ATI / X10 USB RF remote control"
225 depends on USB && INPUT
227 Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
228 These are RF remotes with USB receivers.
229 The ATI remote comes with many of ATI's All-In-Wonder video cards.
230 The X10 "Lola" remote is available at:
231 <http://www.x10.com/products/lola_sg1.htm>
232 This driver provides mouse pointer, left and right mouse buttons,
233 and maps all the other remote buttons to keypress events.
235 To compile this driver as a module, choose M here: the module will be