mirror of https://gitee.com/openkylin/linux.git
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: Matthew Garrett <mjg@redhat.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
bfc3d57ff7
commit
3dae8b41dc
|
@ -1820,6 +1820,7 @@ static int uvc_probe(struct usb_interface *intf,
|
||||||
}
|
}
|
||||||
|
|
||||||
uvc_trace(UVC_TRACE_PROBE, "UVC device initialized.\n");
|
uvc_trace(UVC_TRACE_PROBE, "UVC device initialized.\n");
|
||||||
|
usb_enable_autosuspend(udev);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Reference in New Issue