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"
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"
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 Asus notebook built-in keyboard via i2c.
151 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
154 tristate "Belkin Flip KVM and Wireless keyboard"
158 Support for Belkin Flip KVM and Wireless keyboard.
161 tristate "Betop Production Inc. force feedback support"
163 select INPUT_FF_MEMLESS
165 Say Y here if you want to enable force feedback support for devices by
166 BETOP Production Ltd.
167 Currently the following devices are known to be supported:
168 - BETOP 2185 PC & BFM MODE
171 tristate "Cherry Cymotion keyboard"
175 Support for Cherry Cymotion keyboard.
178 tristate "Chicony devices"
182 Support for Chicony Tactical pad and special keys on Chicony keyboards.
185 tristate "Corsair devices"
186 depends on HID && USB && LEDS_CLASS
188 Support for Corsair devices that are not fully compliant with the
196 tristate "Prodikeys PC-MIDI Keyboard support"
197 depends on HID && SND
200 Support for Prodikeys PC-MIDI Keyboard device support.
201 Say Y here to enable support for this device.
202 - Prodikeys PC-MIDI keyboard.
203 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
204 input and one MIDI output. These MIDI jacks appear as
205 a sound "card" in the ALSA sound system.
206 Note: if you say N here, this device will still function as a basic
207 multimedia keyboard, but will lack support for the musical keyboard
208 and some additional multimedia keys.
211 tristate "CMedia CM6533 HID audio jack controls"
214 Support for CMedia CM6533 HID audio jack controls.
217 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
218 depends on USB_HID && I2C && GPIOLIB
220 Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
221 This is a HID device driver which registers as an i2c adapter
222 and gpiochip to expose these functions of the CP2112. The
223 customizable USB descriptor fields are exposed as sysfs attributes.
226 tristate "Cypress mouse and barcode readers"
230 Support for cypress mouse and barcode readers.
232 config HID_DRAGONRISE
233 tristate "DragonRise Inc. game controller"
236 Say Y here if you have DragonRise Inc. game controllers.
237 These might be branded as:
239 - Media-tech MT1504 "Rogue"
241 - Defender Game Master
244 bool "DragonRise Inc. force feedback"
245 depends on HID_DRAGONRISE
246 select INPUT_FF_MEMLESS
248 Say Y here if you want to enable force feedback support for DragonRise Inc.
252 tristate "EMS Production Inc. force feedback support"
254 select INPUT_FF_MEMLESS
256 Say Y here if you want to enable force feedback support for devices by
258 Currently the following devices are known to be supported:
259 - Trio Linker Plus II
262 tristate "ELECOM BM084 bluetooth mouse"
265 Support for the ELECOM BM084 (bluetooth mouse).
268 tristate "ELO USB 4000/4500 touchscreen"
271 Support for the ELO USB 4000/4500 touchscreens. Note that this is for
272 different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO.
275 tristate "Ezkey BTC 8193 keyboard"
279 Support for Ezkey BTC 8193 keyboard.
282 tristate "Gembird Joypad"
285 Support for Gembird JPD-DualForce 2.
288 tristate "Google Fiber TV Box remote control support"
291 Support for Google Fiber TV Box remote controls
294 tristate "Holtek HID devices"
297 Support for Holtek based devices:
298 - Holtek On Line Grip based game controller
299 - Trust GXT 18 Gaming Keyboard
300 - Sharkoon Drakonia / Perixx MX-2000 gaming mice
301 - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 /
303 - SHARKOON DarkGlider Gaming mouse
304 - LEETGION Hellion Gaming Mouse
307 bool "Holtek On Line Grip force feedback support"
308 depends on HID_HOLTEK
309 select INPUT_FF_MEMLESS
311 Say Y here if you have a Holtek On Line Grip based game controller
312 and want to have force feedback support for it.
315 tristate "MSI GT68xR LED support"
316 depends on LEDS_CLASS && USB_HID
318 Say Y here if you want to enable support for the three MSI GT68xR LEDs
320 This driver support following modes:
321 - Normal: LEDs are fully on when enabled
322 - Audio: LEDs brightness depends on sound level
323 - Breathing: LEDs brightness varies at human breathing rate
325 Currently the following devices are know to be supported:
329 tristate "Keytouch HID devices"
332 Support for Keytouch HID devices not fully compliant with
333 the specification. Currently supported:
337 tristate "KYE/Genius devices"
340 Support for KYE/Genius devices not fully compliant with HID standard:
342 - EasyPen i405X tablet
343 - MousePen i608X tablet
344 - EasyPen M610X tablet
350 Support for UC-Logic and Huion tablets.
356 Support for Waltop tablets.
359 tristate "Gyration remote control"
362 Support for Gyration remote control.
365 tristate "ION iCade arcade controller"
368 Support for the ION iCade arcade controller to work as a joystick.
370 To compile this driver as a module, choose M here: the
371 module will be called hid-icade.
374 tristate "Twinhan IR remote control"
377 Support for Twinhan IR remote control.
379 config HID_KENSINGTON
380 tristate "Kensington Slimblade Trackball"
384 Support for Kensington Slimblade Trackball.
390 Support for LC-Power RC1000MCE RF remote control.
393 tristate "Simple RGB LED support"
395 depends on LEDS_CLASS
397 Support for simple RGB LED devices. Currently supported are:
398 - Riso Kagaku Webmail Notifier
399 - Dream Cheeky Webmail Notifier and Friends Alert
401 - Delcom Visual Signal Indicator Generation 2
404 To compile this driver as a module, choose M here: the
405 module will be called hid-led.
408 tristate "Lenovo / Thinkpad devices"
413 Support for Lenovo devices that are not fully compliant with HID standard.
415 Say Y if you want support for the non-compliant features of the Lenovo
416 Thinkpad standalone keyboards, e.g:
417 - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
419 - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
420 - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
423 tristate "Logitech devices"
427 Support for Logitech devices that are not fully compliant with HID standard.
429 config HID_LOGITECH_DJ
430 tristate "Logitech Unifying receivers full support"
432 depends on HID_LOGITECH
433 select HID_LOGITECH_HIDPP
435 Say Y if you want support for Logitech Unifying receivers and devices.
436 Unifying receivers are capable of pairing up to 6 Logitech compliant
437 devices to the same receiver. Without this driver it will be handled by
438 generic USB_HID driver and all incoming events will be multiplexed
439 into a single mouse and a single keyboard device.
441 config HID_LOGITECH_HIDPP
442 tristate "Logitech HID++ devices support"
443 depends on HID_LOGITECH
445 Support for Logitech devices relyingon the HID++ Logitech specification
447 Say Y if you want support for Logitech devices relying on the HID++
448 specification. Such devices are the various Logitech Touchpads (T650,
449 T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
453 bool "Logitech force feedback support"
454 depends on HID_LOGITECH
455 select INPUT_FF_MEMLESS
457 Say Y here if you have one of these devices:
458 - Logitech WingMan Cordless RumblePad
459 - Logitech WingMan Cordless RumblePad 2
460 - Logitech WingMan Force 3D
462 and if you want to enable force feedback for them.
463 Note: if you say N here, this device will still be supported, but without
466 config LOGIRUMBLEPAD2_FF
467 bool "Logitech force feedback support (variant 2)"
468 depends on HID_LOGITECH
469 select INPUT_FF_MEMLESS
471 Say Y here if you want to enable force feedback support for:
473 - Logitech Rumblepad 2
474 - Logitech Formula Vibration Feedback Wheel
477 bool "Logitech Flight System G940 force feedback support"
478 depends on HID_LOGITECH
479 select INPUT_FF_MEMLESS
481 Say Y here if you want to enable force feedback support for Logitech
482 Flight System G940 devices.
485 bool "Logitech wheels configuration and force feedback support"
486 depends on HID_LOGITECH
487 select INPUT_FF_MEMLESS
490 Say Y here if you want to enable force feedback and range setting(*)
491 support for following Logitech wheels:
495 - Logitech Driving Force
496 - Logitech Driving Force Pro (*)
497 - Logitech Driving Force GT (*)
498 - Logitech Driving Force EX/RX
499 - Logitech Driving Force Wireless
500 - Logitech Speed Force Wireless
501 - Logitech MOMO Force
502 - Logitech MOMO Racing Force
503 - Logitech Formula Force GP
504 - Logitech Formula Force EX/RX
505 - Logitech Wingman Formula Force GP
507 config HID_MAGICMOUSE
508 tristate "Apple Magic Mouse/Trackpad multi-touch support"
511 Support for the Apple Magic Mouse/Trackpad multi-touch.
513 Say Y here if you want support for the multi-touch features of the
514 Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
517 tristate "Microsoft non-fully HID-compliant devices"
521 Support for Microsoft devices that are not fully compliant with HID standard.
524 tristate "Monterey Genius KB29E keyboard"
528 Support for Monterey Genius KB29E.
530 config HID_MULTITOUCH
531 tristate "HID Multitouch panels"
534 Generic support for HID multitouch panels.
536 Say Y here if you have one of the following devices:
537 - 3M PCT touch screens
538 - ActionStar dual touch panels
540 - Cando dual touch panels
544 - Cypress TrueTouch panels
545 - Elan Microelectronics touch panels
546 - Elo TouchSystems IntelliTouch Plus panels
547 - GeneralTouch 'Sensing Win7-TwoFinger' panels
549 - Hanvon dual touch panels
550 - Ilitek dual touch panels
551 - IrTouch Infrared USB panels
552 - LG Display panels (Dell ST2220Tc)
553 - Lumio CrystalTouch panels
554 - MosArt dual-touch panels
555 - Panasonic multitouch panels
556 - PenMount dual touch panels
557 - Perixx Peripad 701 touchpad
558 - PixArt optical touch screen
559 - Pixcir dual touch panels
561 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
562 - SiS multitouch panels
563 - Stantum multitouch panels
564 - Touch International Panels
566 - Wistron optical touch panels
567 - XAT optical touch panels
568 - Xiroku optical touch panels
569 - Zytronic touch panels
573 To compile this driver as a module, choose M here: the
574 module will be called hid-multitouch.
577 tristate "N-Trig touch screen"
580 Support for N-Trig touch screen.
583 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
586 There are certain devices which have LogicalMaximum wrong in the keyboard
587 usage page of their report descriptor. The most prevailing ones so far
588 are manufactured by Ortek, thus the name of the driver. Currently
589 supported devices by this driver are
593 - Skycable wireless presenter
595 config HID_PANTHERLORD
596 tristate "Pantherlord/GreenAsia game controller"
599 Say Y here if you have a PantherLord/GreenAsia based game controller
602 config PANTHERLORD_FF
603 bool "Pantherlord force feedback support"
604 depends on HID_PANTHERLORD
605 select INPUT_FF_MEMLESS
607 Say Y here if you have a PantherLord/GreenAsia based game controller
608 or adapter and want to enable force feedback support for it.
611 tristate "Penmount touch device"
614 This selects a driver for the PenMount 6000 touch controller.
616 The driver works around a problem in the report descript allowing
617 the userspace to touch events instead of mouse events.
619 Say Y here if you have a Penmount based touch controller.
622 tristate "Petalynx Maxter remote control"
625 Support for Petalynx Maxter remote control.
628 tristate "PicoLCD (graphic version)"
631 This provides support for Minibox PicoLCD devices, currently
632 only the graphical ones are supported.
634 This includes support for the following device features:
636 - Switching between Firmware and Flash mode
637 - EEProm / Flash access (via debugfs)
638 Features selectively enabled:
639 - Framebuffer for monochrome 256x64 display
642 - General purpose outputs
643 Features that are not (yet) supported:
646 config HID_PICOLCD_FB
647 bool "Framebuffer support" if EXPERT
649 depends on HID_PICOLCD
650 depends on HID_PICOLCD=FB || FB=y
651 select FB_DEFERRED_IO
652 select FB_SYS_FILLRECT
653 select FB_SYS_COPYAREA
654 select FB_SYS_IMAGEBLIT
657 Provide access to PicoLCD's 256x64 monochrome display via a
660 config HID_PICOLCD_BACKLIGHT
661 bool "Backlight control" if EXPERT
663 depends on HID_PICOLCD
664 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
666 Provide access to PicoLCD's backlight control via backlight
669 config HID_PICOLCD_LCD
670 bool "Contrast control" if EXPERT
672 depends on HID_PICOLCD
673 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
675 Provide access to PicoLCD's LCD contrast via lcd class.
677 config HID_PICOLCD_LEDS
678 bool "GPO via leds class" if EXPERT
680 depends on HID_PICOLCD
681 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
683 Provide access to PicoLCD's GPO pins via leds class.
685 config HID_PICOLCD_CIR
686 bool "CIR via RC class" if EXPERT
688 depends on HID_PICOLCD
689 depends on HID_PICOLCD=RC_CORE || RC_CORE=y
691 Provide access to PicoLCD's CIR interface via remote control (LIRC).
693 config HID_PLANTRONICS
694 tristate "Plantronics USB HID Driver"
697 Provides HID support for Plantronics USB audio devices.
698 Correctly maps vendor unique volume up/down HID usages to
699 KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping
700 of other vendor unique HID usages to random mouse events.
702 Say M here if you may ever plug in a Plantronics USB audio device.
705 tristate "Primax non-fully HID-compliant devices"
708 Support for Primax devices that are not fully compliant with the
712 tristate "Roccat device support"
715 Support for Roccat devices.
716 Say Y here if you have a Roccat mouse or keyboard and want
717 support for its special functionalities.
720 tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
723 Support for Saitek devices that are not fully compliant with the
727 - PS1000 Dual Analog Pad
728 - Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice
729 - Mad Catz R.A.T.5, R.A.T.9 Gaming Mice
732 tristate "Samsung InfraRed remote control or keyboards"
735 Support for Samsung InfraRed remote control or keyboards.
738 tristate "Sony PS2/3/4 accessories"
741 depends on LEDS_CLASS
746 * Sony PS3 6-axis controllers
747 * Sony PS4 DualShock 4 controllers
749 * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
750 * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
753 bool "Sony PS2/3/4 accessories force feedback support"
755 select INPUT_FF_MEMLESS
757 Say Y here if you have a Sony PS2/3/4 accessory and want to enable
758 force feedback support for it.
761 tristate "Speedlink VAD Cezanne mouse support"
764 Support for Speedlink Vicious and Divine Cezanne mouse.
766 config HID_STEELSERIES
767 tristate "Steelseries SRW-S1 steering wheel support"
770 Support for Steelseries SRW-S1 steering wheel
773 tristate "Sunplus wireless desktop"
776 Support for Sunplus wireless desktop.
779 tristate "Synaptics RMI4 device support"
782 Support for Synaptics RMI4 touchpads.
783 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
784 and want support for its special functionalities.
787 tristate "GreenAsia (Product ID 0x12) game controller support"
790 Say Y here if you have a GreenAsia (Product ID 0x12) based game
791 controller or adapter.
794 bool "GreenAsia (Product ID 0x12) force feedback support"
795 depends on HID_GREENASIA
796 select INPUT_FF_MEMLESS
798 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
799 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
800 and want to enable force feedback support for it.
802 config HID_HYPERV_MOUSE
803 tristate "Microsoft Hyper-V mouse driver"
806 Select this option to enable the Hyper-V mouse driver.
808 config HID_SMARTJOYPLUS
809 tristate "SmartJoy PLUS PS2/USB adapter support"
812 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
813 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
815 Note that DDR (Dance Dance Revolution) mode is not supported, nor
816 is pressure sensitive buttons on the pro models.
818 config SMARTJOYPLUS_FF
819 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
820 depends on HID_SMARTJOYPLUS
821 select INPUT_FF_MEMLESS
823 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
824 enable force feedback support for it.
827 tristate "TiVo Slide Bluetooth remote control support"
830 Say Y if you have a TiVo Slide Bluetooth remote control.
833 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
836 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
837 CLLRCMCE remote control.
840 tristate "ThingM blink(1) USB RGB LED"
842 depends on LEDS_CLASS
845 Support for the ThingM blink(1) USB RGB LED. This driver has been
846 merged into the generic hid led driver. Config symbol HID_THINGM
847 just selects HID_LED and will be removed soon.
849 config HID_THRUSTMASTER
850 tristate "ThrustMaster devices support"
853 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
854 a THRUSTMASTER Ferrari GT Rumble Wheel.
856 config THRUSTMASTER_FF
857 bool "ThrustMaster devices force feedback support"
858 depends on HID_THRUSTMASTER
859 select INPUT_FF_MEMLESS
861 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
862 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
863 Rumble Force or Force Feedback Wheel.
866 tristate "Wacom Intuos/Graphire tablet support (USB)"
873 Say Y here if you want to use the USB or BT version of the Wacom Intuos
876 To compile this driver as a module, choose M here: the
877 module will be called wacom.
880 tristate "Nintendo Wii / Wii U peripherals"
882 depends on LEDS_CLASS
884 select INPUT_FF_MEMLESS
886 Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
887 devices are the Wii Remote and its extension devices, but also devices
888 based on the Wii Remote like the Wii U Pro Controller or the
891 Support for all official Nintendo extensions is available, however, 3rd
892 party extensions might not be supported. Please report these devices to:
893 http://github.com/dvdhrm/xwiimote/issues
895 Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
896 the Wii U Gamepad) might be supported in the future. But currently
897 support is limited to Bluetooth based devices.
901 To compile this driver as a module, choose M here: the
902 module will be called hid-wiimote.
905 tristate "Xin-Mo non-fully compliant devices"
908 Support for Xin-Mo devices that are not fully compliant with the HID
909 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
910 if you have a Xin-Mo Dual Arcade controller.
913 tristate "Zeroplus based game controller support"
916 Say Y here if you have a Zeroplus based game controller.
919 bool "Zeroplus based game controller force feedback support"
920 depends on HID_ZEROPLUS
921 select INPUT_FF_MEMLESS
923 Say Y here if you have a Zeroplus based game controller and want
924 to have force feedback support for it.
927 tristate "Zydacron remote control support"
930 Support for Zydacron remote control.
932 config HID_SENSOR_HUB
933 tristate "HID Sensors framework support"
934 depends on HID && HAS_IOMEM
938 Support for HID Sensor framework. This creates a MFD instance
939 for a sensor hub and identifies all the sensors connected to it.
940 Each sensor is registered as a MFD cell, so that sensor specific
941 processing can be done in a separate driver. Each sensor
942 drivers can use the service provided by this driver to register
943 for events and handle data streams. Each sensor driver can format
944 data and present to user mode using input or IIO interface.
946 config HID_SENSOR_CUSTOM_SENSOR
947 tristate "HID Sensors hub custom sensor support"
948 depends on HID_SENSOR_HUB
951 HID Sensor hub specification allows definition of some custom and
952 generic sensors. Unlike other HID sensors, they can't be exported
953 via Linux IIO because of custom fields. This is up to the manufacturer
954 to decide how to interpret these special sensor ids and process in
955 the user space. Currently some manufacturers are using these ids for
956 sensor calibration and debugging other sensors. Manufacturers
957 should't use these special custom sensor ids to export any of the
959 Select this config option for custom/generic sensor support.
962 tristate "Alps HID device support"
965 Support for Alps I2C HID touchpads and StickPointer.
966 Say Y here if you have a Alps touchpads over i2c-hid or usbhid
967 and want support for its special functionalities.
973 source "drivers/hid/usbhid/Kconfig"
975 source "drivers/hid/i2c-hid/Kconfig"
977 source "drivers/hid/intel-ish-hid/Kconfig"