2 # HID driver configuration
9 Say Y here to get to see options for various computer-human interface
10 device drivers. This option alone does not add any kernel code.
12 If you say N, all options in this submenu will be skipped and disabled.
17 tristate "Generic HID support"
20 select HID_A4TECH if !EMBEDDED
21 select HID_APPLE if !EMBEDDED
22 select HID_BELKIN if !EMBEDDED
23 select HID_BRIGHT if !EMBEDDED
24 select HID_CHERRY if !EMBEDDED
25 select HID_CHICONY if !EMBEDDED
26 select HID_CYPRESS if !EMBEDDED
27 select HID_DELL if !EMBEDDED
28 select HID_EZKEY if !EMBEDDED
29 select HID_GYRATION if !EMBEDDED
30 select HID_LOGITECH if !EMBEDDED
31 select HID_MICROSOFT if !EMBEDDED
32 select HID_MONTEREY if !EMBEDDED
33 select HID_PANTHERLORD if !EMBEDDED
34 select HID_PETALYNX if !EMBEDDED
35 select HID_SAMSUNG if !EMBEDDED
36 select HID_SONY if !EMBEDDED
37 select HID_SUNPLUS if !EMBEDDED
40 A human interface device (HID) is a type of computer device that
41 interacts directly with and takes input from humans. The term "HID"
42 most commonly used to refer to the USB-HID specification, but other
43 devices (such as, but not strictly limited to, Bluetooth) are
44 designed using HID specification (this involves certain keyboards,
45 mice, tablets, etc). This option compiles into kernel the generic
46 HID layer code (parser, usages, etc.), which can then be used by
47 transport-specific HID implementation (like USB or Bluetooth).
49 For docs and specs, see http://www.usb.org/developers/hidpage/
54 bool "HID debugging support"
55 default y if !EMBEDDED
58 This option lets the HID layer output diagnostics about its internal
59 state, resolve HID usages, dump HID fields, etc. Individual HID drivers
60 use this debugging facility to output information about individual HID
63 This feature is useful for those who are either debugging the HID parser
64 or any HID hardware device.
69 bool "/dev/hidraw raw HID device support"
72 Say Y here if you want to support HID devices (from the USB
73 specification standpoint) that aren't strictly user interface
74 devices, like monitor controls and Uninterruptable Power Supplies.
76 This module supports these devices separately using a separate
77 event interface on /dev/hidraw.
79 There is also a /dev/hiddev configuration option in the USB HID
80 configuration menu. In comparison to hiddev, this device does not process
81 the hid events at all (no parsing, no lookups). This lets applications
82 to work on raw hid events when they want to, and avoid using transport-specific
83 userspace libhid/libusb libraries.
87 source "drivers/hid/usbhid/Kconfig"
89 menu "Special HID drivers"
93 bool "Load all HID drivers on hid core load"
96 Compatible option for older userspace. If you have system without udev
97 support of module loading through aliases and also old
98 module-init-tools which can't handle hid bus, choose Y here. Otherwise
99 say N. If you say N and your userspace is old enough, the only
100 functionality you lose is modules autoloading.
109 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
114 depends on (USB_HID || BT_HIDP)
116 Support for some Apple devices which less or more break
119 Say Y here if you want support for the special keys (Fn, Numlock) on
120 Apple iBooks, PowerBooks, MacBooks, MacBook Pros and aluminum USB
130 Support for Belkin Flip KVM and Wireless keyboard.
137 Support for Bright ABNT-2 keyboard.
144 Support for Cherry Cymotion.
151 Support for Chicony Tactical pad.
158 Support for Cypress mouse and barcodes.
165 Support for Dell W7658.
172 Support for Ezkey mouse and barcodes.
179 Support for Gyration remote.
186 Support for some Logitech devices which breaks less or more
190 bool "Logitech force feedback"
191 depends on HID_LOGITECH
192 select INPUT_FF_MEMLESS
194 Say Y here if you have one of these devices:
195 - Logitech WingMan Cordless RumblePad
196 - Logitech WingMan Cordless RumblePad 2
197 - Logitech WingMan Force 3D
198 - Logitech Formula Force EX
199 - Logitech MOMO Force wheel
201 and if you want to enable force feedback for them.
202 Note: if you say N here, this device will still be supported, but without
205 config LOGIRUMBLEPAD2_FF
206 bool "Logitech Rumblepad 2 force feedback"
207 depends on HID_LOGITECH
208 select INPUT_FF_MEMLESS
210 Say Y here if you want to enable force feedback support for Logitech
218 Support for some Microsoft devices which breaks less or more
226 Support for Monterey Genius KB29E.
228 config HID_PANTHERLORD
229 tristate "Pantherlord devices support"
233 Support for PantherLord/GreenAsia based device support.
236 config PANTHERLORD_FF
237 bool "Pantherlord force feedback support"
238 depends on HID_PANTHERLORD
239 select INPUT_FF_MEMLESS
241 Say Y here if you have a PantherLord/GreenAsia based game controller
242 or adapter and want to enable force feedback support for it.
249 Support for Petalynx Maxter remote.
256 Support for Samsung IR remote.
263 Support for Sony PS3 controller.
270 Support for Sunplus WDesktop input device.
272 config THRUSTMASTER_FF
273 tristate "ThrustMaster devices support"
276 select INPUT_FF_MEMLESS
278 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
279 a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel.
282 tristate "Zeroplus based game controller support"
285 select INPUT_FF_MEMLESS
287 Say Y here if you have a Zeroplus based game controller.