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

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

Merge "usb: Disable hsic device autosuspend"

parents 4ea2de3e f6018105
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -712,6 +712,9 @@ ksb_usb_probe(struct usb_interface *ifc, const struct usb_device_id *id)
		usb_enable_autosuspend(ksb->udev);
	}

	/* disable interface suspend */
	usb_autopm_get_interface(ifc);

	dev_dbg(&udev->dev, "usb dev connected");

	return 0;