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.
244 HID standard.
256 HID standard.
265 HID standard.
288 Support for CMedia CM6533 HID audio jack controls
292 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
296 Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
297 This is a HID device driver which registers as an i2c adapter
352 tristate "ELECOM HID devices"
369 depends on HID
381 tristate "FTDI FT260 USB HID to I2C host support"
384 Provides I2C host adapter functionality over USB-HID through FT260
408 tristate "Holtek HID devices"
431 ChromeOS Vivaldi HID parsing support library. This is a hidden
432 option so that drivers can use common code to parse the HID
436 tristate "Goodix GT7986U SPI HID touchscreen"
439 Support for Goodix GT7986U SPI HID touchscreen device.
463 Vivaldi keyboards use a vendor-specific (Google) HID usage to report
481 tristate "Keytouch HID devices"
483 Support for Keytouch HID devices not fully compliant with
490 Support for KYE/Genius devices not fully compliant with HID standard:
523 depends on HID
554 Support for ITE devices not fully compliant with HID standard.
557 tristate "Jabra USB HID Driver"
559 Support for Jabra USB HID devices.
561 Prevents mapping of vendor defined HID usages to input events. Without
562 this driver HID reports from Jabra devices may incorrectly be seen as
603 Support for IBM/Lenovo devices that are not fully compliant with HID standard.
622 These tablets also work without a special HID driver, but then only
634 Support for Logitech devices that are not fully compliant with HID standard.
650 tristate "Logitech HID++ devices support"
654 Support for Logitech devices relying on the HID++ Logitech specification
656 Say Y if you want support for Logitech devices relying on the HID++
752 tristate "Microsoft non-fully HID-compliant devices"
756 Support for Microsoft devices that are not fully compliant with HID standard.
765 tristate "HID Multitouch panels"
767 Generic support for HID multitouch panels.
969 tristate "Plantronics USB HID Driver"
971 Provides HID support for Plantronics USB audio devices.
972 Correctly maps vendor unique volume up/down HID usages to
974 of other vendor unique HID usages to random mouse events.
979 tristate "PlayStation HID Driver"
997 tristate "PhoenixRC HID Flight Controller"
998 depends on HID
1000 Support for PhoenixRC HID Flight Controller, a 8-axis flight controller.
1006 tristate "Razer non-fully HID-compliant devices"
1009 HID standard.
1012 tristate "Primax non-fully HID-compliant devices"
1015 HID standard.
1033 tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
1036 HID standard.
1053 with the HID standard.
1196 depends on HID
1320 Support for Xin-Mo devices that are not fully compliant with the HID
1343 tristate "HID Sensors framework support"
1348 Support for HID Sensor framework. This creates a MFD instance
1357 tristate "HID Sensors hub custom sensor support"
1361 HID Sensor hub specification allows definition of some custom and
1362 generic sensors. Unlike other HID sensors, they can't be exported
1372 tristate "Alps HID device support"
1374 Support for Alps I2C HID touchpads and StickPointer.
1379 tristate "Microchip MCP2200 HID USB-to-GPIO bridge"
1382 Provides GPIO functionality over USB-HID through MCP2200 device.
1388 tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
1393 Provides I2C and SMBUS host adapter functionality over USB-HID
1400 tristate "KUnit tests for HID" if !KUNIT_ALL_TESTS
1406 This builds unit tests for HID. This option is not useful for
1408 developers working on HID and associated drivers.
1430 endif # HID
1432 # USB support may be used with HID disabled