Re: [PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-30 Thread Mauro Carvalho Chehab
Kamil Debski wrote: > Hi Mauro, > > Mauro Carvalho Chehab wrote: >> Kamil Debski wrote: From: Hans Verkuil [mailto:hverk...@xs4all.nl] Hi Kamil! >>> Hi Hans, >>> On Monday 29 March 2010 11:53:05 Kamil Debski wrote: > Hello, > > This patch introduces new type of v4l2

RE: [PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-30 Thread Kamil Debski
Hi Mauro, Mauro Carvalho Chehab wrote: > Kamil Debski wrote: > >> From: Hans Verkuil [mailto:hverk...@xs4all.nl] > >> > >> Hi Kamil! > > > > Hi Hans, > > > >> On Monday 29 March 2010 11:53:05 Kamil Debski wrote: > >>> Hello, > >>> > >>> This patch introduces new type of v4l2 control - the binary >

Re: [PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-30 Thread Laurent Pinchart
Hi Kamil, On Tuesday 30 March 2010 14:26:00 Kamil Debski wrote: > > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > > On Monday 29 March 2010 11:53:05 Kamil Debski wrote: > > > Hello, > > > > > > This patch introduces new type of v4l2 control - the binary control. It > > > will be useful for exc

Re: [PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-30 Thread Mauro Carvalho Chehab
Kamil Debski wrote: >> From: Hans Verkuil [mailto:hverk...@xs4all.nl] >> >> Hi Kamil! > > Hi Hans, > >> On Monday 29 March 2010 11:53:05 Kamil Debski wrote: >>> Hello, >>> >>> This patch introduces new type of v4l2 control - the binary control. >> It >>> will be useful for exchanging raw binary d

RE: [PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-30 Thread Kamil Debski
> From: Hans Verkuil [mailto:hverk...@xs4all.nl] > > Hi Kamil! Hi Hans, > > On Monday 29 March 2010 11:53:05 Kamil Debski wrote: > > > > Hello, > > > > This patch introduces new type of v4l2 control - the binary control. > It > > will be useful for exchanging raw binary data between the user sp

Re: [PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-30 Thread Andy Walls
On Tue, 2010-03-30 at 10:57 +0200, Laurent Pinchart wrote: > Hi Hans, > > On Tuesday 30 March 2010 08:41:47 Hans Verkuil wrote: > > On Monday 29 March 2010 11:53:05 Kamil Debski wrote: > > > Hello, > > > > > > This patch introduces new type of v4l2 control - the binary control. It > > > will be u

Re: [PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-30 Thread Laurent Pinchart
Hi Hans, On Tuesday 30 March 2010 08:41:47 Hans Verkuil wrote: > On Monday 29 March 2010 11:53:05 Kamil Debski wrote: > > Hello, > > > > This patch introduces new type of v4l2 control - the binary control. It > > will be useful for exchanging raw binary data between the user space and > > the dri

Re: [PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-29 Thread Hans Verkuil
Hi Kamil! On Monday 29 March 2010 11:53:05 Kamil Debski wrote: > > Hello, > > This patch introduces new type of v4l2 control - the binary control. It > will be useful for exchanging raw binary data between the user space and > the driver/hardware. > > The patch is pretty small – basically it ad

[PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-29 Thread Kamil Debski
Hello, This patch introduces new type of v4l2 control - the binary control. It will be useful for exchanging raw binary data between the user space and the driver/hardware. The patch is pretty small – basically it adds a new control type. 1. Reasons to include this new type - Some devices requ