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

Commit dd5ffe4e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: dwc3: request 2mA VBUS current when suspending"

parents ca12b166 2d5b4012
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3472,6 +3472,8 @@ static void dwc3_gadget_interrupt(struct dwc3 *dwc,
			if (dwc->gadget.state >= USB_STATE_CONFIGURED)
				dwc3_gadget_suspend_interrupt(dwc,
						event->event_info);
			else
				usb_gadget_vbus_draw(&dwc->gadget, 2);
		}
		break;
	case DWC3_DEVICE_EVENT_SOF: