Re: mt9p031 based sensor and ack lockups. Ie CCDC won't become idle.

2011-11-20 Thread Andrew Tubbiolo
Hi All: I'm having fun with my new camera project that uses the mt9p031 camera. I'm getting nice raw stills, and that's great, but every 16 or so images I take I get a troublesome error. CCDC won't become idle! The message is coming from... static int ccdc_isr_buffer(struct isp_ccdc_device

Re: Regression with kernel 3.1 and bt87x?

2011-11-20 Thread Sebastian Steinhuber
Am 17.11.2011 17:29, schrieb Sebastian Steinhuber: > Hi all, > > I've got a Hauppauge WinTV pci board that used to be working until > kernel 3.1 was used; I tried 3.1.1, too, without luck. 3.0.7 is working, > with the same config as the 3.1s regarding the media parts. > > I'm compiling my customi

Re: [KS workshop follow-up] multiple sensor contexts

2011-11-20 Thread Sakari Ailus
Hi Guennadi, On Mon, Nov 07, 2011 at 05:17:23PM +0100, Guennadi Liakhovetski wrote: > Hi all > > At the V4L/DVB workshop in Prague a couple of weeks ago possible merits of > supporting multiple camera sensor contexts have been discussed. Such > contexts are often promoted by camera manufacturer

Re: [PATCH 1/8] [media] dvb: Allow select between DVB-C Annex A and Annex C

2011-11-20 Thread Rémi Denis-Courmont
Le dimanche 20 novembre 2011 16:56:11 Mauro Carvalho Chehab, vous avez écrit : > DVB-C, as defined by ITU-T J.83 has 3 annexes. The differences between > Annex A and Annex C is that Annex C uses a subset of the modulation > types, and uses a different rolloff factor. A different rolloff means > tha

cron job: media_tree daily build: ERRORS

2011-11-20 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sun Nov 20 19:00:19 CET 2011 git hash:e9eb0dadba932940f721f9d27544a7818b2fa1c5 gcc version: i686-linux-gcc (GCC

[PATCH] Update dvb-t scan frequencies for uk-Oxford, following digital switchover

2011-11-20 Thread Nick Burch
Hi All The scan channels file in dvb-apps/util/scan/dvb-t/uk-Oxford needs to be updated with the new frequencies for Oxford, UK, following the digital switchover here that happend a short time ago. Based on some public information, w_scan and some trial+error, I believe the patch below will

Re: [PATCH resent] Fix logic in sanity check

2011-11-20 Thread Sylwester Nawrocki
Hi, On 11/04/2011 10:16 AM, Sylwester Nawrocki wrote: > On 10/15/2011 11:38 PM, Thomas Jarosch wrote: >> Detected by "cppcheck". >> >> This time with "Signed-off-by" line. When a note like this is added, not suitable for the changelog, it should be placed after your SOB line, and below a line con

[PATCH] [media] omap3isp: fix compilation of ispvideo.c

2011-11-20 Thread Dmitry Artamonow
Fix following build error by explicitely including header file. CC drivers/media/video/omap3isp/ispvideo.o drivers/media/video/omap3isp/ispvideo.c:1267: error: 'THIS_MODULE' undeclared here (not in a function) make[4]: *** [drivers/media/video/omap3isp/ispvideo.o] Error 1 make[3]: *** [dr

Re: [PATCH] initial support for HAUPPAUGE HVR-930C again...

2011-11-20 Thread Mauro Carvalho Chehab
Em 20-11-2011 13:00, Eddi De Pieri escreveu: > Attached the patch for for get_firmware Thanks! Could you please sign it? > > Regards, > > Eddi > > On Sun, Nov 20, 2011 at 1:57 PM, Mauro Carvalho Chehab > wrote: >> Em 19-11-2011 13:37, Eddi De Pieri escreveu: >>> With this patch I try again t

Re: [PATCH] initial support for HAUPPAUGE HVR-930C again...

2011-11-20 Thread Eddi De Pieri
Attached the patch for for get_firmware Regards, Eddi On Sun, Nov 20, 2011 at 1:57 PM, Mauro Carvalho Chehab wrote: > Em 19-11-2011 13:37, Eddi De Pieri escreveu: >> With this patch I try again to add initial support for HVR930C. >> >> Tested only DVB-T, since in Italy Analog service is stopped

[PATCH 4/8] [media] xc5000: Add support for get_if_frequency

2011-11-20 Thread Mauro Carvalho Chehab
This is needed for devices with DRX-K and xc5000. Tested with a HVR 930C hardware. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/xc5000.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media

[PATCH 8/8] [media] em28xx: Add IR support for HVR-930C

2011-11-20 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- drivers/media/rc/keymaps/rc-hauppauge.c | 51 + drivers/media/video/em28xx/em28xx-cards.c |1 + 2 files changed, 52 insertions(+), 0 deletions(-) diff --git a/drivers/media/rc/keymaps/rc-hauppauge.c b/drivers/media/rc/

[PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-11-20 Thread Mauro Carvalho Chehab
From: Eddi De Pieri With this patch I try again to add initial support for HVR930C. Tested only DVB-T, since in Italy Analog service is stopped. Actually "scan -a0 -f1", find only about 50 channel while 400 should be available. [mche...@redhat.com: Tested with DVB-C and fixed a few whitespace

[PATCH 6/8] [media] em28xx: Fix CodingStyle issues introduced by changeset 82e7dbb

2011-11-20 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/drxk_hard.c |2 +- drivers/media/video/em28xx/em28xx-cards.c | 17 + drivers/media/video/em28xx/em28xx-dvb.c | 57 +++-- 3 files changed, 32 insertions(+), 44 deletions(-) diff --git

[PATCH 7/8] [media] em28xx: Add IR support for em2884

2011-11-20 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/em28xx/em28xx-input.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/em28xx/em28xx-input.c b/drivers/media/video/em28xx/em28xx-input.c index 679da48..2630b26 100644 --- a/drivers/medi

[PATCH 3/8] [media] em28xx: Fix some Terratec entries (H5 and XS)

2011-11-20 Thread Mauro Carvalho Chehab
As reported by Andreas Oberritter , changeset 33ba28eebc3e1758e6adc1fcec9e1e3151bac453 did the wrong thing. Fix it to properly reflect the entries for Terratec H5 revs 1 and 2, and restore Terratec XS entry. Signed-off-by: Mauro Carvalho Chehab --- Documentation/video4linux/CARDLIST.em28xx |

[PATCH 2/8] [media] Properly implement ITU-T J.88 Annex C support

2011-11-20 Thread Mauro Carvalho Chehab
The Annex C support were broken with the previous implementation, as, at xc5000 and tda18271c2dd, it were choosing the wrong bandwidth for some symbol rates. At DRX-J, it were always selecting Annex A, even having Annex C support coded there. Signed-off-by: Mauro Carvalho Chehab --- drivers/med

[PATCH 1/8] [media] dvb: Allow select between DVB-C Annex A and Annex C

2011-11-20 Thread Mauro Carvalho Chehab
DVB-C, as defined by ITU-T J.83 has 3 annexes. The differences between Annex A and Annex C is that Annex C uses a subset of the modulation types, and uses a different rolloff factor. A different rolloff means that the bandwidth required is slicely different, and may affect the saw filter configurat

Re: Leadtek PxDVR3200H and mythbuntu 11.04/11.10

2011-11-20 Thread Istvan Varga
On 11/20/2011 02:30 AM, john wrote: I have tried downloading clean v4l repositories and trying to patch for xc4000 but I can't get it to compile. XC4000 support is included in the V4L repositories starting from staging/for_v3.1, if you have recent sources, then no patching is needed. As well

Re: [PATCH] initial support for HAUPPAUGE HVR-930C again...

2011-11-20 Thread Mauro Carvalho Chehab
Em 19-11-2011 13:37, Eddi De Pieri escreveu: > With this patch I try again to add initial support for HVR930C. > > Tested only DVB-T, since in Italy Analog service is stopped. > > Actually "scan -a0 -f1", find only about 50 channel while 400 should > be available. > > Signed-off-by: Eddi De Pier

Re: [PATCH v3 1/3] fbdev: Add FOURCC-based format configuration API

2011-11-20 Thread Laurent Pinchart
Hi Florian, On Sunday 20 November 2011 03:00:33 Florian Tobias Schandinat wrote: > Hi Laurent, > > On 08/31/2011 11:18 AM, Laurent Pinchart wrote: > > This API will be used to support YUV frame buffer formats in a standard > > way. > > looks like the union is causing problems. With this patch ap

Re: [PATCH v2] [media] gspca: replaced static allocation by video_device_alloc/video_device_release

2011-11-20 Thread Hans de Goede
Hi, On 11/19/2011 10:46 PM, Ezequiel wrote: Pushed video_device initialization into a separate function. Replace static allocation of struct video_device by video_device_alloc/video_device_release usage. NACK again! There is no reason to do this, it just makes the code more complicated withou