Correctly resume operation after HID device unplug/replug

USG_1.0
Robert Fisk 8 years ago
parent a98af92c23
commit 0e42cf71dd

@ -40,6 +40,7 @@ void Upstream_HID_DeInit(void)
UpstreamHidPacket = NULL;
}
GetReportCallback = NULL;
GetReportLoopIsRunning = 0;
KeyboardOutDataState = KEYBOARD_OUT_STATE_IDLE;
}

Loading…
Cancel
Save