Home
last modified time | relevance | path

Searched refs:HID (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v4.19/drivers/hid/
DKconfig2 # 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
[all …]
/Linux-v4.19/Documentation/hid/
Dhid-transport.txt1 HID I/O Transport Drivers
4 The HID subsystem is independent of the underlying transport driver. Initially,
5 only USB was supported, but other specifications adopted the HID design and
9 1) HID Bus
12 The HID subsystem is designed as a bus. Any I/O subsystem may provide HID
13 devices and register them with the HID bus. HID core then loads generic device
15 transport and device setup/management. HID core is responsible of
33 | HID Core |
46 Transport: USB-HID, I2C-HID, BT-HIDP
48 Everything below "HID Core" is simplified in this graph as it is only of
[all …]
Dhid-sensor.txt2 HID Sensors Framework
4 HID sensor framework provides necessary interfaces to implement sensor drivers,
5 which are connected to a sensor hub. The sensor hub is a HID device and it provides
6 a report descriptor conforming to HID 1.12 sensor usage tables.
8 Description from the HID 1.12 "HID Sensor Usages" specification:
9 "Standardization of HID usages for sensors would allow (but not require) sensor
55 The core driver registers (hid-sensor-hub) registers as a HID driver. It parses
57 with name HID-SENSOR-xxxx (where xxxx is usage id from the specification).
59 HID-SENSOR-200073 is registered for an Accelerometer 3D driver.
80 int (*suspend)(..): Callback when HID suspend is received
[all …]
Duhid.txt1 UHID - User-space I/O driver support for HID subsystem
4 UHID allows user-space to implement HID transport drivers. Please see
5 hid-transport.txt for an introduction into HID transport drivers. This document
21 If a new device is detected by your HID I/O Driver and you want to register this
22 device with the HID subsystem, then you need to open /dev/uhid once for each
50 UHID_OPEN event, the internally attached HID Device Driver has no user attached.
53 user closes the HID device, you will receive an UHID_CLOSE event. This may be
56 UHID_OPEN events without an UHID_CLOSE event. The HID subsystem performs
61 If you want to send data on the interrupt channel to the HID subsystem, you send
90 This creates the internal HID device. No I/O is possible until you send this
[all …]
Dintel-ish-hid.txt9 There are many vendors providing external sensor hubs confirming to HID
16 These ISH also comply to HID sensor specification, but the difference is the
18 mainly use HID over i2C or USB. But ISH doesn't use either i2c or USB.
26 | USB HID | --> | ISH HID |
51 HID sensor applications, sensor calibration application or senor firmware
57 (ISH HID driver) identifies the device type and registers with the hid core.
73 | HID Sensor Hub MFD |
76 | HID Core |
79 | HID over ISH Client |
205 The size of ring can be specified by the client. HID client set 16 and 32 for
[all …]
Dhiddev.txt5 In addition to the normal input type HID devices, USB also uses the
12 HID events to two separate interfaces:
13 * the input subsystem, which converts HID events into normal input
16 * the hiddev interface, which provides fairly raw HID events
18 The data flow for a HID event produced by a device is something like
30 USING THE HID DEVICE INTERFACE
60 This description should be read in conjunction with the HID
66 HID devices exchange data with the host computer using data
72 This is the event interface. When the HID device's state changes,
84 containing the HID usage identifier for the status that changed, and
[all …]
Dhidraw.txt6 received are not parsed by the HID parser, but are sent to and received from
10 communicate with the hardware device, and is able to construct the HID
12 custom HID devices.
14 Hidraw is also useful for communicating with non-conformant HID devices
25 use the HID specification, hidraw will be expanded to add support for these
41 read() will read a queued report received from the HID device. On USB
97 This ioctl will send a feature report to the device. Per the HID
Dhid-alps.txt1 ALPS HID Touchpad Protocol
6 Currently ALPS HID driver supports U1 Touchpad device.
14 HID Descriptor
17 0 wHIDDescLength 001E Length of HID Descriptor : 30 bytes
/Linux-v4.19/drivers/iio/common/hid-sensors/
DKconfig7 tristate "Common modules for all HID Sensor IIO drivers"
11 Say yes here to build support for HID sensor to use
12 HID sensor common processing for attributes and IIO triggers.
14 HID sensor drivers, this module contains processing for those
18 tristate "Common module (trigger) for all HID Sensor IIO drivers"
22 Say yes here to build trigger support for HID sensors.
/Linux-v4.19/drivers/hid/usbhid/
DKconfig1 menu "USB HID support"
5 tristate "USB HID transport layer"
8 select HID
11 mice, joysticks, graphic tablets, or any other HID based devices
24 comment "Input core support is needed for USB HID input layer or HIDBP support"
35 bool "/dev/hiddev raw HID device support"
38 Say Y here if you want to support HID devices (from the USB
47 menu "USB HID Boot Protocol drivers"
55 to use the generic HID driver for your USB keyboard and prefer
71 to use the generic HID driver for your USB mouse and prefer
/Linux-v4.19/Documentation/ABI/testing/
Dconfigfs-usb-gadget-hid7 protocol - HID protocol to use
8 report_desc - blob corresponding to HID report descriptors
10 report_length - HID report length
11 subclass - HID device subclass to use
Dsysfs-driver-hid7 Description: When read, this file returns the device's raw binary HID
19 of the device's HID country code (e.g. 21 for US).
Dsysfs-driver-hid-logitech-hidpp16 Presence of this file indicates that HID++ driver is capable of
/Linux-v4.19/drivers/hid/i2c-hid/
DKconfig1 menu "I2C HID support"
5 tristate "HID over I2C transport layer"
8 select HID
11 other HID based devices which is connected to your computer via I2C.
/Linux-v4.19/drivers/iio/orientation/
DKconfig14 tristate "HID Inclinometer 3D"
16 Say yes here to build support for the HID SENSOR
25 tristate "HID Device Rotation"
27 Say yes here to build support for the HID SENSOR
/Linux-v4.19/Documentation/usb/
Dgadget_hid.txt2 Linux USB HID gadget driver
6 The HID Gadget driver provides emulation of USB Human Interface
7 Devices (HID). The basic HID handling is done in the kernel,
8 and HID reports can be sent/received through I/O on the
11 For more details about HID, see the developer page on
18 HID function descriptors you want to use - E.G. something
74 You can add as many HID functions as you want, only limited by
80 some data to the kernel, if HID is a part of a gadget composed with
84 Send and receive HID reports
86 HID reports can be sent/received using read/write on the
[all …]
Dfunctionfs.txt39 One can imagine a gadget that has an Ethernet, MTP and HID interfaces
50 whether it's FunctionFS designed for MTP ("mtp") or HID ("hid").
/Linux-v4.19/net/bluetooth/hidp/
DKconfig4 select HID
7 for HID reports. HIDP is required for the Bluetooth Human
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dhid-over-i2c.txt1 * HID over I2C Device-Tree bindings
3 HID over I2C provides support for various Human Interface Devices over the
16 - hid-descr-addr: HID descriptor address
/Linux-v4.19/drivers/hid/intel-ish-hid/
DKconfig1 menu "Intel ISH HID support"
7 select HID
/Linux-v4.19/Documentation/input/devices/
Dbcm5974.rst44 with the HID driver, which, if not told otherwise, will find the standard
45 HID mouse and keyboard, and claim the whole device. To remedy, the usb
/Linux-v4.19/drivers/iio/temperature/
DKconfig23 tristate "HID Environmental temperature sensor"
30 Say yes here to build support for the HID SENSOR
/Linux-v4.19/Documentation/input/
Dinput.rst179 whole suite. It handles all HID devices, and because there is a very
180 wide variety of them, and because the USB HID specification isn't
186 However, USB uses HID also for monitor controls, speaker controls, UPSs,
195 detects everything automatically and when a HID device is inserted, it
205 For embedded systems, for mice with broken HID descriptors and just any
/Linux-v4.19/drivers/iio/humidity/
DKconfig41 tristate "HID Environmental humidity sensor"
48 Say yes here to build support for the HID SENSOR
/Linux-v4.19/drivers/iio/gyro/
DKconfig82 tristate "HID Gyroscope 3D"
84 Say yes here to build support for the HID SENSOR

12