Lines Matching refs:HID
2 # HID driver configuration
4 menu "HID support"
7 config HID config
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
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
26 if HID
29 bool "Battery level reporting for HID devices"
30 depends on HID
34 This option adds support of reporting battery strength (for HID devices
39 bool "/dev/hidraw raw HID device support"
40 depends on HID
42 Say Y here if you want to support HID devices (from the USB
49 There is also a /dev/hiddev configuration option in the USB HID
58 tristate "User-space I/O driver support for HID subsystem"
59 depends on HID
62 Say Y here if you want to provide HID I/O Drivers from user-space.
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.
71 user-space like USB-HID and Bluetooth-HID do in kernel-space.
79 tristate "Generic HID driver"
80 depends on HID
81 default HID
83 Support for generic devices on the HID bus. This includes most
91 menu "Special HID drivers"
92 depends on HID
96 depends on HID
103 depends on HID
117 depends on HID
121 HID specification.
139 depends on HID
145 depends on HID
162 depends on HID
169 depends on HID
176 depends on HID && USB && LEDS_CLASS
179 HID standard.
186 depends on HID && SND
200 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
203 Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
204 This is a HID device driver which registers as an i2c adapter
210 depends on HID
217 depends on HID
236 depends on HID
246 depends on HID
259 depends on HID
266 depends on HID
272 depends on HID
277 tristate "Holtek HID devices"
312 tristate "Keytouch HID devices"
313 depends on HID
315 Support for Keytouch HID devices not fully compliant with
321 depends on HID
323 Support for KYE/Genius devices not fully compliant with HID standard:
337 depends on HID
343 depends on HID
349 depends on HID
358 depends on HID
364 depends on HID
371 depends on HID
377 depends on HID
381 Support for Lenovo devices that are not fully compliant with HID standard.
392 depends on HID
395 Support for Logitech devices that are not fully compliant with HID standard.
410 tristate "Logitech HID++ devices support"
413 Support for Logitech devices relyingon the HID++ Logitech specification
415 Say Y if you want support for Logitech devices relying on the HID++
472 depends on HID
480 tristate "Microsoft non-fully HID-compliant devices"
481 depends on HID
484 Support for Microsoft devices that are not fully compliant with HID standard.
488 depends on HID
494 tristate "HID Multitouch panels"
495 depends on HID
497 Generic support for HID multitouch panels.
547 depends on HID
560 depends on HID
586 depends on HID
592 depends on HID
657 tristate "Plantronics USB HID Driver"
658 depends on HID
660 Provides HID support for Plantronics USB audio devices.
661 Correctly maps vendor unique volume up/down HID usages to
663 of other vendor unique HID usages to random mouse events.
668 tristate "Primax non-fully HID-compliant devices"
669 depends on HID
672 HID standard.
683 tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
684 depends on HID
687 HID standard.
696 depends on HID
725 depends on HID
731 depends on HID
737 depends on HID
743 depends on HID
751 depends on HID
773 depends on HID
791 depends on HID
797 depends on HID
804 depends on HID
814 depends on HID
830 depends on HID
843 depends on HID
868 depends on HID
870 Support for Xin-Mo devices that are not fully compliant with the HID
876 depends on HID
890 depends on HID
895 tristate "HID Sensors framework support"
896 depends on HID && HAS_IOMEM
900 Support for HID Sensor framework. This creates a MFD instance
909 tristate "HID Sensors hub custom sensor support"
913 HID Sensor hub specification allows definition of some custom and
914 generic sensors. Unlike other HID sensors, they can't be exported
925 endif # HID