Re: [RFC PATCH 1/3] tea575x-tuner: various improvements

2011-03-26 Thread Hans Verkuil
On Friday, March 25, 2011 22:40:12 Ondrej Zary wrote: > On Tuesday 22 March 2011 20:02:30 Hans Verkuil wrote: > > BTW, can you run the v4l2-compliance utility for the two boards that use > > this radio tuner? > > > > This utility is part of the v4l-utils repository > > (http://git.linuxtv.org/v4l-u

Re: OMAP 3430 Camera/ISP out of memory error

2011-03-26 Thread Patrick Radius
Thanks. I'm still not sure where to find an (the) up-to-date mainline. I was under the impression there's only one mainline? Regarding the older kernel, unfortunately I won't be able to choose for a newer version. The lead developer for this project did most of the work for the rest of the device w

YUAN MC378H/AS378 DVB-T Tuner support (1164:3EDC)

2011-03-26 Thread Aleksandrov Artyom
Hello, I have Asus eeetop ET2010AGT with this card: Bus 002 Device 002: ID 1164:3edc YUAN High-Tech Development Co., Ltd Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass0 (Defined at Interface level) bDeviceSubClas

Re: Re: S2-3200 switching-timeouts on 2.6.38

2011-03-26 Thread H. Ellenberger
On Fri, Mar 25, 2011 at 23:23 PM, Manu Abraham wrote: > >Can you guys, (who seem to really need the said patch) please provide >me the STB0899 chipset version on your card ? > 2 x Twinhan VP-1041 Rev 1.0: C2L STB0899 VQ637XDV 22 0P9 VQ MLT 22 651 C2L STB0899 VQ628PZF 8P CB5 VQ TWN 22 644 Can

Re: [PATCH 3/6] [media] pvrusb2: check for allocation failures

2011-03-26 Thread Mike Isely
I'll look at the surrounding code and see what makes sense there. Having an error leg for allocation failures is a useful thing. -Mike Dan Carpenter wrote: On Fri, Mar 25, 2011 at 11:33:36PM -0500, Mike Isely wrote: Acked-By: Mike Isely I'd need to reformat this one to get it to

[PATCH] [media] cpia2: fix typo in variable initialisation

2011-03-26 Thread Mariusz Kozlowski
Currently 'fh' initialises to whatever happens to be on stack. This looks like a typo and this patch fixes that. Signed-off-by: Mariusz Kozlowski --- drivers/media/video/cpia2/cpia2_v4l.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/cpia2/cpia2_v4

[PATCH] [media] dib0700: fix possible NULL pointer dereference

2011-03-26 Thread Mariusz Kozlowski
Seems like 'adap->fe' test for NULL was meant to be before we dereference that pointer. Signed-off-by: Mariusz Kozlowski --- drivers/media/dvb/dvb-usb/dib0700_devices.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/dri

Re: [PATCH] [media] cpia2: fix typo in variable initialisation

2011-03-26 Thread Hans Verkuil
Hi Mariusz, On Saturday, March 26, 2011 19:20:24 Mariusz Kozlowski wrote: > Currently 'fh' initialises to whatever happens to be on stack. This > looks like a typo and this patch fixes that. > > Signed-off-by: Mariusz Kozlowski If you don't mind then I'll take this patch. Although I'll probably

[cron job] v4l-dvb daily build: ERRORS

2011-03-26 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:Sat Mar 26 19:00:47 CET 2011 git hash:b328817a2a391d1e879c4252cd3f11a352d3f3bc gcc version: i686-linux-gcc (GCC) 4.5.

Re: Analog input for Hauppauge express-card HVR-1400

2011-03-26 Thread Andy Walls
On Tue, 2011-03-22 at 19:57 +, Emil Meier wrote: > In the attached files I have added some code for the analog part of a > HVR-1400 > card. (The patch is taken from a patch for HVR1800..) > Until now only the composite video input is functional. > The s-video input captures only the b&w part

Pending dvb_dmx_swfilter(_204)() patch tested enough

2011-03-26 Thread Marko Ristola
Hi Mauro. Following patch has been tested enough since last Summer 2010: "Avoid unnecessary data copying inside dvb_dmx_swfilter_204() function" https://patchwork.kernel.org/patch/118147/ It modifies both dvb_dmx_swfilter_204() and dvb_dmx_swfilter() functions. I Myself tested dvb_dmx_swfilte

[PATCH] docbook: fix broken media build

2011-03-26 Thread Randy Dunlap
From: Randy Dunlap DocBook/v4l/ no longer has any *.png files, so the 'cp' command fails, breaking the build. Drop the *.png cp. cp: cannot stat `linux-2.6.38-git18/Documentation/DocBook/v4l/*.png': No such file or directory Signed-off-by: Randy Dunlap --- Documentation/DocBook/Makefile |

[PATCH] v1.82 DM04/QQBOX dvb-usb-lmedm04 diseqc timing changes

2011-03-26 Thread Malcolm Priestley
Frontend timing change for diseqc functions. Timing on the STV0288 and STV0299 frontends cause initial disegc errors on some applications. Signed-off-by: Malcolm Priestley --- drivers/media/dvb/dvb-usb/lmedm04.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/d

[PATCH 1/2] STV0299 incorrect standby setting issues register 02 (MCR)

2011-03-26 Thread Malcolm Priestley
Issues with Register 02 causing spurious channel locking from standby. Should have always bits 4 & 5 written to 1. Lower nibble not used in any current driver. Usage if necessary can be applied through initab to mcr_reg. stv0299 not out of standby before writing inittab. Signed-off-by: Malcolm Pri

[PATCH 2/2] STV0299 Register 02 on Opera1/Bsru6/z0194a/mantis_vp1033

2011-03-26 Thread Malcolm Priestley
Bits 4 and 5 on register 02 should always be set to 1. Opera1/Bsru6/z0194a/mantis_vp1033 Signed-off-by: Malcolm Priestley --- drivers/media/dvb/dvb-usb/opera1.c |2 +- drivers/media/dvb/frontends/bsru6.h |2 +- drivers/media/dvb/frontends/z0194a.h |2 +- drivers/media

[GIT PULL for 2.6.39] cx18: Make RF analog TV work for newer HVR-1600 models

2011-03-26 Thread Andy Walls
Mauro, Please pull the following changes that fix RF analog TV for the newest models of HVR-1600 and increment the cx18 driver version number. The DTV RF tuner side was already working with Devin's previous change, but analog RF side did not work. Thanks go to Jeff Campbell and Mike Bradley for