Lines Matching refs:HID
3 # HID driver configuration
6 bool "HID bus support"
10 This option adds core support for human interface device (HID).
15 config HID config
16 tristate "HID bus core support"
20 A human interface device (HID) is a type of computer device that
21 interacts directly with and takes input from humans. The term "HID"
22 most commonly used to refer to the USB-HID specification, but other
24 designed using HID specification (this involves certain keyboards,
25 mice, tablets, etc). This option adds the HID bus to the kernel,
26 together with generic HID layer code. The HID devices are added and
27 removed from the HID bus by the transport-layer drivers, such as
34 if HID
37 bool "Battery level reporting for HID devices"
41 This option adds support of reporting battery strength (for HID devices
46 bool "/dev/hidraw raw HID device support"
48 Say Y here if you want to support HID devices (from the USB
55 There is also a /dev/hiddev configuration option in the USB HID
64 tristate "User-space I/O driver support for HID subsystem"
67 Say Y here if you want to provide HID I/O Drivers from user-space.
69 the device into the kernel. The kernel parses the HID reports, loads the
70 corresponding HID Device Driver or provides input devices on top of your
73 This driver cannot be used to parse HID-reports in user-space and write
74 special HID-drivers. You should use hidraw for that.
76 user-space like USB-HID and Bluetooth-HID do in kernel-space.
84 tristate "Generic HID driver"
85 default HID
87 Support for generic devices on the HID bus. This includes most
95 menu "Special HID drivers"
135 HID specification.
218 HID standard.
228 HID standard.
237 HID standard.
260 Support for CMedia CM6533 HID audio jack controls
264 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
268 Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
269 This is a HID device driver which registers as an i2c adapter
324 tristate "ELECOM HID devices"
341 depends on HID
353 tristate "FTDI FT260 USB HID to I2C host support"
356 Provides I2C host adapter functionality over USB-HID through FT260
380 tristate "Holtek HID devices"
403 ChromeOS Vivaldi HID parsing support library. This is a hidden
404 option so that drivers can use common code to parse the HID
429 Vivaldi keyboards use a vendor-specific (Google) HID usage to report
447 tristate "Keytouch HID devices"
449 Support for Keytouch HID devices not fully compliant with
456 Support for KYE/Genius devices not fully compliant with HID standard:
480 depends on HID
511 Support for ITE devices not fully compliant with HID standard.
514 tristate "Jabra USB HID Driver"
516 Support for Jabra USB HID devices.
518 Prevents mapping of vendor defined HID usages to input events. Without
519 this driver HID reports from Jabra devices may incorrectly be seen as
558 Support for IBM/Lenovo devices that are not fully compliant with HID standard.
577 These tablets also work without a special HID driver, but then only
588 Support for Logitech devices that are not fully compliant with HID standard.
604 tristate "Logitech HID++ devices support"
608 Support for Logitech devices relying on the HID++ Logitech specification
610 Say Y if you want support for Logitech devices relying on the HID++
706 tristate "Microsoft non-fully HID-compliant devices"
710 Support for Microsoft devices that are not fully compliant with HID standard.
719 tristate "HID Multitouch panels"
721 Generic support for HID multitouch panels.
926 tristate "Plantronics USB HID Driver"
928 Provides HID support for Plantronics USB audio devices.
929 Correctly maps vendor unique volume up/down HID usages to
931 of other vendor unique HID usages to random mouse events.
936 tristate "PlayStation HID Driver"
954 tristate "PhoenixRC HID Flight Controller"
955 depends on HID
957 Support for PhoenixRC HID Flight Controller, a 8-axis flight controller.
963 tristate "Razer non-fully HID-compliant devices"
966 HID standard.
969 tristate "Primax non-fully HID-compliant devices"
972 HID standard.
990 tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
993 HID standard.
1010 with the HID standard.
1152 depends on HID
1245 Support for Xin-Mo devices that are not fully compliant with the HID
1268 tristate "HID Sensors framework support"
1273 Support for HID Sensor framework. This creates a MFD instance
1282 tristate "HID Sensors hub custom sensor support"
1286 HID Sensor hub specification allows definition of some custom and
1287 generic sensors. Unlike other HID sensors, they can't be exported
1297 tristate "Alps HID device support"
1299 Support for Alps I2C HID touchpads and StickPointer.
1304 tristate "Microchip MCP2200 HID USB-to-GPIO bridge"
1307 Provides GPIO functionality over USB-HID through MCP2200 device.
1313 tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
1318 Provides I2C and SMBUS host adapter functionality over USB-HID
1325 tristate "KUnit tests for HID" if !KUNIT_ALL_TESTS
1331 This builds unit tests for HID. This option is not useful for
1333 developers working on HID and associated drivers.
1345 endif # HID