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 "/dev/hidraw raw HID device support"
38 Say Y here if you want to support HID devices (from the USB
39 specification standpoint) that aren't strictly user interface
40 devices, like monitor controls and Uninterruptable Power Supplies.
42 This module supports these devices separately using a separate
43 event interface on /dev/hidraw.
45 There is also a /dev/hiddev configuration option in the USB HID
46 configuration menu. In comparison to hiddev, this device does not process
47 the hid events at all (no parsing, no lookups). This lets applications
48 to work on raw hid events when they want to, and avoid using transport-specific
49 userspace libhid/libusb libraries.
53 source "drivers/hid/usbhid/Kconfig"
55 menu "Special HID drivers"
62 Support for 3M PCT touch screens.
65 tristate "A4 tech" if EMBEDDED
69 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
72 tristate "ACRUX force feedback support"
74 select INPUT_FF_MEMLESS
76 Say Y here if you want to enable force feedback support for ACRUX
80 tristate "Apple" if EMBEDDED
81 depends on (USB_HID || BT_HIDP)
84 Support for some Apple devices which less or more break
87 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
88 MacBooks, MacBook Pros and Apple Aluminum.
91 tristate "Belkin" if EMBEDDED
95 Support for Belkin Flip KVM and Wireless keyboard.
98 tristate "Cando dual touch panel"
101 Support for Cando dual touch panel.
104 tristate "Cherry" if EMBEDDED
108 Support for Cherry Cymotion keyboard.
111 tristate "Chicony" if EMBEDDED
115 Support for Chicony Tactical pad.
118 tristate "Prodikeys PC-MIDI Keyboard support"
119 depends on USB_HID && SND
122 Support for Prodikeys PC-MIDI Keyboard device support.
123 Say Y here to enable support for this device.
124 - Prodikeys PC-MIDI keyboard.
125 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
126 input and one MIDI output. These MIDI jacks appear as
127 a sound "card" in the ALSA sound system.
128 Note: if you say N here, this device will still function as a basic
129 multimedia keyboard, but will lack support for the musical keyboard
130 and some additional multimedia keys.
133 tristate "Cypress" if EMBEDDED
137 Support for cypress mouse and barcode readers.
139 config HID_DRAGONRISE
140 tristate "DragonRise Inc. support"
143 Say Y here if you have DragonRise Inc.game controllers.
146 bool "DragonRise Inc. force feedback support"
147 depends on HID_DRAGONRISE
148 select INPUT_FF_MEMLESS
150 Say Y here if you want to enable force feedback support for DragonRise Inc.
154 tristate "eGalax multi-touch panel"
157 Support for the eGalax dual-touch panel.
163 Support for the ELECOM BM084 (bluetooth mouse).
166 tristate "Ezkey" if EMBEDDED
170 Support for Ezkey BTC 8193 keyboard.
173 tristate "Kye" if EMBEDDED
177 Support for Kye/Genius Ergo Mouse.
183 Support for Gyration remote control.
189 Support for Twinhan IR remote control.
191 config HID_KENSINGTON
192 tristate "Kensington" if EMBEDDED
196 Support for Kensington Slimblade Trackball.
199 tristate "Logitech" if EMBEDDED
203 Support for Logitech devices that are not fully compliant with HID standard.
206 bool "Logitech force feedback support"
207 depends on HID_LOGITECH
208 select INPUT_FF_MEMLESS
210 Say Y here if you have one of these devices:
211 - Logitech WingMan Cordless RumblePad
212 - Logitech WingMan Cordless RumblePad 2
213 - Logitech WingMan Force 3D
214 - Logitech Formula Force EX
215 - Logitech WingMan Formula Force GP
216 - Logitech MOMO Force wheel
218 and if you want to enable force feedback for them.
219 Note: if you say N here, this device will still be supported, but without
222 config LOGIRUMBLEPAD2_FF
223 bool "Logitech Rumblepad 2 force feedback support"
224 depends on HID_LOGITECH
225 select INPUT_FF_MEMLESS
227 Say Y here if you want to enable force feedback support for Logitech
231 bool "Logitech Flight System G940 force feedback support"
232 depends on HID_LOGITECH
233 select INPUT_FF_MEMLESS
235 Say Y here if you want to enable force feedback support for Logitech
236 Flight System G940 devices.
238 config HID_MAGICMOUSE
239 tristate "Apple MagicMouse multi-touch support"
242 Support for the Apple Magic Mouse multi-touch.
244 Say Y here if you want support for the multi-touch features of the
245 Apple Wireless "Magic" Mouse.
248 tristate "Microsoft" if EMBEDDED
252 Support for Microsoft devices that are not fully compliant with HID standard.
258 Support for MosArt dual-touch panels.
261 tristate "Monterey" if EMBEDDED
265 Support for Monterey Genius KB29E.
271 Support for N-Trig touch screen.
277 Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
279 config HID_PANTHERLORD
280 tristate "Pantherlord support"
283 Say Y here if you have a PantherLord/GreenAsia based game controller
286 config PANTHERLORD_FF
287 bool "Pantherlord force feedback support"
288 depends on HID_PANTHERLORD
289 select INPUT_FF_MEMLESS
291 Say Y here if you have a PantherLord/GreenAsia based game controller
292 or adapter and want to enable force feedback support for it.
298 Support for Petalynx Maxter remote control.
301 tristate "PicoLCD (graphic version)"
304 This provides support for Minibox PicoLCD devices, currently
305 only the graphical ones are supported.
307 This includes support for the following device features:
309 - Switching between Firmware and Flash mode
310 - EEProm / Flash access (via debugfs)
311 Features selectively enabled:
312 - Framebuffer for monochrome 256x64 display
315 - General purpose outputs
316 Features that are not (yet) supported:
319 config HID_PICOLCD_FB
320 bool "Framebuffer support" if EMBEDDED
322 depends on HID_PICOLCD
323 depends on HID_PICOLCD=FB || FB=y
324 select FB_DEFERRED_IO
325 select FB_SYS_FILLRECT
326 select FB_SYS_COPYAREA
327 select FB_SYS_IMAGEBLIT
330 Provide access to PicoLCD's 256x64 monochrome display via a
333 config HID_PICOLCD_BACKLIGHT
334 bool "Backlight control" if EMBEDDED
336 depends on HID_PICOLCD
337 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
339 Provide access to PicoLCD's backlight control via backlight
342 config HID_PICOLCD_LCD
343 bool "Contrast control" if EMBEDDED
345 depends on HID_PICOLCD
346 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
348 Provide access to PicoLCD's LCD contrast via lcd class.
350 config HID_PICOLCD_LEDS
351 bool "GPO via leds class" if EMBEDDED
353 depends on HID_PICOLCD
354 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
356 Provide access to PicoLCD's GPO pins via leds class.
359 tristate "Quanta Optical Touch"
362 Support for Quanta Optical Touch dual-touch panels.
365 tristate "Roccat special event support"
368 Support for Roccat special events.
369 Say Y here if you have a Roccat mouse or keyboard and want OSD or
370 macro execution support.
372 config HID_ROCCAT_KONE
373 tristate "Roccat Kone Mouse support"
377 Support for Roccat Kone mouse.
383 Support for Samsung InfraRed remote control or keyboards.
389 Support for Sony PS3 controller.
395 Support for Stantum multitouch panel.
401 Support for Sunplus wireless desktop.
404 tristate "GreenAsia (Product ID 0x12) support"
407 Say Y here if you have a GreenAsia (Product ID 0x12) based game
408 controller or adapter.
411 bool "GreenAsia (Product ID 0x12) force feedback support"
412 depends on HID_GREENASIA
413 select INPUT_FF_MEMLESS
415 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
416 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
417 and want to enable force feedback support for it.
419 config HID_SMARTJOYPLUS
420 tristate "SmartJoy PLUS PS2/USB adapter support"
423 Support for SmartJoy PLUS PS2/USB adapter.
425 config SMARTJOYPLUS_FF
426 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
427 depends on HID_SMARTJOYPLUS
428 select INPUT_FF_MEMLESS
430 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
431 enable force feedback support for it.
434 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
437 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
438 CLLRCMCE remote control.
440 config HID_THRUSTMASTER
441 tristate "ThrustMaster devices support"
444 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
445 a THRUSTMASTER Ferrari GT Rumble Wheel.
447 config THRUSTMASTER_FF
448 bool "ThrustMaster devices force feedback support"
449 depends on HID_THRUSTMASTER
450 select INPUT_FF_MEMLESS
452 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
453 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
454 Rumble Force or Force Feedback Wheel.
457 tristate "Wacom Bluetooth devices support"
460 Support for Wacom Graphire Bluetooth tablet.
462 config HID_WACOM_POWER_SUPPLY
463 bool "Wacom Bluetooth devices power supply status support"
467 Say Y here if you want to enable power supply status monitoring for
468 Wacom Bluetooth devices.
471 tristate "Zeroplus based game controller support"
474 Say Y here if you have a Zeroplus based game controller.
477 bool "Zeroplus based game controller force feedback support"
478 depends on HID_ZEROPLUS
479 select INPUT_FF_MEMLESS
481 Say Y here if you have a Zeroplus based game controller and want
482 to have force feedback support for it.
485 tristate "Zydacron remote control support"
488 Support for Zydacron remote control.