RE: [PATCH 1/2] USB gadget: video class function driver

2010-05-03 Thread Viral Mehta
Hi, >>> Do you have a pointer to that patch? I'll take it into my usb tree for >>> now, to keep things building, and let Mauro send it to Linus for >>> merging. >> >> Sure >> >> https://patchwork.kernel.org/patch/96373/ >> >> But please note it requires the V4L2 events patch set from Mauro's linux

Re: [PATCH 1/2] USB gadget: video class function driver

2010-05-03 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: > Hi Greg, > > On Monday 03 May 2010 19:15:48 Greg KH wrote: >> On Mon, May 03, 2010 at 02:29:57PM +0200, Laurent Pinchart wrote: >>> On Monday 03 May 2010 13:14:11 Viral Mehta wrote: Hi, > This USB video class function driver implements a video capture device

Re: [PATCH 1/2] USB gadget: video class function driver

2010-05-03 Thread Laurent Pinchart
Hi Greg, On Monday 03 May 2010 19:15:48 Greg KH wrote: > On Mon, May 03, 2010 at 02:29:57PM +0200, Laurent Pinchart wrote: > > On Monday 03 May 2010 13:14:11 Viral Mehta wrote: > > > Hi, > > > > > > >This USB video class function driver implements a video capture device > > > >from the host's poi

Re: [PATCH 1/2] USB gadget: video class function driver

2010-05-03 Thread Greg KH
On Mon, May 03, 2010 at 02:29:57PM +0200, Laurent Pinchart wrote: > Hi Viral, > > On Monday 03 May 2010 13:14:11 Viral Mehta wrote: > > Hi, > > > > >This USB video class function driver implements a video capture device > > >from the host's point of view. It creates a V4L2 output device on the >

Re: [PATCH 1/2] USB gadget: video class function driver

2010-05-03 Thread Laurent Pinchart
Hi Viral, On Monday 03 May 2010 13:14:11 Viral Mehta wrote: > Hi, > > >This USB video class function driver implements a video capture device > >from the host's point of view. It creates a V4L2 output device on the > >gadget's side to transfer data from a userspace application over USB. > > > >Th

RE: [PATCH 1/2] USB gadget: video class function driver

2010-05-03 Thread Viral Mehta
Hi, >This USB video class function driver implements a video capture device from the >host's point of view. It creates a V4L2 output device on the gadget's side to >transfer data from a userspace application over USB. >The UVC-specific descriptors are passed by the gadget driver to the UVC >funct