[PHID] Added missing GET_IDLE Request

This commit is contained in:
NicoHood 2015-10-11 14:39:36 +02:00
parent 8237e5422d
commit ad0b3d9332
1 changed files with 3 additions and 0 deletions

View File

@ -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)