[PATCH 6/14] drivers/media/video: Move dereference after NULL test

2009-10-17 Thread Julia Lawall
From: Julia Lawall ju...@diku.dk In quickcam_messenger.c, if the NULL test on uvd is needed, then the dereference should be after the NULL test. In vpif_display.c, std_info is initialized to the address of a structure field. This seems unlikely to be NULL. If it could somehow be NULL, then the

Lenovo USB 2.0 webcam (gspca, vc032x, MI1310_SOC)

2009-10-17 Thread Johannes Jordan
Hello, I have a Lenovo USB 2.0 webcam which currently does not work with kernel 2.6.31 and also some earlier releases. It is supported by vc032x in theory though. The camera worked with the old gspca driver before kernel inclusion. After kernel inclusion, it worked even better, albeit

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-10-17 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 3 changesets: 01/03: stv6110: add configurable gain http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=655c21f61eb3 02/03: stv0900: fix diseqc support for NetUP card

Is anyone working on a Dual DVB-S2 PCIe Tuner driver?

2009-10-17 Thread Another Sillyname
I've had a look at the Wiki and there appears to be only two PCIe cards that have Dual Tuners. However both seem crazily expensive and perhaps in once case are vapourware. Is there anyone working on any DVB-S2 PCI Express Device that has dual tuners? Lastly (I know it's not shipping yet)

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

2009-10-17 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 Oct 17 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13101:3919b17dc88e gcc version: gcc

2.6.32 regression: can't tune DVB with firedtv

2009-10-17 Thread Stefan Richter
Hi list, I just switched from kernel 2.6.31 to 2.6.32-rc5. Using kaffeine, I can't tune FireDTV-C and FireDTV-T boxes via the firedtv driver anymore. Electronic program guide data is still displayed though. Under 2.6.31, I used firedtv at the same patchlevel as present in 2.6.32-rc5, hence I

Re: 2.6.32 regression: can't tune DVB with firedtv

2009-10-17 Thread Stefan Richter
Stefan Richter wrote: I just switched from kernel 2.6.31 to 2.6.32-rc5. Using kaffeine, I can't tune FireDTV-C and FireDTV-T boxes via the firedtv driver anymore. Electronic program guide data is still displayed though. Under 2.6.31, I used firedtv at the same patchlevel as present in

Re: 2.6.32 regression: can't tune DVB with firedtv

2009-10-17 Thread Mario Bachmann
Am Sat, 17 Oct 2009 21:01:50 +0200 schrieb Stefan Richter stef...@s5r6.in-berlin.de: Hi list, I just switched from kernel 2.6.31 to 2.6.32-rc5. Using kaffeine, I can't tune FireDTV-C and FireDTV-T boxes via the firedtv driver anymore. Electronic program guide data is still displayed

[PATCH] firedtv: fix regression: tuning fails due to bogus error return

2009-10-17 Thread Stefan Richter
Since 2.6.32(-rc1), DVB core checks the return value of dvb_frontend_ops.set_frontend. Now it becomes apparent that firedtv always returned a bogus value from its set_frontend method. Signed-off-by: Stefan Richter stef...@s5r6.in-berlin.de --- drivers/media/dvb/firewire/firedtv-avc.c |7