2 # HID driver configuration
8 tristate "HID bus support"
12 A human interface device (HID) is a type of computer device that
13 interacts directly with and takes input from humans. The term "HID"
14 most commonly used to refer to the USB-HID specification, but other
15 devices (such as, but not strictly limited to, Bluetooth) are
16 designed using HID specification (this involves certain keyboards,
17 mice, tablets, etc). This option adds the HID bus to the kernel,
18 together with generic HID layer code. The HID devices are added and
19 removed from the HID bus by the transport-layer drivers, such as
20 usbhid (USB_HID) and hidp (BT_HIDP).
22 For docs and specs, see http://www.usb.org/developers/hidpage/
28 config HID_BATTERY_STRENGTH
29 bool "Battery level reporting for HID devices"
30 depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
33 This option adds support of reporting battery strength (for HID devices
34 that support this feature) through power_supply class so that userspace
35 tools, such as upower, can display it.
38 bool "/dev/hidraw raw HID device support"
41 Say Y here if you want to support HID devices (from the USB
42 specification standpoint) that aren't strictly user interface
43 devices, like monitor controls and Uninterruptable Power Supplies.
45 This module supports these devices separately using a separate
46 event interface on /dev/hidraw.
48 There is also a /dev/hiddev configuration option in the USB HID
49 configuration menu. In comparison to hiddev, this device does not process
50 the hid events at all (no parsing, no lookups). This lets applications
51 to work on raw hid events when they want to, and avoid using transport-specific
52 userspace libhid/libusb libraries.
57 tristate "User-space I/O driver support for HID subsystem"
61 Say Y here if you want to provide HID I/O Drivers from user-space.
62 This allows to write I/O drivers in user-space and feed the data from
63 the device into the kernel. The kernel parses the HID reports, loads the
64 corresponding HID Device Driver or provides input devices on top of your
67 This driver cannot be used to parse HID-reports in user-space and write
68 special HID-drivers. You should use hidraw for that.
69 Instead, this driver allows to write the transport-layer driver in
70 user-space like USB-HID and Bluetooth-HID do in kernel-space.
74 To compile this driver as a module, choose M here: the
75 module will be called uhid.
78 tristate "Generic HID driver"
82 Support for generic devices on the HID bus. This includes most
83 keyboards and mice, joysticks, tablets and digitizers.
85 To compile this driver as a module, choose M here: the module
86 will be called hid-generic.
90 menu "Special HID drivers"
94 tristate "A4 tech mice" if EXPERT
98 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
101 tristate "ACRUX game controller support"
104 Say Y here if you want to enable support for ACRUX game controllers.
107 bool "ACRUX force feedback support"
109 select INPUT_FF_MEMLESS
111 Say Y here if you want to enable force feedback support for ACRUX
115 tristate "Apple {i,Power,Mac}Books" if EXPERT
116 depends on (USB_HID || BT_HIDP)
119 Support for some Apple devices which less or more break
122 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
123 MacBooks, MacBook Pros and Apple Aluminum.
129 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
132 tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
136 Support for Belkin Flip KVM and Wireless keyboard.
139 tristate "Cherry Cymotion keyboard" if EXPERT
143 Support for Cherry Cymotion keyboard.
146 tristate "Chicony Tactical pad" if EXPERT
150 Support for Chicony Tactical pad.
153 tristate "Prodikeys PC-MIDI Keyboard support"
154 depends on USB_HID && SND
157 Support for Prodikeys PC-MIDI Keyboard device support.
158 Say Y here to enable support for this device.
159 - Prodikeys PC-MIDI keyboard.
160 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
161 input and one MIDI output. These MIDI jacks appear as
162 a sound "card" in the ALSA sound system.
163 Note: if you say N here, this device will still function as a basic
164 multimedia keyboard, but will lack support for the musical keyboard
165 and some additional multimedia keys.
168 tristate "Cypress mouse and barcode readers" if EXPERT
172 Support for cypress mouse and barcode readers.
174 config HID_DRAGONRISE
175 tristate "DragonRise Inc. game controller"
178 Say Y here if you have DragonRise Inc. game controllers.
179 These might be branded as:
181 - Media-tech MT1504 "Rogue"
183 - Defender Game Master
186 bool "DragonRise Inc. force feedback"
187 depends on HID_DRAGONRISE
188 select INPUT_FF_MEMLESS
190 Say Y here if you want to enable force feedback support for DragonRise Inc.
194 tristate "EMS Production Inc. force feedback support"
196 select INPUT_FF_MEMLESS
198 Say Y here if you want to enable force feedback support for devices by
200 Currently the following devices are known to be supported:
201 - Trio Linker Plus II
204 tristate "ELECOM BM084 bluetooth mouse"
207 Support for the ELECOM BM084 (bluetooth mouse).
210 tristate "Ezkey BTC 8193 keyboard" if EXPERT
214 Support for Ezkey BTC 8193 keyboard.
217 tristate "Holtek HID devices"
220 Support for Holtek based devices:
221 - Holtek On Line Grip based game controller
222 - Trust GXT 18 Gaming Keyboard
225 bool "Holtek On Line Grip force feedback support"
226 depends on HID_HOLTEK
227 select INPUT_FF_MEMLESS
229 Say Y here if you have a Holtek On Line Grip based game controller
230 and want to have force feedback support for it.
233 tristate "Keytouch HID devices"
236 Support for Keytouch HID devices not fully compliant with
237 the specification. Currently supported:
241 tristate "KYE/Genius devices"
244 Support for KYE/Genius devices not fully compliant with HID standard:
246 - EasyPen i405X tablet
247 - MousePen i608X tablet
248 - EasyPen M610X tablet
254 Support for UC-Logic tablets.
260 Support for Waltop tablets.
263 tristate "Gyration remote control"
266 Support for Gyration remote control.
269 tristate "ION iCade arcade controller"
272 Support for the ION iCade arcade controller to work as a joystick.
274 To compile this driver as a module, choose M here: the
275 module will be called hid-icade.
278 tristate "Twinhan IR remote control"
281 Support for Twinhan IR remote control.
283 config HID_KENSINGTON
284 tristate "Kensington Slimblade Trackball" if EXPERT
288 Support for Kensington Slimblade Trackball.
294 Support for LC-Power RC1000MCE RF remote control.
296 config HID_LENOVO_TPKBD
297 tristate "Lenovo ThinkPad USB Keyboard with TrackPoint"
302 Support for the Lenovo ThinkPad USB Keyboard with TrackPoint.
304 Say Y here if you have a Lenovo ThinkPad USB Keyboard with TrackPoint
305 and would like to use device-specific features like changing the
306 sensitivity of the trackpoint, using the microphone mute button or
307 controlling the mute and microphone mute LEDs.
310 tristate "Logitech devices" if EXPERT
314 Support for Logitech devices that are not fully compliant with HID standard.
316 config HID_LOGITECH_DJ
317 tristate "Logitech Unifying receivers full support"
318 depends on HID_LOGITECH
320 Say Y if you want support for Logitech Unifying receivers and devices.
321 Unifying receivers are capable of pairing up to 6 Logitech compliant
322 devices to the same receiver. Without this driver it will be handled by
323 generic USB_HID driver and all incomming events will be multiplexed
324 into a single mouse and a single keyboard device.
327 bool "Logitech force feedback support"
328 depends on HID_LOGITECH
329 select INPUT_FF_MEMLESS
331 Say Y here if you have one of these devices:
332 - Logitech WingMan Cordless RumblePad
333 - Logitech WingMan Cordless RumblePad 2
334 - Logitech WingMan Force 3D
335 - Logitech Formula Force EX
336 - Logitech WingMan Formula Force GP
337 - Logitech MOMO Force wheel
339 and if you want to enable force feedback for them.
340 Note: if you say N here, this device will still be supported, but without
343 config LOGIRUMBLEPAD2_FF
344 bool "Logitech RumblePad/Rumblepad 2 force feedback support"
345 depends on HID_LOGITECH
346 select INPUT_FF_MEMLESS
348 Say Y here if you want to enable force feedback support for Logitech
349 RumblePad and Rumblepad 2 devices.
352 bool "Logitech Flight System G940 force feedback support"
353 depends on HID_LOGITECH
354 select INPUT_FF_MEMLESS
356 Say Y here if you want to enable force feedback support for Logitech
357 Flight System G940 devices.
360 bool "Logitech wheels configuration and force feedback support"
361 depends on HID_LOGITECH
362 select INPUT_FF_MEMLESS
365 Say Y here if you want to enable force feedback and range setting
366 support for following Logitech wheels:
367 - Logitech Driving Force
368 - Logitech Driving Force Pro
369 - Logitech Driving Force GT
372 - Logitech MOMO/MOMO 2
373 - Logitech Formula Force EX
375 config HID_MAGICMOUSE
376 tristate "Apple MagicMouse multi-touch support"
379 Support for the Apple Magic Mouse multi-touch.
381 Say Y here if you want support for the multi-touch features of the
382 Apple Wireless "Magic" Mouse.
385 tristate "Microsoft non-fully HID-compliant devices" if EXPERT
389 Support for Microsoft devices that are not fully compliant with HID standard.
392 tristate "Monterey Genius KB29E keyboard" if EXPERT
396 Support for Monterey Genius KB29E.
398 config HID_MULTITOUCH
399 tristate "HID Multitouch panels"
402 Generic support for HID multitouch panels.
404 Say Y here if you have one of the following devices:
405 - 3M PCT touch screens
406 - ActionStar dual touch panels
408 - Cando dual touch panels
411 - Cypress TrueTouch panels
412 - Elo TouchSystems IntelliTouch Plus panels
413 - GeneralTouch 'Sensing Win7-TwoFinger' panels
415 - Hanvon dual touch panels
416 - Ilitek dual touch panels
417 - IrTouch Infrared USB panels
418 - LG Display panels (Dell ST2220Tc)
419 - Lumio CrystalTouch panels
420 - MosArt dual-touch panels
421 - Panasonic multitouch panels
422 - PenMount dual touch panels
423 - Perixx Peripad 701 touchpad
424 - PixArt optical touch screen
425 - Pixcir dual touch panels
427 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
428 - Stantum multitouch panels
429 - Touch International Panels
431 - XAT optical touch panels
432 - Xiroku optical touch panels
433 - Zytronic touch panels
437 To compile this driver as a module, choose M here: the
438 module will be called hid-multitouch.
441 tristate "N-Trig touch screen"
444 Support for N-Trig touch screen.
447 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
450 There are certain devices which have LogicalMaximum wrong in the keyboard
451 usage page of their report descriptor. The most prevailing ones so far
452 are manufactured by Ortek, thus the name of the driver. Currently
453 supported devices by this driver are
457 - Skycable wireless presenter
459 config HID_PANTHERLORD
460 tristate "Pantherlord/GreenAsia game controller"
463 Say Y here if you have a PantherLord/GreenAsia based game controller
466 config PANTHERLORD_FF
467 bool "Pantherlord force feedback support"
468 depends on HID_PANTHERLORD
469 select INPUT_FF_MEMLESS
471 Say Y here if you have a PantherLord/GreenAsia based game controller
472 or adapter and want to enable force feedback support for it.
475 tristate "Petalynx Maxter remote control"
478 Support for Petalynx Maxter remote control.
481 tristate "PicoLCD (graphic version)"
484 This provides support for Minibox PicoLCD devices, currently
485 only the graphical ones are supported.
487 This includes support for the following device features:
489 - Switching between Firmware and Flash mode
490 - EEProm / Flash access (via debugfs)
491 Features selectively enabled:
492 - Framebuffer for monochrome 256x64 display
495 - General purpose outputs
496 Features that are not (yet) supported:
499 config HID_PICOLCD_FB
500 bool "Framebuffer support" if EXPERT
502 depends on HID_PICOLCD
503 depends on HID_PICOLCD=FB || FB=y
504 select FB_DEFERRED_IO
505 select FB_SYS_FILLRECT
506 select FB_SYS_COPYAREA
507 select FB_SYS_IMAGEBLIT
510 Provide access to PicoLCD's 256x64 monochrome display via a
513 config HID_PICOLCD_BACKLIGHT
514 bool "Backlight control" if EXPERT
516 depends on HID_PICOLCD
517 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
519 Provide access to PicoLCD's backlight control via backlight
522 config HID_PICOLCD_LCD
523 bool "Contrast control" if EXPERT
525 depends on HID_PICOLCD
526 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
528 Provide access to PicoLCD's LCD contrast via lcd class.
530 config HID_PICOLCD_LEDS
531 bool "GPO via leds class" if EXPERT
533 depends on HID_PICOLCD
534 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
536 Provide access to PicoLCD's GPO pins via leds class.
538 config HID_PICOLCD_CIR
539 bool "CIR via RC class" if EXPERT
541 depends on HID_PICOLCD
542 depends on HID_PICOLCD=RC_CORE || RC_CORE=y
544 Provide access to PicoLCD's CIR interface via remote control (LIRC).
547 tristate "Primax non-fully HID-compliant devices"
550 Support for Primax devices that are not fully compliant with the
554 tristate "Sony PS3 BD Remote Control"
557 Support for the Sony PS3 Blue-ray Disk Remote Control and Logitech
558 Harmony Adapter for PS3, which connect over Bluetooth.
560 Support for the 6-axis controllers is provided by HID_SONY.
563 tristate "Roccat device support"
566 Support for Roccat devices.
567 Say Y here if you have a Roccat mouse or keyboard and want
568 support for its special functionalities.
571 tristate "Saitek non-fully HID-compliant devices"
574 Support for Saitek devices that are not fully compliant with the
577 Currently only supports the PS1000 controller.
580 tristate "Samsung InfraRed remote control or keyboards"
583 Support for Samsung InfraRed remote control or keyboards.
586 tristate "Sony PS3 controller"
589 Support for Sony PS3 6-axis controllers.
591 Support for the Sony PS3 BD Remote is provided by HID_PS3REMOTE.
594 tristate "Speedlink VAD Cezanne mouse support"
597 Support for Speedlink Vicious and Divine Cezanne mouse.
600 tristate "Sunplus wireless desktop"
603 Support for Sunplus wireless desktop.
606 tristate "GreenAsia (Product ID 0x12) game controller support"
609 Say Y here if you have a GreenAsia (Product ID 0x12) based game
610 controller or adapter.
613 bool "GreenAsia (Product ID 0x12) force feedback support"
614 depends on HID_GREENASIA
615 select INPUT_FF_MEMLESS
617 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
618 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
619 and want to enable force feedback support for it.
621 config HID_HYPERV_MOUSE
622 tristate "Microsoft Hyper-V mouse driver"
625 Select this option to enable the Hyper-V mouse driver.
627 config HID_SMARTJOYPLUS
628 tristate "SmartJoy PLUS PS2/USB adapter support"
631 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
632 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
634 Note that DDR (Dance Dance Revolution) mode is not supported, nor
635 is pressure sensitive buttons on the pro models.
637 config SMARTJOYPLUS_FF
638 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
639 depends on HID_SMARTJOYPLUS
640 select INPUT_FF_MEMLESS
642 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
643 enable force feedback support for it.
646 tristate "TiVo Slide Bluetooth remote control support"
647 depends on (USB_HID || BT_HIDP)
649 Say Y if you have a TiVo Slide Bluetooth remote control.
652 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
655 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
656 CLLRCMCE remote control.
658 config HID_THRUSTMASTER
659 tristate "ThrustMaster devices support"
662 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
663 a THRUSTMASTER Ferrari GT Rumble Wheel.
665 config THRUSTMASTER_FF
666 bool "ThrustMaster devices force feedback support"
667 depends on HID_THRUSTMASTER
668 select INPUT_FF_MEMLESS
670 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
671 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
672 Rumble Force or Force Feedback Wheel.
675 tristate "Wacom Bluetooth devices support"
677 depends on LEDS_CLASS
680 Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
683 tristate "Nintendo Wii Remote support"
685 depends on LEDS_CLASS
687 select INPUT_FF_MEMLESS
689 Support for the Nintendo Wii Remote bluetooth device.
691 config HID_WIIMOTE_EXT
692 bool "Nintendo Wii Remote Extension support"
693 depends on HID_WIIMOTE
696 Support for extension controllers of the Nintendo Wii Remote. Say yes
697 here if you want to use the Nintendo Motion+, Nunchuck or Classic
698 extension controllers with your Wii Remote.
701 tristate "Zeroplus based game controller support"
704 Say Y here if you have a Zeroplus based game controller.
707 bool "Zeroplus based game controller force feedback support"
708 depends on HID_ZEROPLUS
709 select INPUT_FF_MEMLESS
711 Say Y here if you have a Zeroplus based game controller and want
712 to have force feedback support for it.
715 tristate "Zydacron remote control support"
718 Support for Zydacron remote control.
720 config HID_SENSOR_HUB
721 tristate "HID Sensors framework support"
726 Support for HID Sensor framework. This creates a MFD instance
727 for a sensor hub and identifies all the sensors connected to it.
728 Each sensor is registered as a MFD cell, so that sensor specific
729 processing can be done in a separate driver. Each sensor
730 drivers can use the service provided by this driver to register
731 for events and handle data streams. Each sensor driver can format
732 data and present to user mode using input or IIO interface.
738 source "drivers/hid/usbhid/Kconfig"
740 source "drivers/hid/i2c-hid/Kconfig"