IR code autorepeat issue?

2010-08-29 Thread Anton Blanchard
I'm seeing double IR events on 2.6.36-rc2 and a DViCO FusionHDTV DVB-T Dual Express. I enabled some debug and it looks like we are only getting one IR event from the device as expected: [ 1351.032084] ir_keydown: i2c IR (FusionHDTV): key down event, key 0x0067, scancode 0x0051 [ 1351.281284]

Re: [PATCH 4/4] mx2_camera: implement forced termination of active buffer for mx25

2010-08-29 Thread Baruch Siach
Hi Guennadi, On Fri, Aug 27, 2010 at 11:07:31AM +0200, Guennadi Liakhovetski wrote: On Tue, 27 Jul 2010, Baruch Siach wrote: This allows userspace to terminate a capture without waiting for the current frame to complete. This is an improvement, not a fix, right? Without this patch the

[PATCH 1/2] v4l: add subdev pool

2010-08-29 Thread Tomasz Stanislawski
The new functionality to v4l2_subdev API is introduced. The drivers are allowed to register their V4L2 subdevs into the subdev pool. The subdev can be later accessed by its name. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH 2/2] v4l: crossbar: add CrossBar driver

2010-08-29 Thread Tomasz Stanislawski
The CrossBar driver allows to use one sensor by multiple consumers. The CrossBar splits a single sensor V4L2 subdev into multiple subdevs, which are registered into subdev pool. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

Re: IR code autorepeat issue?

2010-08-29 Thread Mauro Carvalho Chehab
Em 29-08-2010 03:40, Anton Blanchard escreveu: I'm seeing double IR events on 2.6.36-rc2 and a DViCO FusionHDTV DVB-T Dual Express. I enabled some debug and it looks like we are only getting one IR event from the device as expected: [ 1351.032084] ir_keydown: i2c IR (FusionHDTV): key down

Re: [PATCH v2 11/11] mt9m111: make use of testpattern

2010-08-29 Thread Robert Jarzmik
Michael Grzeschik m.grzesc...@pengutronix.de writes: Signed-off-by: Philipp Wiesner p.wies...@phytec.de Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de I would require a small change here. I am using the testpattern for non regression tests. This change implies that the test

Kernel hangs after suspend to ram

2010-08-29 Thread Andrea Amorosi
Hi to all! I'm trying to use my Dikom DK-300 usb dvb-t device connected to an old laptop used as media player. The device works well but if I suspend to ram the pc when it is plugged in, the system hangs when I try to resume it. So I've tryed to create two script to remove the driver before

Re: [PATCH v2 11/11] mt9m111: make use of testpattern

2010-08-29 Thread Guennadi Liakhovetski
On Sun, 29 Aug 2010, Robert Jarzmik wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: Signed-off-by: Philipp Wiesner p.wies...@phytec.de Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de I would require a small change here. I am using the testpattern for non

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-08-29 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Aug 29 19:00:12 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15138:a4c762698bcb git master:

Re: [PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-08-29 Thread Robert Jarzmik
Guennadi Liakhovetski g.liakhovet...@gmx.de writes: Robert, I'll need your ack / tested by on this one too. It actually changes behaviour, for example, it sets MT9M111_OUTFMT_FLIP_BAYER_ROW in the OUTPUT_FORMAT_CTRL register for the V4L2_MBUS_FMT_SBGGR8_1X8 8 bit Bayer format. Maybe other

Re: [PATCH v2 00/11] MT9M111/MT9M131

2010-08-29 Thread Robert Jarzmik
Guennadi Liakhovetski g.liakhovet...@gmx.de writes: On Tue, 17 Aug 2010, Michael Grzeschik wrote: Hi Robert, Guennadi, after the messed up previous patchseries, this v2 series is left without any feedback. Hopefully not forgotten. :-) No, it is not forgotten, please, give me some more

Re: IR code autorepeat issue?

2010-08-29 Thread Andy Walls
How about a keycode sensitive repeat delay? A short delay for vol+/-, ch+/-, etc. A medium delay for digits, fast forward, rewind, pause, play, stop, etc. A long delay for power, mute, etc. Regards, Andy Mauro Carvalho Chehab mche...@infradead.org wrote: Em 29-08-2010 03:40, Anton Blanchard