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"
34 This option adds support of reporting battery strength (for HID devices
35 that support this feature) through power_supply class so that userspace
36 tools, such as upower, can display it.
39 bool "/dev/hidraw raw HID device support"
42 Say Y here if you want to support HID devices (from the USB
43 specification standpoint) that aren't strictly user interface
44 devices, like monitor controls and Uninterruptable Power Supplies.
46 This module supports these devices separately using a separate
47 event interface on /dev/hidraw.
49 There is also a /dev/hiddev configuration option in the USB HID
50 configuration menu. In comparison to hiddev, this device does not process
51 the hid events at all (no parsing, no lookups). This lets applications
52 to work on raw hid events when they want to, and avoid using transport-specific
53 userspace libhid/libusb libraries.
58 tristate "User-space I/O driver support for HID subsystem"
62 Say Y here if you want to provide HID I/O Drivers from user-space.
63 This allows to write I/O drivers in user-space and feed the data from
64 the device into the kernel. The kernel parses the HID reports, loads the
65 corresponding HID Device Driver or provides input devices on top of your
68 This driver cannot be used to parse HID-reports in user-space and write
69 special HID-drivers. You should use hidraw for that.
70 Instead, this driver allows to write the transport-layer driver in
71 user-space like USB-HID and Bluetooth-HID do in kernel-space.
75 To compile this driver as a module, choose M here: the
76 module will be called uhid.
79 tristate "Generic HID driver"
83 Support for generic devices on the HID bus. This includes most
84 keyboards and mice, joysticks, tablets and digitizers.
86 To compile this driver as a module, choose M here: the module
87 will be called hid-generic.
91 menu "Special HID drivers"
95 tristate "A4 tech mice" if EXPERT
99 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
102 tristate "ACRUX game controller support"
105 Say Y here if you want to enable support for ACRUX game controllers.
108 bool "ACRUX force feedback support"
110 select INPUT_FF_MEMLESS
112 Say Y here if you want to enable force feedback support for ACRUX
116 tristate "Apple {i,Power,Mac}Books" if EXPERT
120 Support for some Apple devices which less or more break
123 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
124 MacBooks, MacBook Pros and Apple Aluminum.
127 tristate "Apple infrared receiver"
130 Support for Apple infrared remote control. All the Apple computers from
131 2005 onwards include such a port, except the unibody Macbook (2009),
132 and Mac Pros. This receiver is also used in the Apple TV set-top box
133 prior to the 2010 model.
135 Say Y here if you want support for Apple infrared remote control.
141 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
144 tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
148 Support for Belkin Flip KVM and Wireless keyboard.
151 tristate "Cherry Cymotion keyboard" if EXPERT
155 Support for Cherry Cymotion keyboard.
158 tristate "Chicony Tactical pad" if EXPERT
162 Support for Chicony Tactical pad.
165 tristate "Prodikeys PC-MIDI Keyboard support"
166 depends on HID && SND
169 Support for Prodikeys PC-MIDI Keyboard device support.
170 Say Y here to enable support for this device.
171 - Prodikeys PC-MIDI keyboard.
172 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
173 input and one MIDI output. These MIDI jacks appear as
174 a sound "card" in the ALSA sound system.
175 Note: if you say N here, this device will still function as a basic
176 multimedia keyboard, but will lack support for the musical keyboard
177 and some additional multimedia keys.
180 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
181 depends on USB_HID && I2C && GPIOLIB
183 Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
184 This is a HID device driver which registers as an i2c adapter
185 and gpiochip to expose these functions of the CP2112. The
186 customizable USB descriptor fields are exposed as sysfs attributes.
189 tristate "Cypress mouse and barcode readers" if EXPERT
193 Support for cypress mouse and barcode readers.
195 config HID_DRAGONRISE
196 tristate "DragonRise Inc. game controller"
199 Say Y here if you have DragonRise Inc. game controllers.
200 These might be branded as:
202 - Media-tech MT1504 "Rogue"
204 - Defender Game Master
207 bool "DragonRise Inc. force feedback"
208 depends on HID_DRAGONRISE
209 select INPUT_FF_MEMLESS
211 Say Y here if you want to enable force feedback support for DragonRise Inc.
215 tristate "EMS Production Inc. force feedback support"
217 select INPUT_FF_MEMLESS
219 Say Y here if you want to enable force feedback support for devices by
221 Currently the following devices are known to be supported:
222 - Trio Linker Plus II
225 tristate "ELECOM BM084 bluetooth mouse"
228 Support for the ELECOM BM084 (bluetooth mouse).
231 tristate "ELO USB 4000/4500 touchscreen"
234 Support for the ELO USB 4000/4500 touchscreens. Note that this is for
235 different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO.
238 tristate "Ezkey BTC 8193 keyboard" if EXPERT
242 Support for Ezkey BTC 8193 keyboard.
245 tristate "Holtek HID devices"
248 Support for Holtek based devices:
249 - Holtek On Line Grip based game controller
250 - Trust GXT 18 Gaming Keyboard
251 - Sharkoon Drakonia / Perixx MX-2000 gaming mice
252 - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 /
254 - SHARKOON DarkGlider Gaming mouse
255 - LEETGION Hellion Gaming Mouse
258 bool "Holtek On Line Grip force feedback support"
259 depends on HID_HOLTEK
260 select INPUT_FF_MEMLESS
262 Say Y here if you have a Holtek On Line Grip based game controller
263 and want to have force feedback support for it.
266 tristate "MSI GT68xR LED support"
267 depends on LEDS_CLASS && USB_HID
269 Say Y here if you want to enable support for the three MSI GT68xR LEDs
271 This driver support following modes:
272 - Normal: LEDs are fully on when enabled
273 - Audio: LEDs brightness depends on sound level
274 - Breathing: LEDs brightness varies at human breathing rate
276 Currently the following devices are know to be supported:
280 tristate "Huion tablets"
283 Support for Huion 580 tablet.
286 tristate "Keytouch HID devices"
289 Support for Keytouch HID devices not fully compliant with
290 the specification. Currently supported:
294 tristate "KYE/Genius devices"
297 Support for KYE/Genius devices not fully compliant with HID standard:
299 - EasyPen i405X tablet
300 - MousePen i608X tablet
301 - EasyPen M610X tablet
307 Support for UC-Logic tablets.
313 Support for Waltop tablets.
316 tristate "Gyration remote control"
319 Support for Gyration remote control.
322 tristate "ION iCade arcade controller"
325 Support for the ION iCade arcade controller to work as a joystick.
327 To compile this driver as a module, choose M here: the
328 module will be called hid-icade.
331 tristate "Twinhan IR remote control"
334 Support for Twinhan IR remote control.
336 config HID_KENSINGTON
337 tristate "Kensington Slimblade Trackball" if EXPERT
341 Support for Kensington Slimblade Trackball.
347 Support for LC-Power RC1000MCE RF remote control.
350 tristate "Lenovo / Thinkpad devices"
355 Support for Lenovo devices that are not fully compliant with HID standard.
357 Say Y if you want support for the non-compliant features of the Lenovo
358 Thinkpad standalone keyboards, e.g:
359 - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
361 - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
362 - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
365 tristate "Logitech devices" if EXPERT
369 Support for Logitech devices that are not fully compliant with HID standard.
371 config HID_LOGITECH_DJ
372 tristate "Logitech Unifying receivers full support"
374 depends on HID_LOGITECH
375 select HID_LOGITECH_HIDPP
377 Say Y if you want support for Logitech Unifying receivers and devices.
378 Unifying receivers are capable of pairing up to 6 Logitech compliant
379 devices to the same receiver. Without this driver it will be handled by
380 generic USB_HID driver and all incoming events will be multiplexed
381 into a single mouse and a single keyboard device.
383 config HID_LOGITECH_HIDPP
384 tristate "Logitech HID++ devices support"
385 depends on HID_LOGITECH
387 Support for Logitech devices relyingon the HID++ Logitech specification
389 Say Y if you want support for Logitech devices relying on the HID++
390 specification. Such devices are the various Logitech Touchpads (T650,
391 T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
395 bool "Logitech force feedback support"
396 depends on HID_LOGITECH
397 select INPUT_FF_MEMLESS
399 Say Y here if you have one of these devices:
400 - Logitech WingMan Cordless RumblePad
401 - Logitech WingMan Cordless RumblePad 2
402 - Logitech WingMan Force 3D
403 - Logitech Formula Force EX
404 - Logitech WingMan Formula Force GP
406 and if you want to enable force feedback for them.
407 Note: if you say N here, this device will still be supported, but without
410 config LOGIRUMBLEPAD2_FF
411 bool "Logitech force feedback support (variant 2)"
412 depends on HID_LOGITECH
413 select INPUT_FF_MEMLESS
415 Say Y here if you want to enable force feedback support for:
417 - Logitech Rumblepad 2
418 - Logitech Formula Vibration Feedback Wheel
421 bool "Logitech Flight System G940 force feedback support"
422 depends on HID_LOGITECH
423 select INPUT_FF_MEMLESS
425 Say Y here if you want to enable force feedback support for Logitech
426 Flight System G940 devices.
429 bool "Logitech wheels configuration and force feedback support"
430 depends on HID_LOGITECH
431 select INPUT_FF_MEMLESS
434 Say Y here if you want to enable force feedback and range setting
435 support for following Logitech wheels:
436 - Logitech Driving Force
437 - Logitech Driving Force Pro
438 - Logitech Driving Force GT
441 - Logitech MOMO/MOMO 2
442 - Logitech Formula Force EX
444 config HID_MAGICMOUSE
445 tristate "Apple Magic Mouse/Trackpad multi-touch support"
448 Support for the Apple Magic Mouse/Trackpad multi-touch.
450 Say Y here if you want support for the multi-touch features of the
451 Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
454 tristate "Microsoft non-fully HID-compliant devices" if EXPERT
458 Support for Microsoft devices that are not fully compliant with HID standard.
461 tristate "Monterey Genius KB29E keyboard" if EXPERT
465 Support for Monterey Genius KB29E.
467 config HID_MULTITOUCH
468 tristate "HID Multitouch panels"
471 Generic support for HID multitouch panels.
473 Say Y here if you have one of the following devices:
474 - 3M PCT touch screens
475 - ActionStar dual touch panels
477 - Cando dual touch panels
480 - Cypress TrueTouch panels
481 - Elan Microelectronics touch panels
482 - Elo TouchSystems IntelliTouch Plus panels
483 - GeneralTouch 'Sensing Win7-TwoFinger' panels
485 - Hanvon dual touch panels
486 - Ilitek dual touch panels
487 - IrTouch Infrared USB panels
488 - LG Display panels (Dell ST2220Tc)
489 - Lumio CrystalTouch panels
490 - MosArt dual-touch panels
491 - Panasonic multitouch panels
492 - PenMount dual touch panels
493 - Perixx Peripad 701 touchpad
494 - PixArt optical touch screen
495 - Pixcir dual touch panels
497 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
498 - SiS multitouch panels
499 - Stantum multitouch panels
500 - Touch International Panels
502 - Wistron optical touch panels
503 - XAT optical touch panels
504 - Xiroku optical touch panels
505 - Zytronic touch panels
509 To compile this driver as a module, choose M here: the
510 module will be called hid-multitouch.
513 tristate "N-Trig touch screen"
516 Support for N-Trig touch screen.
519 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
522 There are certain devices which have LogicalMaximum wrong in the keyboard
523 usage page of their report descriptor. The most prevailing ones so far
524 are manufactured by Ortek, thus the name of the driver. Currently
525 supported devices by this driver are
529 - Skycable wireless presenter
531 config HID_PANTHERLORD
532 tristate "Pantherlord/GreenAsia game controller"
535 Say Y here if you have a PantherLord/GreenAsia based game controller
538 config PANTHERLORD_FF
539 bool "Pantherlord force feedback support"
540 depends on HID_PANTHERLORD
541 select INPUT_FF_MEMLESS
543 Say Y here if you have a PantherLord/GreenAsia based game controller
544 or adapter and want to enable force feedback support for it.
547 tristate "Penmount touch device"
550 This selects a driver for the PenMount 6000 touch controller.
552 The driver works around a problem in the report descript allowing
553 the userspace to touch events instead of mouse events.
555 Say Y here if you have a Penmount based touch controller.
558 tristate "Petalynx Maxter remote control"
561 Support for Petalynx Maxter remote control.
564 tristate "PicoLCD (graphic version)"
567 This provides support for Minibox PicoLCD devices, currently
568 only the graphical ones are supported.
570 This includes support for the following device features:
572 - Switching between Firmware and Flash mode
573 - EEProm / Flash access (via debugfs)
574 Features selectively enabled:
575 - Framebuffer for monochrome 256x64 display
578 - General purpose outputs
579 Features that are not (yet) supported:
582 config HID_PICOLCD_FB
583 bool "Framebuffer support" if EXPERT
585 depends on HID_PICOLCD
586 depends on HID_PICOLCD=FB || FB=y
587 select FB_DEFERRED_IO
588 select FB_SYS_FILLRECT
589 select FB_SYS_COPYAREA
590 select FB_SYS_IMAGEBLIT
593 Provide access to PicoLCD's 256x64 monochrome display via a
596 config HID_PICOLCD_BACKLIGHT
597 bool "Backlight control" if EXPERT
599 depends on HID_PICOLCD
600 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
602 Provide access to PicoLCD's backlight control via backlight
605 config HID_PICOLCD_LCD
606 bool "Contrast control" if EXPERT
608 depends on HID_PICOLCD
609 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
611 Provide access to PicoLCD's LCD contrast via lcd class.
613 config HID_PICOLCD_LEDS
614 bool "GPO via leds class" if EXPERT
616 depends on HID_PICOLCD
617 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
619 Provide access to PicoLCD's GPO pins via leds class.
621 config HID_PICOLCD_CIR
622 bool "CIR via RC class" if EXPERT
624 depends on HID_PICOLCD
625 depends on HID_PICOLCD=RC_CORE || RC_CORE=y
627 Provide access to PicoLCD's CIR interface via remote control (LIRC).
629 config HID_PLANTRONICS
630 tristate "Plantronics USB HID Driver"
634 Provides HID support for Plantronics telephony devices.
637 tristate "Primax non-fully HID-compliant devices"
640 Support for Primax devices that are not fully compliant with the
644 tristate "Roccat device support"
647 Support for Roccat devices.
648 Say Y here if you have a Roccat mouse or keyboard and want
649 support for its special functionalities.
652 tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
655 Support for Saitek devices that are not fully compliant with the
659 - PS1000 Dual Analog Pad
660 - R.A.T.9 Gaming Mouse
661 - R.A.T.7 Gaming Mouse
662 - M.M.O.7 Gaming Mouse
665 tristate "Samsung InfraRed remote control or keyboards"
668 Support for Samsung InfraRed remote control or keyboards.
671 tristate "Sony PS2/3/4 accessories"
674 depends on LEDS_CLASS
679 * Sony PS3 6-axis controllers
680 * Sony PS4 DualShock 4 controllers
682 * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
683 * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
686 bool "Sony PS2/3/4 accessories force feedback support"
688 select INPUT_FF_MEMLESS
690 Say Y here if you have a Sony PS2/3/4 accessory and want to enable
691 force feedback support for it.
694 tristate "Speedlink VAD Cezanne mouse support"
697 Support for Speedlink Vicious and Divine Cezanne mouse.
699 config HID_STEELSERIES
700 tristate "Steelseries SRW-S1 steering wheel support"
703 Support for Steelseries SRW-S1 steering wheel
706 tristate "Sunplus wireless desktop"
709 Support for Sunplus wireless desktop.
712 tristate "Synaptics RMI4 device support"
715 Support for Synaptics RMI4 touchpads.
716 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
717 and want support for its special functionalities.
720 tristate "GreenAsia (Product ID 0x12) game controller support"
723 Say Y here if you have a GreenAsia (Product ID 0x12) based game
724 controller or adapter.
727 bool "GreenAsia (Product ID 0x12) force feedback support"
728 depends on HID_GREENASIA
729 select INPUT_FF_MEMLESS
731 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
732 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
733 and want to enable force feedback support for it.
735 config HID_HYPERV_MOUSE
736 tristate "Microsoft Hyper-V mouse driver"
739 Select this option to enable the Hyper-V mouse driver.
741 config HID_SMARTJOYPLUS
742 tristate "SmartJoy PLUS PS2/USB adapter support"
745 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
746 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
748 Note that DDR (Dance Dance Revolution) mode is not supported, nor
749 is pressure sensitive buttons on the pro models.
751 config SMARTJOYPLUS_FF
752 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
753 depends on HID_SMARTJOYPLUS
754 select INPUT_FF_MEMLESS
756 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
757 enable force feedback support for it.
760 tristate "TiVo Slide Bluetooth remote control support"
763 Say Y if you have a TiVo Slide Bluetooth remote control.
766 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
769 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
770 CLLRCMCE remote control.
773 tristate "ThingM blink(1) USB RGB LED"
775 depends on LEDS_CLASS
777 Support for the ThingM blink(1) USB RGB LED. This driver registers a
778 Linux LED class instance, plus additional sysfs attributes to control
779 RGB colors, fade time and playing. The device is exposed through hidraw
780 to access other functions.
782 config HID_THRUSTMASTER
783 tristate "ThrustMaster devices support"
786 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
787 a THRUSTMASTER Ferrari GT Rumble Wheel.
789 config THRUSTMASTER_FF
790 bool "ThrustMaster devices force feedback support"
791 depends on HID_THRUSTMASTER
792 select INPUT_FF_MEMLESS
794 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
795 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
796 Rumble Force or Force Feedback Wheel.
799 tristate "Wacom Intuos/Graphire tablet support (USB)"
805 Say Y here if you want to use the USB or BT version of the Wacom Intuos
808 To compile this driver as a module, choose M here: the
809 module will be called wacom.
812 tristate "Nintendo Wii / Wii U peripherals"
814 depends on LEDS_CLASS
816 select INPUT_FF_MEMLESS
818 Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
819 devices are the Wii Remote and its extension devices, but also devices
820 based on the Wii Remote like the Wii U Pro Controller or the
823 Support for all official Nintendo extensions is available, however, 3rd
824 party extensions might not be supported. Please report these devices to:
825 http://github.com/dvdhrm/xwiimote/issues
827 Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
828 the Wii U Gamepad) might be supported in the future. But currently
829 support is limited to Bluetooth based devices.
833 To compile this driver as a module, choose M here: the
834 module will be called hid-wiimote.
837 tristate "Xin-Mo non-fully compliant devices"
840 Support for Xin-Mo devices that are not fully compliant with the HID
841 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
842 if you have a Xin-Mo Dual Arcade controller.
845 tristate "Zeroplus based game controller support"
848 Say Y here if you have a Zeroplus based game controller.
851 bool "Zeroplus based game controller force feedback support"
852 depends on HID_ZEROPLUS
853 select INPUT_FF_MEMLESS
855 Say Y here if you have a Zeroplus based game controller and want
856 to have force feedback support for it.
859 tristate "Zydacron remote control support"
862 Support for Zydacron remote control.
864 config HID_SENSOR_HUB
865 tristate "HID Sensors framework support"
866 depends on HID && HAS_IOMEM
870 Support for HID Sensor framework. This creates a MFD instance
871 for a sensor hub and identifies all the sensors connected to it.
872 Each sensor is registered as a MFD cell, so that sensor specific
873 processing can be done in a separate driver. Each sensor
874 drivers can use the service provided by this driver to register
875 for events and handle data streams. Each sensor driver can format
876 data and present to user mode using input or IIO interface.
882 source "drivers/hid/usbhid/Kconfig"
884 source "drivers/hid/i2c-hid/Kconfig"