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"
21 A human interface device (HID) is a type of computer device that
22 interacts directly with and takes input from humans. The term "HID"
23 most commonly used to refer to the USB-HID specification, but other
24 devices (such as, but not strictly limited to, Bluetooth) are
25 designed using HID specification (this involves certain keyboards,
26 mice, tablets, etc). This option compiles into kernel the generic
27 HID layer code (parser, usages, etc.), which can then be used by
28 transport-specific HID implementation (like USB or Bluetooth).
30 For docs and specs, see http://www.usb.org/developers/hidpage/
35 bool "HID debugging support"
36 default y if !EMBEDDED
39 This option lets the HID layer output diagnostics about its internal
40 state, resolve HID usages, dump HID fields, etc. Individual HID drivers
41 use this debugging facility to output information about individual HID
44 This feature is useful for those who are either debugging the HID parser
45 or any HID hardware device.
50 bool "/dev/hidraw raw HID device support"
53 Say Y here if you want to support HID devices (from the USB
54 specification standpoint) that aren't strictly user interface
55 devices, like monitor controls and Uninterruptable Power Supplies.
57 This module supports these devices separately using a separate
58 event interface on /dev/hidraw.
60 There is also a /dev/hiddev configuration option in the USB HID
61 configuration menu. In comparison to hiddev, this device does not process
62 the hid events at all (no parsing, no lookups). This lets applications
63 to work on raw hid events when they want to, and avoid using transport-specific
64 userspace libhid/libusb libraries.
68 source "drivers/hid/usbhid/Kconfig"
70 menu "Special HID drivers"
74 bool "Load all HID drivers on hid core load"
77 Compatible option for older userspace. If you have system without udev
78 support of module loading through aliases and also old
79 module-init-tools which can't handle hid bus, choose Y here. Otherwise
80 say N. If you say N and your userspace is old enough, the only
81 functionality you lose is modules autoloading.
90 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
95 depends on (USB_HID || BT_HIDP)
97 Support for some Apple devices which less or more break
100 Say Y here if you want support for the special keys (Fn, Numlock) on
101 Apple iBooks, PowerBooks, MacBooks, MacBook Pros and aluminum USB
111 Support for Belkin Flip KVM and Wireless keyboard.
118 Support for Cherry Cymotion.
125 Support for Chicony Tactical pad.
132 Support for Cypress mouse and barcodes.
139 Support for Dell W7658.
146 Support for Ezkey mouse and barcodes.
153 Support for Gyration remote.
160 Support for some Logitech devices which breaks less or more
164 bool "Logitech force feedback"
165 depends on HID_LOGITECH
166 select INPUT_FF_MEMLESS
168 Say Y here if you have one of these devices:
169 - Logitech WingMan Cordless RumblePad
170 - Logitech WingMan Cordless RumblePad 2
171 - Logitech WingMan Force 3D
172 - Logitech Formula Force EX
173 - Logitech MOMO Force wheel
175 and if you want to enable force feedback for them.
176 Note: if you say N here, this device will still be supported, but without
179 config LOGIRUMBLEPAD2_FF
180 bool "Logitech Rumblepad 2 force feedback"
181 depends on HID_LOGITECH
182 select INPUT_FF_MEMLESS
184 Say Y here if you want to enable force feedback support for Logitech
192 Support for some Microsoft devices which breaks less or more
200 Support for Monterey Genius KB29E.
202 config HID_PANTHERLORD
203 tristate "Pantherlord devices support"
207 Support for PantherLord/GreenAsia based device support.
210 config PANTHERLORD_FF
211 bool "Pantherlord force feedback support"
212 depends on HID_PANTHERLORD
213 select INPUT_FF_MEMLESS
215 Say Y here if you have a PantherLord/GreenAsia based game controller
216 or adapter and want to enable force feedback support for it.
223 Support for Petalynx Maxter remote.
230 Support for Samsung IR remote.
237 Support for Sony PS3 controller.
244 Support for Sunplus WDesktop input device.