1 comment "USB Input Devices"
5 tristate "USB Human Interface Device (full HID) support"
7 depends on USB && INPUT
10 Say Y here if you want full HID support to connect USB keyboards,
11 mice, joysticks, graphic tablets, or any other HID based devices
12 to your computer via USB, as well as Uninterruptible Power Supply
13 (UPS) and monitor control devices.
15 You can't use this driver and the HIDBP (Boot Protocol) keyboard
16 and mouse drivers at the same time. More information is available:
17 <file:Documentation/input/input.txt>.
21 To compile this driver as a module, choose M here: the
22 module will be called usbhid.
24 comment "Input core support is needed for USB HID input layer or HIDBP support"
25 depends on USB_HID && INPUT=n
27 config USB_HIDINPUT_POWERBOOK
28 bool "Enable support for Apple laptop/aluminum USB special keys"
32 Say Y here if you want support for the special keys (Fn, Numlock) on
33 Apple iBooks, PowerBooks, MacBooks, MacBook Pros and aluminum USB
39 bool "Force feedback support (EXPERIMENTAL)"
40 depends on USB_HID && EXPERIMENTAL
42 Say Y here is you want force feedback support for a few HID devices.
43 See below for a list of supported devices.
45 See <file:Documentation/input/ff.txt> for a description of the force
51 bool "PID device support"
54 Say Y here if you have a PID-compliant device and wish to enable force
55 feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such
59 bool "Logitech devices support"
61 select INPUT_FF_MEMLESS if USB_HID
63 Say Y here if you have one of these devices:
64 - Logitech WingMan Cordless RumblePad
65 - Logitech WingMan Cordless RumblePad 2
66 - Logitech WingMan Force 3D
67 - Logitech Formula Force EX
68 - Logitech MOMO Force wheel
70 and if you want to enable force feedback for them.
71 Note: if you say N here, this device will still be supported, but without
74 config LOGIRUMBLEPAD2_FF
75 bool "Logitech Rumblepad 2 support"
77 select INPUT_FF_MEMLESS if USB_HID
79 Say Y here if you want to enable force feedback support for Logitech
83 bool "PantherLord/GreenAsia based device support"
85 select INPUT_FF_MEMLESS if USB_HID
87 Say Y here if you have a PantherLord/GreenAsia based game controller
88 or adapter and want to enable force feedback support for it.
90 config THRUSTMASTER_FF
91 bool "ThrustMaster devices support"
93 select INPUT_FF_MEMLESS if USB_HID
95 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
96 a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel,
97 and want to enable force feedback support for it.
98 Note: if you say N here, this device will still be supported, but without
102 bool "Zeroplus based game controller support"
104 select INPUT_FF_MEMLESS if USB_HID
106 Say Y here if you have a Zeroplus based game controller and want to
107 enable force feedback for it.
110 bool "/dev/hiddev raw HID device support"
113 Say Y here if you want to support HID devices (from the USB
114 specification standpoint) that aren't strictly user interface
115 devices, like monitor controls and Uninterruptable Power Supplies.
117 This module supports these devices separately using a separate
118 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
122 menu "USB HID Boot Protocol drivers"
123 depends on USB!=n && USB_HID!=y
126 tristate "USB HIDBP Keyboard (simple Boot) support"
127 depends on USB && INPUT
129 Say Y here only if you are absolutely sure that you don't want
130 to use the generic HID driver for your USB keyboard and prefer
131 to use the keyboard in its limited Boot Protocol mode instead.
133 This is almost certainly not what you want. This is mostly
134 useful for embedded applications or simple keyboards.
136 To compile this driver as a module, choose M here: the
137 module will be called usbkbd.
139 If even remotely unsure, say N.
142 tristate "USB HIDBP Mouse (simple Boot) support"
143 depends on USB && INPUT
145 Say Y here only if you are absolutely sure that you don't want
146 to use the generic HID driver for your USB mouse and prefer
147 to use the mouse in its limited Boot Protocol mode instead.
149 This is almost certainly not what you want. This is mostly
150 useful for embedded applications or simple mice.
152 To compile this driver as a module, choose M here: the
153 module will be called usbmouse.
155 If even remotely unsure, say N.