Loading drivers/usb/dwc3/dwc3-msm.c +4 −0 Original line number Diff line number Diff line Loading @@ -3847,6 +3847,10 @@ static int dwc3_restart_usb_host_mode(struct notifier_block *nb, dbg_event(0xFF, "fw_restarthost", 0); flush_delayed_work(&mdwc->sm_work); if (!mdwc->in_host_mode) goto err; dbg_event(0xFF, "stop_host_mode", dwc->maximum_speed); ret = dwc3_otg_start_host(mdwc, 0); if (ret) Loading Loading
drivers/usb/dwc3/dwc3-msm.c +4 −0 Original line number Diff line number Diff line Loading @@ -3847,6 +3847,10 @@ static int dwc3_restart_usb_host_mode(struct notifier_block *nb, dbg_event(0xFF, "fw_restarthost", 0); flush_delayed_work(&mdwc->sm_work); if (!mdwc->in_host_mode) goto err; dbg_event(0xFF, "stop_host_mode", dwc->maximum_speed); ret = dwc3_otg_start_host(mdwc, 0); if (ret) Loading