Re: [RFC] v4l2_subdev_ir_ops

2009-08-24 Thread Hans Verkuil
On Monday 24 August 2009 02:05:06 Mauro Carvalho Chehab wrote: > Em Sun, 23 Aug 2009 21:16:36 +0200 > > Hans Verkuil escreveu: > > On Sunday 23 August 2009 20:00:00 Mauro Carvalho Chehab wrote: > > > Em Sat, 22 Aug 2009 17:27:50 -0400 > > > > > > Andy Walls escreveu: > > > > > The more important

Re: [RFC] v4l2_subdev_ir_ops

2009-08-23 Thread Mauro Carvalho Chehab
Em Sun, 23 Aug 2009 21:16:36 +0200 Hans Verkuil escreveu: > On Sunday 23 August 2009 20:00:00 Mauro Carvalho Chehab wrote: > > Em Sat, 22 Aug 2009 17:27:50 -0400 > > > > Andy Walls escreveu: > > > > The more important one is what kind of IR interfaces a V4L2 device > > > > will open to lirc. > >

Re: [RFC] v4l2_subdev_ir_ops

2009-08-23 Thread Hans Verkuil
On Sunday 23 August 2009 20:00:00 Mauro Carvalho Chehab wrote: > Em Sat, 22 Aug 2009 17:27:50 -0400 > > Andy Walls escreveu: > > > The more important one is what kind of IR interfaces a V4L2 device > > > will open to lirc. > > > > I was thinking a lirc-v4l2-subdev plugin for lirc-dev. If the > >

Re: [RFC] v4l2_subdev_ir_ops

2009-08-23 Thread Mauro Carvalho Chehab
Em Sat, 22 Aug 2009 17:27:50 -0400 Andy Walls escreveu: > Right, so we have several type of IR devices, and the v4l2_subdev_ir_ops > interface needs to accomadte all of them eventually - in a way that > makes sense. > > Just to reiterate what you said (to make sure I understand), the IR > receiv

Re: [RFC] v4l2_subdev_ir_ops

2009-08-22 Thread Andy Walls
On Sat, 2009-08-22 at 10:47 -0400, Andy Walls wrote: > On Sat, 2009-08-22 at 09:42 +0200, Hans Verkuil wrote: > > On Saturday 22 August 2009 04:09:00 Andy Walls wrote: > > > In the course of implementing code to run the Consumer IR circuitry in > > > the CX2584[0123] chip and similar cores, I need

Re: [RFC] v4l2_subdev_ir_ops

2009-08-22 Thread Andy Walls
On Sat, 2009-08-22 at 13:04 -0300, Mauro Carvalho Chehab wrote: > Em Fri, 21 Aug 2009 22:09:00 -0400 > Andy Walls escreveu: > > > In the course of implementing code to run the Consumer IR circuitry in > > the CX2584[0123] chip and similar cores, I need to add > > v4l2_subdev_ir_ops for manipulati

Re: [RFC] v4l2_subdev_ir_ops

2009-08-22 Thread Mauro Carvalho Chehab
Em Fri, 21 Aug 2009 22:09:00 -0400 Andy Walls escreveu: > In the course of implementing code to run the Consumer IR circuitry in > the CX2584[0123] chip and similar cores, I need to add > v4l2_subdev_ir_ops for manipulating the device and fetch and send data. > > In line below is a proposal at w

Re: [RFC] v4l2_subdev_ir_ops

2009-08-22 Thread Andy Walls
On Sat, 2009-08-22 at 09:42 +0200, Hans Verkuil wrote: > On Saturday 22 August 2009 04:09:00 Andy Walls wrote: > > In the course of implementing code to run the Consumer IR circuitry in > > the CX2584[0123] chip and similar cores, I need to add > > v4l2_subdev_ir_ops for manipulating the device and

Re: [RFC] v4l2_subdev_ir_ops

2009-08-22 Thread Hans Verkuil
On Saturday 22 August 2009 04:09:00 Andy Walls wrote: > In the course of implementing code to run the Consumer IR circuitry in > the CX2584[0123] chip and similar cores, I need to add > v4l2_subdev_ir_ops for manipulating the device and fetch and send data. > > In line below is a proposal at what I

[RFC] v4l2_subdev_ir_ops

2009-08-21 Thread Andy Walls
In the course of implementing code to run the Consumer IR circuitry in the CX2584[0123] chip and similar cores, I need to add v4l2_subdev_ir_ops for manipulating the device and fetch and send data. In line below is a proposal at what I think those subdev ops might be. Feel free to take shots at it