public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert "V4L/DVB: uvc: Enable USB autosuspend by default on uvcvideo"
@ 2013-04-24  7:57 adam.lee
  2013-04-24  9:17 ` Laurent Pinchart
  0 siblings, 1 reply; 7+ messages in thread
From: adam.lee @ 2013-04-24  7:57 UTC (permalink / raw)
  To: linux-kernel
  Cc: Laurent Pinchart, Matthew Garrett, Mauro Carvalho Chehab,
	Adam Lee, open list:USB VIDEO CLASS

From: Adam Lee <adam.lee@canonical.com>

This reverts commit 3dae8b41dc5651f8eb22cf310e8b116480ba25b7.

1, I do have a Chicony webcam, implements autosuspend in a broken way,
make `poweroff` performs rebooting when its autosuspend enabled.

2, There are other webcams which don't support autosuspend too, like
https://patchwork.kernel.org/patch/2356141/

3, kernel removed USB_QUIRK_NO_AUTOSUSPEND in
a691efa9888e71232dfb4088fb8a8304ffc7b0f9, because autosuspend is
disabled by default.

So, we need to disable autosuspend in uvcvideo, maintaining a quirk list
only for uvcvideo is not a good idea.

Signed-off-by: Adam Lee <adam.lee@canonical.com>
---
 drivers/media/usb/uvc/uvc_driver.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index 5dbefa6..8556f7c 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -1914,7 +1914,6 @@ static int uvc_probe(struct usb_interface *intf,
 	}
 
 	uvc_trace(UVC_TRACE_PROBE, "UVC device initialized.\n");
-	usb_enable_autosuspend(udev);
 	return 0;
 
 error:
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-09-30 14:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24  7:57 [PATCH] Revert "V4L/DVB: uvc: Enable USB autosuspend by default on uvcvideo" adam.lee
2013-04-24  9:17 ` Laurent Pinchart
2013-04-25  6:33   ` Adam Lee
2013-06-13  9:56     ` Adam Lee
2013-09-24 11:34       ` Laurent Pinchart
2013-09-24 15:58         ` VDR User
     [not found]         ` <CAA7C2qi_1yYeSYbRBFhaLLwEmFf0k4G52jwvXVk0yLpNFFPCJA@mail.gmail.com>
2013-09-30 14:49           ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox