Bootkeyboard send protocol and idle time
Idle time will not change (is not implemented) So it is unsure what the host will do
This commit is contained in:
parent
e46469dfef
commit
7310ae9298
1 changed files with 5 additions and 1 deletions
|
|
@ -120,7 +120,11 @@ bool BootKeyboard_::setup(USBSetup& setup)
|
|||
return true;
|
||||
}
|
||||
if (request == HID_GET_PROTOCOL) {
|
||||
// TODO: Send8(protocol);
|
||||
UEDATX = protocol;
|
||||
return true;
|
||||
}
|
||||
if (request == HID_GET_IDLE) {
|
||||
UEDATX = idle;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue