Re: [PATCH] uvcvideo: add SetInterface(0) in .reset_resume handler

2011-08-01 Thread Laurent Pinchart
Hi Ming, On Monday 01 August 2011 02:56:59 Ming Lei wrote: On Sun, Jul 31, 2011 at 11:38 PM, Laurent Pinchart wrote: Hi Ming, Thanks for the patch. I've queued it for v3.2 with a small modification (the usb_set_interface() call has been moved to uvc_video.c). Thanks for queuing it.

Re: [PATCH] uvcvideo: add SetInterface(0) in .reset_resume handler

2011-08-01 Thread Mauro Carvalho Chehab
Em 01-08-2011 08:26, Laurent Pinchart escreveu: Hi Ming, On Monday 01 August 2011 02:56:59 Ming Lei wrote: On Sun, Jul 31, 2011 at 11:38 PM, Laurent Pinchart wrote: Hi Ming, Thanks for the patch. I've queued it for v3.2 with a small modification (the usb_set_interface() call has been

Re: [PATCH] uvcvideo: add SetInterface(0) in .reset_resume handler

2011-07-31 Thread Ming Lei
Hi, On Sun, Jul 31, 2011 at 11:38 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Ming, Thanks for the patch. I've queued it for v3.2 with a small modification (the usb_set_interface() call has been moved to uvc_video.c). Thanks for queuing it. Considered it is a fix patch,

[PATCH] uvcvideo: add SetInterface(0) in .reset_resume handler

2011-07-15 Thread Ming Lei
As commented in uvc_video_init, /* Alternate setting 0 should be the default, yet the XBox Live Vision * Cam (and possibly other devices) crash or otherwise misbehave if * they don't receive a SET_INTERFACE request before any other video * control request.