Re: [PATCH 2/5 v2] sony-tuner: Subdev conversion from wis-sony-tuner

2010-02-14 Thread Hans Verkuil
On Sunday 14 February 2010 23:10:48 Andy Walls wrote: > On Sun, 2010-02-14 at 16:18 +0100, Hans Verkuil wrote: > > On Saturday 13 February 2010 00:17:44 Hans Verkuil wrote: > > > On Friday 12 February 2010 23:36:20 Pete Eberlein wrote: > > > > On Fri, 2010-02-12 at 22:03 +0100, Hans Verkuil wrote:

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-14 Thread hermann pitton
Am Donnerstag, den 11.02.2010, 01:58 +0100 schrieb hermann pitton: > Hi, > > Am Mittwoch, den 10.02.2010, 20:36 +0100 schrieb Jean Delvare: > > On Wed, 10 Feb 2010 16:40:03 -0200, Mauro Carvalho Chehab wrote: > > > Jean Delvare wrote: > > > > Under the assumption that saa7134_hwinit1() only touch

[PATCH] dvb: fix sparse warnings

2010-02-14 Thread Randy Dunlap
From: Randy Dunlap Fix sparse warnings in media/dvb/frontends: drivers/media/dvb/frontends/dibx000_common.c:177:13: warning: non-ANSI function declaration of function 'systime' drivers/media/dvb/frontends/dib0090.c:286:13: warning: function 'dib0090_dcc_freq' with external linkage has definiti

KWorld DVB-T 305U now working

2010-02-14 Thread Dean
My dmesg gave the following (excerpt) when I connected my KWorld 305U. em28xx #0: Identified as KWorld DVB-T 305U (card=47) em28xx #0: em28xx #0: The support for this board weren't valid yet. em28xx #0: Please send a report of having this working em28xx #0: not to V4L mailing list (and/or to oth

Re: Proposal for a V4L2 Media Controller mini-summit

2010-02-14 Thread Laurent Pinchart
Hi Hans, On Friday 12 February 2010 15:50:08 Hans Verkuil wrote: > Hi all, > > During the Linux Plumbers Conference in September 2009 I organized a > V4L-DVB mini-summit. The focus of that summit was on discussing a > framework through which we could support all the functionality that the > video

Re: videobuf and streaming I/O questions

2010-02-14 Thread Laurent Pinchart
Hi Hans, On Sunday 14 February 2010 15:26:09 Hans Verkuil wrote: > On Sunday 14 February 2010 14:41:29 Mauro Carvalho Chehab wrote: > > Hans Verkuil wrote: > > > Hi all, > > > > > > I've been investigating some problems with my qv4l2 utility and I > > > encountered some inconsistencies in the str

Re: zr364xx: Aiptek DV8800 (neo): 08ca:2062: Fails on subsequent zr364xx_open()

2010-02-14 Thread Antoine Jacquet
Hi, Someone reported similar behavior recently, and was apparently able to fix the issue by adding more delay between open/close sequences. No search tags to find it on the list, can You remember device model? Yes, this was an off-list discussion, available here: http://royale.zerezo

Re: Lost remote after kernel/v4l update cx23885 chipset

2010-02-14 Thread Mark Zimmerman
Greetings: I found this in the archives and I am having the exact same problem. Everything worked in 2.6.31. Let me know if there is any testing I could do to help solve this. -- Mark -- To unsubscribe from this list: send the line "unsubs

Re: [PATCH 2/5 v2] sony-tuner: Subdev conversion from wis-sony-tuner

2010-02-14 Thread Andy Walls
On Sun, 2010-02-14 at 16:18 +0100, Hans Verkuil wrote: > On Saturday 13 February 2010 00:17:44 Hans Verkuil wrote: > > On Friday 12 February 2010 23:36:20 Pete Eberlein wrote: > > > On Fri, 2010-02-12 at 22:03 +0100, Hans Verkuil wrote: > > > > > > > +#include > > > > > > > > > > > > The v4l2-i2c

Re: [PATCH]Add support for SMT7020 to cx88

2010-02-14 Thread Mauro Carvalho Chehab
Helmut Auer wrote: > Am 11.02.2010 22:06, schrieb Helmut Auer: >> From: Helmut Auer >> >> This patch (originally written by Dirk Herrendoerfer) adds support for the >> built-in dvb device >> of a Samsung SMT7020s (x86 based STB) to the cx88 family. >> (see http://www.linuxtv.org/pipermail/linux-d

Pull http://jusst.de/hg/v4l-dvb

2010-02-14 Thread Manu Abraham
Mauro, Please pull from http://jusst.de/hg/v4l-dvb for the following changes for the AZ6027 DVB USB DVB-S2 CI device There has been a shortage of supported CI devices. The driver provides support for the following: - Azurewave VP-6027 or AD-SB301 or some other name by which it is called. Addit

[PATCH] V4L: dvb-usb, add extra sync to down-up input events

2010-02-14 Thread Jiri Slaby
Userspace is allowed to coalesce events between SYNCs. And since the code emits UP right after DOWN for the same key, it may be missed (up+down=nothing). Add an extra sync in between UP and DOWN events to disable the coalesce. Signed-off-by: Jiri Slaby Cc: Dmitry Torokhov Cc: Mauro Carvalho Cheh

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

2010-02-14 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:Sun Feb 14 19:00:12 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14198:14021dfc00f3 gcc version: i686-

[PATCH] mfd: Add timb-radio to the timberdale MFD

2010-02-14 Thread Richard Röjfors
This patch addes timb-radio to all configurations of the timberdale MFD. Connected to the FPGA is a TEF6862 tuner and a SAA7706H DSP, the I2C board info of these devices is passed via the timb-radio platform data. Signed-off-by: Richard Röjfors --- diff --git a/drivers/mfd/timberdale.c b/driver

Re: [PATCH]Add support for SMT7020 to cx88

2010-02-14 Thread Helmut Auer
Am 11.02.2010 22:06, schrieb Helmut Auer: > From: Helmut Auer > > This patch (originally written by Dirk Herrendoerfer) adds support for the > built-in dvb device > of a Samsung SMT7020s (x86 based STB) to the cx88 family. > (see http://www.linuxtv.org/pipermail/linux-dvb/2007-January/015208.htm

alevt-dvb now part of the dvb-apps - some critical remarks / enhancements

2010-02-14 Thread Chicken Shack
Hi everybody, Hello Manu, now that Francesco's proposal is reality I want to add some necessary things as I do not want or appreciate an implementation of alevt-dvb in a kind of half-way-down-the-line-style. Either this is done correctly (100 %) or this should not be done at all. I provide some

Re: Info

2010-02-14 Thread Devin Heitmueller
On Sun, Feb 14, 2010 at 12:33 PM, Florent NOUVELLON wrote: > Hi Devin, > > Did you with Prahal advanced the 0072/terratec hybrid xs fm support in > linux-dvb driver ? > > If you need any kind of help (testing, or whatever) feel free to ask me. > > Regards, > Florent Hi Florent, Prahal was making

em28xx and Terratex Cinergy Hybrid T USB XS 0ccd,004c

2010-02-14 Thread Catimimi
Hello, If it can help to validate this unit, you'll find below the result od dmesg whenit is plugged in : [ 86.977094] usb 2-1: new high speed USB device using ehci_hcd and address 3 [ 87.129594] usb 2-1: New USB device found, idVendor=0ccd, idProduct=004c [ 87.129614] usb 2-1: New USB

How to add DVB-S2 support to firedtv?

2010-02-14 Thread Stefan Richter
Hi all, what steps need to be taken to get DVB-S2 support into the firedtv driver? (The status is, as far as I understood: FireDTV S2 and Floppy DTV S2 devices recognize HD channels during channel scan but cannot tune to them. FireDTV C/CI DVB-C boxes however tune and play back HD channels just

Re: [PATCH 2/5 v2] sony-tuner: Subdev conversion from wis-sony-tuner

2010-02-14 Thread Hans Verkuil
On Saturday 13 February 2010 00:17:44 Hans Verkuil wrote: > On Friday 12 February 2010 23:36:20 Pete Eberlein wrote: > > On Fri, 2010-02-12 at 22:03 +0100, Hans Verkuil wrote: > > > > > > +#include > > > > > > > > > > The v4l2-i2c-drv.h is to be used only for drivers that also need to > > > > >

Re: videobuf and streaming I/O questions

2010-02-14 Thread Hans Verkuil
On Sunday 14 February 2010 14:41:29 Mauro Carvalho Chehab wrote: > Hans Verkuil wrote: > > Hi all, > > > > I've been investigating some problems with my qv4l2 utility and I > > encountered > > some inconsistencies in the streaming I/O documentation and the videobuf > > implementation. > > > > I

Re: videobuf and streaming I/O questions

2010-02-14 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: > Hi all, > > I've been investigating some problems with my qv4l2 utility and I encountered > some inconsistencies in the streaming I/O documentation and the videobuf > implementation. > > I would like to know which is correct. > > 1) The VIDIOC_QBUF documentation should spec

videobuf and streaming I/O questions

2010-02-14 Thread Hans Verkuil
Hi all, I've been investigating some problems with my qv4l2 utility and I encountered some inconsistencies in the streaming I/O documentation and the videobuf implementation. I would like to know which is correct. 1) The VIDIOC_QBUF documentation should specify that the application has to fill i

[PATCH] add missing 'p' at card name 'Hauppauge HD PVR'

2010-02-14 Thread Lars Hanisch
I don't know if there are applications which rely on this name, but after all it's a spelling mistake. Signed-off-by: Lars Hanisch --- drivers/media/video/hdpvr/hdpvr-video.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/hdpvr/hdpvr-video.c b/dri