Skip to content

Commit ad0b3d9

Browse files
committed
[PHID] Added missing GET_IDLE Request
1 parent 8237e54 commit ad0b3d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/HID/HID.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ bool HID_::setup(USBSetup& setup)
9696
// TODO: Send8(protocol);
9797
return true;
9898
}
99+
if (request == HID_GET_IDLE) {
100+
// TODO: Send8(idle);
101+
}
99102
}
100103

101104
if (requestType == REQUEST_HOSTTODEVICE_CLASS_INTERFACE)

0 commit comments

Comments
 (0)