On Tue, Jul 27, 2021 at 09:31:41PM +0300, Maxim Devaev wrote:
The USB HID standard declares mandatory support for GET_IDLE and SET_IDLE
requests for Boot Keyboard. Most hosts can handle their absence, but others
like some old/strange UEFIs and BIOSes consider this a critical error
and refuse to work with f_hid.
This primitive implementation of saving and returning idle is sufficient
to meet the requirements of the standard and these devices.
Signed-off-by: Maxim Devaev <redacted>
---
drivers/usb/gadget/function/f_hid.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
As I already took your first patch, and I can not drop it as it is a
public tree, can you just send me the fixup patch? That would be
simpler than me reverting the original and then applying a "fixed"
version, right?
thanks,
greg k-h