Lines Matching +full:non +full:- +full:identical
2 HIDRAW - Raw Access to USB and Bluetooth Human Interface Devices
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.
138 state of a report. The format of the buffer issued with this report is identical
150 is identical to that of HIDIOCGFEATURE.
160 with this report is identical to that of HIDIOCSFEATURE.
169 of the buffer issued with this report is identical to that of HIDIOCGFEATURE.
172 -------
173 In samples/, find hid-example.c, which shows examples of read(), write(),