[PATCH] uvc: Enable USB autosuspend by default on uvcvideo

2010-09-16 Thread Matthew Garrett
We've been doing this for a while in Fedora without any complaints. Signed-off-by: Matthew Garrett m...@redhat.com --- drivers/media/video/uvc/uvc_driver.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/uvc/uvc_driver.c

Re: [PATCH] uvc: Enable USB autosuspend by default on uvcvideo

2010-09-16 Thread Greg KH
On Thu, Sep 16, 2010 at 02:00:04PM -0400, Matthew Garrett wrote: We've been doing this for a while in Fedora without any complaints. No complaints probably, but does it actually do anything? Last time I measured, it didn't, but that was in the .31 kernel days. thanks, greg k-h -- To

Re: [PATCH] uvc: Enable USB autosuspend by default on uvcvideo

2010-09-16 Thread Matthew Garrett
On Thu, Sep 16, 2010 at 11:45:30AM -0700, Greg KH wrote: On Thu, Sep 16, 2010 at 02:00:04PM -0400, Matthew Garrett wrote: We've been doing this for a while in Fedora without any complaints. No complaints probably, but does it actually do anything? Last time I measured, it didn't, but that

Re: [PATCH] uvc: Enable USB autosuspend by default on uvcvideo

2010-09-16 Thread Greg KH
On Thu, Sep 16, 2010 at 07:53:18PM +0100, Matthew Garrett wrote: On Thu, Sep 16, 2010 at 11:45:30AM -0700, Greg KH wrote: On Thu, Sep 16, 2010 at 02:00:04PM -0400, Matthew Garrett wrote: We've been doing this for a while in Fedora without any complaints. No complaints probably, but does

Re: [PATCH] uvc: Enable USB autosuspend by default on uvcvideo

2010-09-16 Thread Laurent Pinchart
Hi Matthew, Thanks for the patch. On Thursday 16 September 2010 20:00:04 Matthew Garrett wrote: We've been doing this for a while in Fedora without any complaints. I'll trust you on that. If users start complaining I'll tell them who to blame ;-) Signed-off-by: Matthew Garrett