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 wrote: >Em 29-08-2010 03:40, Anton Blanchard escreveu: >> >> I'm see

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

2010-08-29 Thread Robert Jarzmik
Guennadi Liakhovetski 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 time. Hi,

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

2010-08-29 Thread Robert Jarzmik
Guennadi Liakhovetski 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 things too - pleas

[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 11/11] mt9m111: make use of testpattern

2010-08-29 Thread Guennadi Liakhovetski
On Sun, 29 Aug 2010, Robert Jarzmik wrote: > Michael Grzeschik writes: > > > Signed-off-by: Philipp Wiesner > > Signed-off-by: Michael Grzeschik > > I would require a small change here. > > I am using the testpattern for non regression tests. This change implies that > the test pattern can o

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 sleepin

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

2010-08-29 Thread Robert Jarzmik
Michael Grzeschik writes: > Signed-off-by: Philipp Wiesner > Signed-off-by: Michael Grzeschik I would require a small change here. I am using the testpattern for non regression tests. This change implies that the test pattern can only be set up by module parameters, and blocks the usage throu

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

[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 Signed-off-by: Kyungmin Park Reviewed-by: Michal Nazarewicz --- Documentation/vid

[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 Signed-off-by: Kyungmin Park Reviewed-by: Michal Nazarewicz --- drivers/media/vi

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 pa