[PHID] Added missing GET_IDLE Request
This commit is contained in:
parent
31f93d2c4e
commit
7cef3b3410
|
@ -96,6 +96,9 @@ bool HID_::setup(USBSetup& setup)
|
|||
// TODO: Send8(protocol);
|
||||
return true;
|
||||
}
|
||||
if (request == HID_GET_IDLE) {
|
||||
// TODO: Send8(idle);
|
||||
}
|
||||
}
|
||||
|
||||
if (requestType == REQUEST_HOSTTODEVICE_CLASS_INTERFACE)
|
||||
|
|
Loading…
Reference in New Issue