Re: [RFC PATCH 2/2] Initial version of RDS Control utility Signed-off-by: Konke Radlow

2012-07-29 Thread Hans Verkuil
On Sat July 28 2012 13:11:13 Hans de Goede wrote: > Hi, > > Overall this looks good, but some of the code, for example the set/get freq > and > get/set tuner stuff seems to be a 1 on 1 copy of code from v4l2-ctrl, please > factor this out into a common file which can be shared between both > util

Re: [PATCH] Fix VIDIOC_TRY_EXT_CTRLS regression

2012-07-29 Thread Hans Verkuil
On Mon July 30 2012 03:25:58 Mauro Carvalho Chehab wrote: > Em 18-07-2012 10:34, Hans Verkuil escreveu: > > Hi all, > > > > This patch fixes an omission in the new v4l2_ioctls table: > > VIDIOC_TRY_EXT_CTRLS > > must get the INFO_FL_CTRL flag, just like all the other control related > > ioctls.

Re: [PATCH for stable] cx25821: Remove bad strcpy to read-only char*

2012-07-29 Thread Ben Hutchings
On Tue, 2012-07-24 at 13:59 -0300, Ezequiel Garcia wrote: > Hi Greg, > > This patch is already in Linus' tree and I really think it should go into > stable > as well. You will find this bug in every kernel from the moment cx25821 went > out of staging. > > I just read Documentation/stable_kernel

Re: [PATCH] Fix VIDIOC_TRY_EXT_CTRLS regression

2012-07-29 Thread Mauro Carvalho Chehab
Em 18-07-2012 10:34, Hans Verkuil escreveu: > Hi all, > > This patch fixes an omission in the new v4l2_ioctls table: > VIDIOC_TRY_EXT_CTRLS > must get the INFO_FL_CTRL flag, just like all the other control related > ioctls. > > Otherwise the ioctl core won't know it also has to check whether >

DVB-T updated initial channel list for de-Bayern

2012-07-29 Thread Christian Lohmaier
Hi *, as the list that is shipped with distros, as well as the copy in the repository is rather outdated (misses frequencies for München, Wendelstein & Nürnberg, and probably has some outdated program-listings in the comments), here's an updated copy. I did put the comments into different lines,

Re: GPIO interface between DVB sub-drivers (bridge, demod, tuner)

2012-07-29 Thread poma
On 07/20/2012 03:43 AM, Antti Palosaari wrote: > On 07/13/2012 12:07 AM, Steven Toth wrote: >> On Thu, Jul 12, 2012 at 4:49 PM, Steven Toth >> wrote: >>> Nobody understands the relationship between the bridge and the >>> sub-component as well as the bridge driver. The current interfaces are >>> li

[PATCH 2/2] [media] ngene: add support for Terratec Cynergy 2400i, Dual DVB-T

2012-07-29 Thread Patrice Chotard
[media] ngene: add support for Terratec Cynergy 2400i Dual DVB-T This code is based on ngene initial check-in (dae52d009fc950b5c209260d50fcc000f5becd3c) Signed-off-by: Patrice Chotard --- drivers/media/dvb/ngene/ngene-cards.c | 263 + 1 files changed, 263 inser

[PATCH 1/2] [media] dvb: add support for Thomson DTT7520X

2012-07-29 Thread Patrice Chotard
[media] dvb: add support for Thomson DTT7520X Add support for Thomson DTT7520X pll needed by ngene card Terratec Cynergy 2400i DT Signed-off-by: Patrice Chotard --- drivers/media/dvb/frontends/dvb-pll.c | 26 ++ drivers/media/dvb/frontends/dvb-pll.h |1 + 2 files c

cron job: media_tree daily build: ERRORS

2012-07-29 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 Jul 29 19:00:17 CEST 2012 git hash:931efdf58bd83af8d0578a6cc53421675daf6d41 gcc version: i686-linux-gcc (GC

Re: [RFC PATCH 0/2] Add support for RDS decoding

2012-07-29 Thread Gregor Jasny
Hello Konke, On 7/27/12 4:27 PM, Konke Radlow wrote: > changing the condition in the library header from >> #if __GNUC__ >= 4 >> #define LIBV4L_PUBLIC __attribute__ ((visibility("default"))) >> #else >> #define LIBV4L_PUBLIC >> #endif > > to >> #if HAVE_VISIBILITY >> #define LIBV4L_PUBLIC __att

Re: [PATCH, RESEND] ov9640: fix missing break

2012-07-29 Thread Guennadi Liakhovetski
Hi Alan On Tue, 24 Jul 2012, Alan Cox wrote: > From: Alan Cox > > Without this rev2 ends up behaving as rev3 > > Reported-by: dcb...@hotmail.com > Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=44081 > Signed-off-by: Alan Cox Thanks, I'll push this for 3.6, and will ask Mauro to p