Lines Matching +full:output +full:- +full:only
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,hid-device"
11 interface-name:
17 protocol-code:
21 of the HID specification. Only boot devices are required to set one of
22 the protocols, keyboard or mouse. For non-boot devices, this property is
24 - none: Device does not support the boot interface
25 - keyboard: Device supports boot interface and keyboard protocol
26 - mouse: Device supports boot interface and mouse protocol
28 - none
29 - keyboard
30 - mouse
32 in-report-size:
39 in-polling-period-us:
43 Input or output type reports polling period in microseconds. For USB full
46 out-report-size:
49 The size of the longest output report that the HID device can generate.
50 When this property is present, a USB device will use out pipe for output
51 reports, otherwise control pipe will be used for output reports.
53 out-polling-period-us:
56 Output type reports polling period in microseconds. For USB full
58 This option is only effective if the out-report-size property is defined.