Skip to content

Commit e690215

Browse files
committed
[PHID] Added missing GET_IDLE Request
1 parent 5e813b3 commit e690215

File tree

1 file changed

+3
-0
lines changed
  • hardware/arduino/avr/libraries/HID

1 file changed

+3
-0
lines changed

hardware/arduino/avr/libraries/HID/HID.cpp

+3
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)