You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/portable/ohci/ohci.c
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,7 @@ bool hcd_init(uint8_t rhport)
217
217
218
218
OHCI_REG->control_bit.hc_functional_state=OHCI_CONTROL_FUNCSTATE_OPERATIONAL; // make HC's state to operational state TODO use this to suspend (save power)
219
219
OHCI_REG->rh_status_bit.local_power_status_change=1; // set global power for ports
220
+
osal_task_delay(OHCI_REG->rh_descriptorA_bit.power_on_to_good_time*2); // Wait POTG after power up
0 commit comments