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

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

Merge "usb: gadget: f_gps: Clear is_suspended flag on disable"

parents bb01b8df a1130e0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -433,6 +433,7 @@ static void gps_disable(struct usb_function *f)

	usb_ep_disable(dev->notify);
	dev->notify->driver_data = NULL;
	dev->is_suspended = false;

	atomic_set(&dev->online, 0);