Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-08-02 Thread Hans Verkuil
On Sunday 02 August 2009 20:02:30 Andy Walls wrote: > Mauro, > > Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb > > for the following 18 changesets. Hi Andy, I'm going to NAK this series, I'm afraid. My apologies, I should have mailed you that my review was delayed a bit. I quickly look

Re: [PATCH] to add support for certain Jeilin dual-mode cameras.

2009-08-02 Thread Jean-Francois Moine
On Sun, 2 Aug 2009 17:25:29 +0400 Alexey Klimov wrote: > > +       buffer = kmalloc(JEILINJ_MAX_TRANSFER, GFP_KERNEL | > > GFP_DMA); > > +       if (!buffer) { > > +               PDEBUG(D_ERR, "Couldn't allocate USB buffer"); > > +               goto quit_stream; > > +       } > > This clean

Re: [PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-02 Thread Mauro Carvalho Chehab
Em Mon, 3 Aug 2009 09:17:06 +0530 "chaithrika" escreveu: > Mauro/Russell, > > The previous version (v2) of this patch is on the linux-next tree. > This patch has some updates done on top of that patch. Should I > post an incremental patch for those changes to the Linux-next tree? > Please sugges

RE: [PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-02 Thread chaithrika
Mauro/Russell, The previous version (v2) of this patch is on the linux-next tree. This patch has some updates done on top of that patch. Should I post an incremental patch for those changes to the Linux-next tree? Please suggest. Regards, Chaithrika On Mon, Jul 20, 2009 at 13:31:22, Chaithrika U

Re: Terratec Cinergy HibridT XS

2009-08-02 Thread Devin Heitmueller
On Sat, Aug 1, 2009 at 6:48 PM, Valerio Messina wrote: > Valerio Messina ha scritto: >> >> Devin Heitmueller ha scritto: >>> >>> Ah, good news:  the patch I wrote that adds support for the remote >>> control is still around: >>> >>> http://linuxtv.org/hg/~dheitmueller/v4l-dvb-terratec-xs/rev/92885f

Re: USB devices supporting raw or sliced VBI for closed captioning?

2009-08-02 Thread hermann pitton
Am Sonntag, den 02.08.2009, 10:24 +0200 schrieb Markus Rechberger: > On Sun, Aug 2, 2009 at 2:49 AM, hermann pitton wrote: > > > > Am Samstag, den 01.08.2009, 03:45 +0200 schrieb Markus Rechberger: > >> Hi, > >> > >> On Sat, Aug 1, 2009 at 1:20 AM, Steve Castellotti > >> wrote: > >> > > >> >

Re: [PATCH] to add support for certain Jeilin dual-mode cameras. (resubmit)

2009-08-02 Thread Theodore Kilgore
On Sun, 2 Aug 2009, Jean-Francois Moine wrote: On Sat, 1 Aug 2009 16:56:06 -0500 (CDT) Theodore Kilgore wrote: Several cameras are supported here, which all share the same USB Vendor:Product number when started up in streaming mode. All of these cameras use bulk transport for streaming, and

[PATCH] Rework the RTL2831 remote control handler to reuse dibusb.

2009-08-02 Thread Alistair Buxton
Hi. This patch is against the rtl2831-r2 tree. This patch is really just a proof of concept, that the dibusb handler code can handle the rtl2831 remote codes. I have both types of device and noticed that the remotes are interchangable, and it turns out the code tables are too, but for a quirk in t

Re: correct implementation of FE_READ_UNCORRECTED_BLOCKS

2009-08-02 Thread Aleksandr V. Piskunov
On Sun, Aug 02, 2009 at 02:11:38PM -0400, Andy Walls wrote: > On Sun, 2009-08-02 at 20:56 +0300, Aleksandr V. Piskunov wrote: > > Oops, sent it way too fast. Anyway. > > > > DVB API documentation says: > > "This ioctl call returns the number of uncorrected blocks detected by > > the device driver

[PULL] http://linuxtv.org/hg/~tmerle/v4l-dvb

2009-08-02 Thread Thierry MERLE
Hi Mauro, please pull from http://linuxtv.org/hg/~tmerle/v4l-dvb the following patch from Eberhard Mattes: - dvb-usb: fix tuning with Cinergy T2 http://linuxtv.org/hg/~tmerle/v4l-dvb/rev/75be92928287 Eberhard, thanks for this bugfix, I did not have time nor hardware to work on that and you

Re: [PATCH] to add support for certain Jeilin dual-mode cameras.

2009-08-02 Thread Theodore Kilgore
On Sun, 2 Aug 2009, Jean-Francois Moine wrote: On Sat, 1 Aug 2009 16:56:06 -0500 (CDT) Theodore Kilgore wrote: Several cameras are supported here, which all share the same USB Vendor:Product number when started up in streaming mode. All of these cameras use bulk transport for streaming, and

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

2009-08-02 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 Aug 2 19:00:02 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12375:b15490457d60 gcc version: gcc

Re: correct implementation of FE_READ_UNCORRECTED_BLOCKS

2009-08-02 Thread Andy Walls
On Sun, 2009-08-02 at 20:56 +0300, Aleksandr V. Piskunov wrote: > Oops, sent it way too fast. Anyway. > > DVB API documentation says: > "This ioctl call returns the number of uncorrected blocks detected by > the device driver during its lifetime Note that the counter will > wrap to zero after

[PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-08-02 Thread Andy Walls
Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following 18 changesets. Note that most of these changes add cx18 driver specific controls, except the last 2. Those changes fix an I2S clock divisor problem in the cx18 driver and add secondary audio controls to the ivtv dri

Re: correct implementation of FE_READ_UNCORRECTED_BLOCKS

2009-08-02 Thread Aleksandr V. Piskunov
Oops, sent it way too fast. Anyway. DVB API documentation says: "This ioctl call returns the number of uncorrected blocks detected by the device driver during its lifetime Note that the counter will wrap to zero after its maximum count has been reached." Does it mean that correct implementati

correct implementation of FE_READ_UNCORRECTED_BLOCKS

2009-08-02 Thread Aleksandr V. Piskunov
DVB API documentation says: "This ioctl call returns the number of uncorrected blocks detected by the device driver during its lifetime Note that the counter will wrap to zero after its maximum count has been reached. -- To unsubscribe from this list: send the line "unsubscribe linux-media" i

[PULL] http://kernellabs.com/hg/~mkrufky/sms1xxx-warning

2009-08-02 Thread Michael Krufky
On Sun, Aug 2, 2009 at 5:29 AM, Hans Verkuil wrote: > On Saturday 01 August 2009 06:40:01 Patch from Michael Krufky wrote: >> The patch number 12374 was added via Michael Krufky >> to http://linuxtv.org/hg/v4l-dvb master development tree. >> > Hi Mike, > > The daily build now has this warning: > >

Re: stb0899 i2c communication broken after suspend

2009-08-02 Thread Julian Scheel
Am Freitag, 31. Juli 2009 18:44:13 schrieb Julian Scheel: > I made an interesting observation with the stb0899 drivers. If the > system was in suspend to ram state (no matter if dvb modules were > unloaded before or not) the i2c communication of stb0899 driver and > chipset seems to be somewhat bro

Re: [PATCH] to add support for certain Jeilin dual-mode cameras.

2009-08-02 Thread Alexey Klimov
Hello, Theodore On Sun, Aug 2, 2009 at 1:56 AM, Theodore Kilgore wrote: > Several cameras are supported here, which all share the same USB > Vendor:Product number when started up in streaming mode. All of these > cameras use bulk transport for streaming, and all of them produce frames in > JPEG fo

Re: [linuxtv-commits] [hg:v4l-dvb] gspca - vc032x: H and V flip controls added for mi13x0_soc sensors.

2009-08-02 Thread Jean-Francois Moine
On Sun, 2 Aug 2009 11:33:25 +0200 Hans Verkuil wrote: > he daily build produces this warning: > > /marune/build/v4l-dvb-master/v4l/vc032x.c: In function 'sethvflip': > /marune/build/v4l-dvb-master/v4l/vc032x.c:3138: warning: statement > with no effect /marune/build/v4l-dvb-master/v4l/vc032x.c:31

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-08-02 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 2 changesets: 01/02: gspca - main: Remove vidioc_s_std(). http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=810eb52aaedc 02/02: gspca - vc032x: Bad h/v flip controls when inverted by default. http://

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-08-02 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l: introduce string control support. - v4l2-spec: document the new string control type. - v4l2-ctl: modulator bug fixes - v4l2-ctl: add support for string controls This is the last piece of the v4l2 cor

Re: [linuxtv-commits] [hg:v4l-dvb] gspca - vc032x: H and V flip controls added for mi13x0_soc sensors.

2009-08-02 Thread Hans Verkuil
On Friday 31 July 2009 01:05:04 Patch from Jean-Francois Moine wrote: > The patch number 12354 was added via Jean-Francois Moine > to http://linuxtv.org/hg/v4l-dvb master development tree. > > Kernel patches in this development tree may be modified to be backward > compatible with older kernels.

Re: [linuxtv-commits] [hg:v4l-dvb] sms1xxx: fix broken Hauppauge devices

2009-08-02 Thread Hans Verkuil
On Saturday 01 August 2009 06:40:01 Patch from Michael Krufky wrote: > The patch number 12374 was added via Michael Krufky > to http://linuxtv.org/hg/v4l-dvb master development tree. > > Kernel patches in this development tree may be modified to be backward > compatible with older kernels. Compat

Re: Terratec Cinergy HibridT XS

2009-08-02 Thread Valerio Messina
Valerio Messina ha scritto: I do not know if is correct that linuxtv.org link to a web site with unsupported product/commercial. Please change the link in page: http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_Hybrid_T_USB_XS take note that also the page at: http://www.linuxtv.org/wiki/i

Re: [PATCH] to add support for certain Jeilin dual-mode cameras.

2009-08-02 Thread Jean-Francois Moine
On Sat, 1 Aug 2009 16:56:06 -0500 (CDT) Theodore Kilgore wrote: > Several cameras are supported here, which all share the same USB > Vendor:Product number when started up in streaming mode. All of these > cameras use bulk transport for streaming, and all of them produce > frames in JPEG format.

Re: USB devices supporting raw or sliced VBI for closed captioning?

2009-08-02 Thread Markus Rechberger
On Sun, Aug 2, 2009 at 2:49 AM, hermann pitton wrote: > > Am Samstag, den 01.08.2009, 03:45 +0200 schrieb Markus Rechberger: >> Hi, >> >> On Sat, Aug 1, 2009 at 1:20 AM, Steve Castellotti wrote: >> > >> >        I was wondering if anyone could please point me at a list or similar >> > resource for

[PATCH] dvb-usb: fix tuning with Cinergy T2

2009-08-02 Thread emagick
Initialize param.flags. Signed-off-by: Eberhard Mattes --- Not setting param.flags was the real cause of the inability of the Cinergy T2 driver to tune under certain circumstances. Moving stuff from the stack to the heap did not really solve the problem. As there are several other drivers which