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

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

Merge "usb: dwc3: gadget: Clear run/stop irrespective of softconnect"

parents 2e47fe90 4c657c1a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2414,8 +2414,6 @@ static int dwc3_gadget_vbus_session(struct usb_gadget *_gadget, int is_active)
			 * signaled by the gadget driver.
			 */
			ret = dwc3_gadget_run_stop(dwc, 1, false);
		} else {
			ret = dwc3_gadget_run_stop(dwc, 0, false);
		}
	}

@@ -2424,6 +2422,7 @@ static int dwc3_gadget_vbus_session(struct usb_gadget *_gadget, int is_active)
	 * Make sure to let gadget driver know in that case.
	 */
	if (!dwc->vbus_active) {
		ret = dwc3_gadget_run_stop(dwc, 0, false);
		dev_dbg(dwc->dev, "calling disconnect from %s\n", __func__);
		dwc3_gadget_disconnect_interrupt(dwc);
	}