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

Commit 3dae8b41 authored by Matthew Garrett's avatar Matthew Garrett Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: uvc: Enable USB autosuspend by default on uvcvideo



We've been doing this for a while in Fedora without any complaints.

Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent bfc3d57f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1820,6 +1820,7 @@ static int uvc_probe(struct usb_interface *intf,
	}

	uvc_trace(UVC_TRACE_PROBE, "UVC device initialized.\n");
	usb_enable_autosuspend(udev);
	return 0;

error: