Loading drivers/usb/dwc3/ep0.c +3 −0 Original line number Diff line number Diff line Loading @@ -296,6 +296,9 @@ void dwc3_ep0_out_start(struct dwc3 *dwc) complete(&dwc->ep0_in_setup); if (!dwc->softconnect) return; dep = dwc->eps[0]; dwc3_ep0_prepare_one_trb(dep, dwc->ep0_trb_addr, 8, DWC3_TRBCTL_CONTROL_SETUP, false); Loading Loading
drivers/usb/dwc3/ep0.c +3 −0 Original line number Diff line number Diff line Loading @@ -296,6 +296,9 @@ void dwc3_ep0_out_start(struct dwc3 *dwc) complete(&dwc->ep0_in_setup); if (!dwc->softconnect) return; dep = dwc->eps[0]; dwc3_ep0_prepare_one_trb(dep, dwc->ep0_trb_addr, 8, DWC3_TRBCTL_CONTROL_SETUP, false); Loading