Hi Robert,
On Monday 03 May 2010 10:29:17 Robert Lukassen wrote:
> > > > Both drivers act as "webcams". Robert's version exports the local
> > > > frame buffer through USB, making the "webcam" capture what's
> > > > displayed on the device. My version exposes a V4L2 interface to
> > > > userspace,
> > > Both drivers act as "webcams". Robert's version exports the local
> > > frame buffer through USB, making the "webcam" capture what's
> > > displayed on the device. My version exposes a V4L2 interface to
> > > userspace, allowing an application on the device to send
> whatever it
> > >
Hi Greg,
On Thursday 29 April 2010 05:41:11 Greg KH wrote:
> On Thu, Apr 29, 2010 at 12:52:57AM +0200, Laurent Pinchart wrote:
> > Hi everybody,
> >
> > Here's a new version of the UVC gadget driver I posted on the list some
> > time ago, rebased on 2.6.34-rc5.
> >
> > The private events API has
On Thu, Apr 29, 2010 at 09:14:03AM +0200, Laurent Pinchart wrote:
> Hi Greg,
>
> On Thursday 29 April 2010 05:41:11 Greg KH wrote:
> > On Thu, Apr 29, 2010 at 12:52:57AM +0200, Laurent Pinchart wrote:
> > > Hi everybody,
> > >
> > > Here's a new version of the UVC gadget driver I posted on the li
Hi Greg,
On Thursday 29 April 2010 09:32:10 Greg KH wrote:
> On Thu, Apr 29, 2010 at 09:14:03AM +0200, Laurent Pinchart wrote:
> > On Thursday 29 April 2010 05:41:11 Greg KH wrote:
> > > On Thu, Apr 29, 2010 at 12:52:57AM +0200, Laurent Pinchart wrote:
> > > > Hi everybody,
> > > >
> > > > Here's
On Thu, Apr 29, 2010 at 12:52:57AM +0200, Laurent Pinchart wrote:
> Hi everybody,
>
> Here's a new version of the UVC gadget driver I posted on the list some time
> ago, rebased on 2.6.34-rc5.
>
> The private events API has been replaced by the new V4L2 events API that will
> be available in 2.6.
Hi everybody,
Here's a new version of the UVC gadget driver I posted on the list some time
ago, rebased on 2.6.34-rc5.
The private events API has been replaced by the new V4L2 events API that will
be available in 2.6.34 (the code is already available in the v4l-dvb tree on
linuxtv.org, and should