Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
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
/linux-4.4.14/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-4.4.14/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-4.4.14/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-picolcd13 Note: when switching mode the current PicoLCD HID device gets
/linux-4.4.14/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-4.4.14/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-4.4.14/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-4.4.14/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-4.4.14/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").
Dgadget-testing.txt9 6. HID function
176 6. HID function
185 The HID function provides these attributes in its function directory:
187 protocol - HID protocol to use
188 report_desc - data to be used in HID reports, except data
190 report_length - HID report length
191 subclass - HID subclass to use
207 Testing the HID function
Dproc_usb_info.txt225 speaker with an audio interface for playback, and a HID interface
328 I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=mouse
350 I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=mouse
Dusb-serial.txt224 -Cypress HID->COM RS232 adapter
/linux-4.4.14/net/bluetooth/hidp/
DKconfig4 select HID
7 for HID reports. HIDP is required for the Bluetooth Human
/linux-4.4.14/Documentation/input/
Dbcm5974.txt38 with the HID driver, which, if not told otherwise, will find the standard
39 HID mouse and keyboard, and claim the whole device. To remedy, the usb
Dinput.txt103 handles all HID devices, and because there is a very wide variety of them,
104 and because the USB HID specification isn't simple, it needs to be this big.
109 However, USB uses HID also for monitor controls, speaker controls, UPSs,
118 detects everything automatically and when a HID device is inserted, it
127 For embedded systems, for mice with broken HID descriptors and just any
143 PenPartner, that one is handled by the HID driver. Although the Intuos and
144 Graphire tablets claim that they are HID tablets as well, they are not and
Dyealink.txt34 hiddev0: USB HID v1.00 Device [Yealink Network Technology Ltd. VOIP USB Phone
/linux-4.4.14/drivers/iio/magnetometer/
DKconfig63 tristate "HID Magenetometer 3D"
65 Say yes here to build support for the HID SENSOR
/linux-4.4.14/drivers/iio/gyro/
DKconfig82 tristate "HID Gyroscope 3D"
84 Say yes here to build support for the HID SENSOR
/linux-4.4.14/drivers/iio/pressure/
DKconfig25 tristate "HID PRESS"
27 Say yes here to build support for the HID SENSOR
/linux-4.4.14/drivers/iio/light/
DKconfig151 tristate "HID ALS"
153 Say yes here to build support for the HID SENSOR
165 tristate "HID PROX"
167 Say yes here to build support for the HID SENSOR
/linux-4.4.14/drivers/iio/accel/
DKconfig49 tristate "HID Accelerometers 3D"
51 Say yes here to build support for the HID SENSOR
/linux-4.4.14/drivers/acpi/acpica/
Dnsxfeval.c784 acpi_get_devices(const char *HID, in acpi_get_devices() argument
803 info.hid = HID; in acpi_get_devices()
/linux-4.4.14/drivers/usb/gadget/
DKconfig420 bool "HID function"
424 The HID function driver provides generic emulation of USB
425 Human Interface Devices (HID).
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig424 tristate "HID Gadget"
428 The HID gadget driver provides generic emulation of USB
429 Human Interface Devices (HID).
/linux-4.4.14/Documentation/acpi/
Dscan_handlers.txt32 basis of the device node's hardware ID (HID). They are performed by objects
/linux-4.4.14/include/acpi/
Dacpixf.h482 acpi_get_devices(const char *HID,
/linux-4.4.14/drivers/macintosh/
DKconfig166 Say Y here if you want to have ADB (Apple Desktop Bus) HID devices
/linux-4.4.14/drivers/input/joystick/
DKconfig171 SpaceBall 4000 USB model, use the USB HID driver.
/linux-4.4.14/arch/xtensa/configs/
Diss_defconfig465 # Special HID drivers
/linux-4.4.14/drivers/rtc/
DKconfig1615 comment "HID Sensor RTC drivers"
1618 tristate "HID Sensor Time"
1624 Say yes here to build support for the HID Sensors of type Time.
/linux-4.4.14/drivers/leds/
DKconfig569 comment "LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)"
/linux-4.4.14/drivers/platform/x86/
DKconfig690 found on recent Toshiba laptops equipped with HID TOS620A
/linux-4.4.14/
DCREDITS1604 D: Author and maintainer of the Bluetooth HID protocol driver
1965 D: Generic HID layer - original code split, fixes
2789 D: USB (HID, ACM, Printer ...)
DMAINTAINERS4986 HID CORE LAYER
4995 HID SENSOR HUB DRIVERS
8328 PICOLCD HID DRIVER
10987 UHID USERSPACE HID IO DRIVER:
11118 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11640 WIIMOTE HID DRIVER
/linux-4.4.14/Documentation/
Ddevices.txt456 239 = /dev/uhid User-space I/O driver support for HID subsystem
2548 96 = /dev/usb/hiddev0 1st USB HID device
2550 111 = /dev/usb/hiddev15 16th USB HID device