Lines Matching +full:hid +full:- +full:mouse
2 # SPDX-License-Identifier: Apache-2.0
4 description: Bindings for HID device
6 compatible: "zephyr,hid-device"
11 interface-name:
14 HID device name. When this property is present, a USB device will use it
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:
36 The size of the longest input report that the HID device can generate.
39 in-polling-period-us:
46 out-report-size:
49 The size of the longest output report that the HID device can generate.
53 out-polling-period-us:
58 This option is only effective if the out-report-size property is defined.