Hi Team
I read the usbd_hid_generic in nRF SDK 16.0.0. The function hid_generic_idle_handler_set set a handler for idle reports. What is the idle reports mean? where descript it in USB spec? Thank you.
Regards
Victor
Hi Team
I read the usbd_hid_generic in nRF SDK 16.0.0. The function hid_generic_idle_handler_set set a handler for idle reports. What is the idle reports mean? where descript it in USB spec? Thank you.
Regards
Victor
This is to handle the "SET IDLE" (SET_IDLE) HID-specific command:
https://www.usb.org/sites/default/files/hid1_11.pdf
Best regards,
Kenneth
This is to handle the "SET IDLE" (SET_IDLE) HID-specific command:
https://www.usb.org/sites/default/files/hid1_11.pdf
Best regards,
Kenneth