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

Commit bdc105e6 authored by Aniket Randive's avatar Aniket Randive Committed by Gerrit - the friendly Code Review server
Browse files

USB: gadget: Add a print for Boot marker KPI



Add a info print in composite_resume function. To know the exact
time when the USB device is coming out from suspend mode.

Change-Id: Ia18dfa6fb73db48df62eec3faa60edc7341b86ce
Signed-off-by: default avatarAniket Randive <arandive@codeaurora.org>
parent be1961a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2431,7 +2431,7 @@ void composite_resume(struct usb_gadget *gadget)
	/* REVISIT:  should we have config level
	 * suspend/resume callbacks?
	 */
	DBG(cdev, "resume\n");
	INFO(cdev, "USB Resume\n");
	place_marker("M - USB device is resumed");
	if (cdev->driver->resume)
		cdev->driver->resume(cdev);