Re: RFC: add parameters to V4L controls

2013-01-12 Thread Sakari Ailus
Hi Andrzej, Andrzej Hajda wrote: > Hi, > > I have included this proposition already in the post "[PATCH RFC 0/2] > V4L: Add auto focus area control and selection" but it left unanswered. > I repost it again in a separate e-mail, I hope this way it will be > easier to attract attention. > > Probl

cron job: media_tree daily build: ERRORS

2013-01-12 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:Sat Jan 12 19:00:17 CET 2013 git hash:3151d14aa6e983aa36d51a80d0477859f9ba12af gcc version: i686-linux-gcc (GCC

Re: af9035 test needed!

2013-01-12 Thread Jose Alberto Reguero
On Sábado, 12 de enero de 2013 01:49:21 Antti Palosaari escribió: > On 01/12/2013 01:45 AM, Jose Alberto Reguero wrote: > > On Viernes, 11 de enero de 2013 20:38:01 Antti Palosaari escribió: > >> Hello Jose and Gianluca > >> > >> Could you test that (tda18218 & mxl5007t): > >> http://git.linuxtv.o

[RFC PATCH] saa7134: Add AverMedia Satelllite Hybrid+FM A706 (and FM radio problems)

2013-01-12 Thread Ondrej Zary
Hello, this patch adds support for AverMedia Satelllite Hybrid+FM A706 cards to saa7134 driver. This card needs i2c gate in tda8290 to be disabled (as all I2C devices are connected to single bus) so this patch also includes tda8290 driver modification to allow this (will be posted separately in

Re: [PATCH] em28xx: return -ENOTTY for tuner + frequency + VBI-format ioctls if the device is a webcam

2013-01-12 Thread Frank Schäfer
Am 12.01.2013 18:51, schrieb Frank Schäfer: > Signed-off-by: Frank Schäfer > --- > drivers/media/usb/em28xx/em28xx-video.c | 14 ++ > 1 Datei geändert, 14 Zeilen hinzugefügt(+) > > diff --git a/drivers/media/usb/em28xx/em28xx-video.c > b/drivers/media/usb/em28xx/em28xx-video.c > in

[PATCH] em28xx: return -ENOTTY for tuner + frequency + VBI-format ioctls if the device is a webcam

2013-01-12 Thread Frank Schäfer
Signed-off-by: Frank Schäfer --- drivers/media/usb/em28xx/em28xx-video.c | 14 ++ 1 Datei geändert, 14 Zeilen hinzugefügt(+) diff --git a/drivers/media/usb/em28xx/em28xx-video.c b/drivers/media/usb/em28xx/em28xx-video.c index 2eabf2a..1d1ef68 100644 --- a/drivers/media/usb/em28xx/

Re: [PATCH 01/23] uvc: Replace memcpy with struct assignment

2013-01-12 Thread Ezequiel Garcia
On Wed, Jan 9, 2013 at 9:19 PM, Laurent Pinchart wrote: > Hi Ezequiel, > > On Thursday 27 December 2012 21:49:37 Mauro Carvalho Chehab wrote: >> Em Thu, 27 Dec 2012 18:12:46 -0300 Ezequiel Garcia escreveu: >> > On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia wrote: >> > > This kind of memcpy() is

Re: [PATCH 3/3] [media] iguanair: intermittent initialization failure

2013-01-12 Thread Sean Young
On Sun, Jan 06, 2013 at 05:19:45PM +, Sean Young wrote: > Sometimes the first version request is sent before the device has fully > initialized. This seems to happen on some hardware during boot when the > iguanair is plugged into a root hub. > > Signed-off-by: Sean Young Mauro, please ignor