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

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

Merge "usb: core: Add 20ms of resume signalling while resuming usb device"

parents 9ace5428 d7407529
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3568,7 +3568,6 @@ int usb_port_resume(struct usb_device *udev, pm_message_t msg)
		/* drive resume for USB_RESUME_TIMEOUT msec */
		dev_dbg(&udev->dev, "usb %sresume\n",
				(PMSG_IS_AUTO(msg) ? "auto-" : ""));
		if (udev->parent != udev->bus->root_hub)
		usleep_range(USB_RESUME_TIMEOUT * 1000,
				(USB_RESUME_TIMEOUT + 1) * 1000);