Lines Matching +full:application +full:- +full:dependent
2 HIDRAW - Raw Access to USB and Bluetooth Human Interface Devices
10 Hidraw should be used if the userspace application knows exactly how to
15 Hidraw is also useful for communicating with non-conformant HID devices
19 communication with these non-conformant devices is impossible using hiddev.
21 these non-conformant devices.
31 directly under /dev (eg: /dev/hidraw0). As this location is distribution-
32 and udev rule-dependent, applications should use libudev to locate hidraw
40 ---------------
43 -------
47 a report available to be read. read() can be made non-blocking, by passing
57 -------
68 -------
90 - BUS_USB
91 - BUS_HIL
92 - BUS_BLUETOOTH
93 - BUS_VIRTUAL
101 the device. The returned string is Unicode, UTF-8 encoded.
148 an input report of a device, before an application listens for normal reports via
158 the initial states of an output report of a device, before an application sends
167 an output report of a device, before an application updates it as necessary either
172 -------
173 In samples/, find hid-example.c, which shows examples of read(), write(),