Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81d5b6b5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: dwc3: Draw 100mA upon host bus reset"

parents 39a4ec35 a77a2e80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2801,7 +2801,7 @@ static void dwc3_gadget_reset_interrupt(struct dwc3 *dwc)
	dwc3_notify_event(dwc, DWC3_CONTROLLER_NOTIFY_OTG_EVENT);

	dwc3_usb3_phy_suspend(dwc, false);
	usb_gadget_vbus_draw(&dwc->gadget, 0);
	usb_gadget_vbus_draw(&dwc->gadget, 100);

	dwc3_reset_gadget(dwc);
	dbg_event(0xFF, "BUS RST", 0);