Re: cron job: media_tree daily build: ERRORS

2012-03-27 Thread Hans Verkuil
On Tuesday, March 27, 2012 10:29:35 Hans Verkuil wrote: > 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:Tue Mar 27 19:00:20 CEST 2012 > git hash:296da3c

Possible fix for radio issue with bttv driver (card=24)

2012-03-27 Thread Nils Kassube
Hi, while I was testing the upcoming Kubuntu 12.04 version (kernel 3.2.0), I found that the radio mode of my TV/FM card doesn't work any longer. There is only noise and no station is tuned. Until now I used Kubuntu 10.04 with kernel 2.6.32 and radio works. This is a rather old card (~10 years) det

cron job: media_tree daily build: ERRORS

2012-03-27 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:Tue Mar 27 19:00:20 CEST 2012 git hash:296da3cd14db9eb5606924962b2956c9c656dbb0 gcc version: i686-linux-gcc (GC

update to file fr-Paris for DVB-T

2012-03-27 Thread EricJCh.Aubert
Hello, I have updated the file fr-Paris with the frequencies valid from march 8th 2011 source http://www.tvnt.net/forum/tous-au-numerique-ile-de-france-le-8- mars-2011-mise-a-jour-le-26-02-2011-t24658.html file fr-Paris joined Rgds -- Eric Aubert ericjch.aub...@orange.fr# Paris - France - va

[PATCH] Fix compiler warning.

2012-03-27 Thread Hans Petter Selasky
>From 03d309b552e01622a678b2c500f80fe59746ca12 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Tue, 27 Mar 2012 17:53:19 +0200 Subject: [PATCH] Fix compiler warning. Signed-off-by: Hans Petter Selasky --- drivers/media/dvb/dvb-core/dvb_frontend.c |2 +- 1 files changed, 1 insertion

Re: [PATCH 05/10] uvcvideo: Fix a "ignoring return value of ‘__clear_user’" warning

2012-03-27 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Sunday 25 March 2012 13:56:45 Hans de Goede wrote: > Signed-off-by: Hans de Goede Acked-by: Laurent Pinchart > --- > drivers/media/video/uvc/uvc_v4l2.c |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/media/video/uvc/uvc

Re: Using MT9P031 digital sensor

2012-03-27 Thread jean-philippe francois
Le 26 mars 2012 18:32, Gary Thomas a écrit : > On 2012-03-26 09:37, Joshua Hintze wrote: >> >> Gary, >> >> I'm using linux branch from 2.6.39 >> >> Fetch URL: git://www.sakoman.com/git/linux-omap-2.6 >> branch: omap-2.6.39 >> >> I'm using an overo board so I figured I should follow Steve Sakoman's

Re : AverTV Volar HD PRO : a return case.

2012-03-27 Thread Gianluca Gennari
Il 26/03/2012 23:35, Sril ha scritto: > Hi, > > Ianswer to mysel to say that I finally have a "working" 07ca:a835 under > 3.0.26 kernel with xgazza_af9035 patch. > The one for 3.2.x crash part of kernel and I still have I2C regs that can not > be read. > > So, what tools must do I work on : pat

[PATCH for v3.4] Add missing slab.h to radio-rtrack2.c

2012-03-27 Thread Hans Verkuil
Missed this one, this patch should solve this issue: http://www.spinics.net/lists/linux-media/msg45880.html Slab.h was added to all the other isa drivers, but not radio-rtrack2.c. Subject: [PATCH] radio-rtrack2: add missing slab.h. Signed-off-by: Hans Verkuil --- drivers/media/radio/radio-rtr

[PATCH] uvcvideo: Fix race-related crash in uvc_video_clock_update()

2012-03-27 Thread Laurent Pinchart
The driver frees the clock samples buffer before stopping the video buffers queue. If a DQBUF call arrives in-between, uvc_video_clock_update() will be called with a NULL clock samples buffer, leading to a crash. Move clock initialization/cleanup to uvc_video_enable() in order to free the clock sa