Re: Remote that breaks current system

2010-08-16 Thread Jarod Wilson
On Mon, Aug 16, 2010 at 11:30 PM, Mauro Carvalho Chehab wrote: > Em 16-08-2010 21:14, Jarod Wilson escreveu: > >>> Just one minor nitpick. >>> You could 'use' the original RC5 decoder, but add a knob to it to make >>> it accept 15 bits instead of 14. >>> However, this will require some interface c

Re: Remote that breaks current system

2010-08-16 Thread Mauro Carvalho Chehab
Em 16-08-2010 21:14, Jarod Wilson escreveu: >> Just one minor nitpick. >> You could 'use' the original RC5 decoder, but add a knob to it to make >> it accept 15 bits instead of 14. >> However, this will require some interface changes. > > Well, I think that still falls down if someone, for some r

Re: patch for lifeview hybrid mini

2010-08-16 Thread hermann pitton
Hi, Am Sonntag, den 15.08.2010, 07:20 +0200 schrieb tomloh...@gmail.com: > Hi, > > the proposed patch is 6 month old and the owner of the card does not > give any more sign of life for the support of the radio. > can someone review it and push it as is? > > Cheers, > > Signed-off-by: thomas ge

Re: Remote that breaks current system

2010-08-16 Thread Jarod Wilson
On Mon, Aug 16, 2010 at 4:41 PM, Maxim Levitsky wrote: > On Mon, 2010-08-16 at 00:04 -0400, Jarod Wilson wrote: >> On Thu, Aug 12, 2010 at 2:46 AM, Christoph Bartelmus >> wrote: >> ... >> >> So I spent a while beating on things the past few nights for giggles >> >> (and for a sanity break from "

strange way to make my dvb device works...

2010-08-16 Thread Alberto Segura
Hello, I use a Bestbuy easy-tv hybrid pro usb dongle as my dvb-t device based on em28xx for watching tv. I got the latest code from v4l-dvb hg repository recently (thx Douglas) and works perfectly under 2.6.35 custom kernel with firmware xc3028-v27 extracted with the perl script as wiki said

Re: Remote that breaks current system

2010-08-16 Thread Maxim Levitsky
On Mon, 2010-08-16 at 00:04 -0400, Jarod Wilson wrote: > On Thu, Aug 12, 2010 at 2:46 AM, Christoph Bartelmus > wrote: > ... > >> So I spent a while beating on things the past few nights for giggles > >> (and for a sanity break from "vacation" with too many kids...). I > >> ended up doing a rath

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-08-16 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:Mon Aug 16 19:00:22 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15067:ab433502e041 git master:

Re: CCP2 on OMAP35x

2010-08-16 Thread Laurent Pinchart
Hi Michael, On Monday 16 August 2010 17:38:43 Michael Jones wrote: > Hi Laurent, > > I'm working on a sensor driver with a parallel interface to the ISP. In my > OMAP35x TRM (spruf98h.pdf), I only find 2 occurrences of "CCP2", with no > discussion or description, whereas in the ISP sources on om

[PATCH 11/16] drivers/media/video: Use available error codes

2010-08-16 Thread Julia Lawall
From: Julia Lawall Error codes are stored in rc, but the return value is always 0. Return rc instead. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r@ local idexpression x; constant C; @@ if (...) { ... x = -C ... when != x ( return <+...x..

[PATCH 4/16] drivers/media/video/zoran: Use available error codes

2010-08-16 Thread Julia Lawall
From: Julia Lawall Error codes are stored in res, but the return value is always 0. Return res instead. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r@ local idexpression x; constant C; @@ if (...) { ... x = -C ... when != x ( return <+...x

[PATCH 6/16] drivers/media: Use available error codes

2010-08-16 Thread Julia Lawall
From: Julia Lawall In each case, error codes are stored in rc, but the return value is always 0. Return rc instead. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r@ local idexpression x; constant C; @@ if (...) { ... x = -C ... when != x ( r

[PATCH] IR/streamzap: enable functional in-kernel decoding

2010-08-16 Thread Jarod Wilson
This patch makes in-kernel decoding with the stock Streamzap PC Remote work out of the box. There are quite a few things going on in this patch, all (mostly) related to getting this working: 1) I had to enable reporting of a long space at the end of each signal, or I had weird buffering and key

CCP2 on OMAP35x

2010-08-16 Thread Michael Jones
Hi Laurent, I'm working on a sensor driver with a parallel interface to the ISP. In my OMAP35x TRM (spruf98h.pdf), I only find 2 occurrences of "CCP2", with no discussion or description, whereas in the ISP sources on omap3camera/devel I see that it is a building block of the ISP. From the sou

saa7146 and tda100123 print debug messages at an inappropriate KERN_WARNING/KERN_ERR level

2010-08-16 Thread Bjørn Mork
Hello, I do from time to time manage to hang my system in a way where IO-APIC interrupt processing halts. This is probably not related to V4L/DVB. In this situation, the saa7146 and tda10023 will of course fail (cannot blame them for that), and this failure makes them fill the console with point

[PATCH] cx23885: Use enum for board type definitions.

2010-08-16 Thread Kusanagi Kouichi
Signed-off-by: Kusanagi Kouichi --- drivers/media/video/cx23885/cx23885.h | 62 + 1 files changed, 32 insertions(+), 30 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index ed94b17..55dc282 100644 --- a/d

RE: [PATCH] mediabus: add MIPI CSI-2 pixel format codes

2010-08-16 Thread Sylwester Nawrocki
Hi Guennadi, Just reviving an ancient thread. While working on porting the camera sensor and the camera bridge drivers to Media Bus I ran into trouble while trying to translate V4L2_PIX_FMT_JPEG user fourcc to appropriate v4l2_mbus_pixelcode. I was going to change V4L2_PIX_FMT_JPEG in the old sen

Re: [RFC] [PATCH 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-08-16 Thread Marin Mitov
On Saturday, August 14, 2010 08:33:09 pm Guennadi Liakhovetski wrote: > On Fri, 13 Aug 2010, Janusz Krzysztofik wrote: > > > Friday 13 August 2010 11:11:52 Marin Mitov napisał(a): > > > On Friday, August 13, 2010 11:52:41 am Guennadi Liakhovetski wrote: > > > > On Fri, 13 Aug 2010, Janusz Krzyszto

Re: Error building v4l

2010-08-16 Thread andrea.amoros...@gmail.com
Ok! Now it works! Thank you very much, Xwang Il 16/08/2010 04:59, Douglas Schilling Landgraf ha scritto: Hello, On Sat, Aug 14, 2010 at 3:34 AM, andrea.amoros...@gmail.com wrote: Building the v4l, I obtain the following error: home/andreak/src/v4l-dvb-src/v4l-dvb-main/v4l-dvb/v4l/mceusb.c: