Re: tuner, code for discuss

2009-09-19 Thread hermann pitton
Am Dienstag, den 15.09.2009, 11:17 -0400 schrieb Gene Heskett: > On Tuesday 15 September 2009, Andy Walls wrote: > >On Tue, 2009-09-15 at 08:26 +0200, Hans Verkuil wrote: > >> On Tuesday 15 September 2009 06:18:55 Michael Krufky wrote: > >> > On Tue, Sep 15, 2009 at 12:07 AM, Dmitri Belimov > >>

Preliminary working HVR-1850 IR hardware and grey Hauppauge RC-5 remote

2009-09-19 Thread Andy Walls
Steve, I've finally have a working implementation of the the HVR-1850 IR receiver and the grey Hauppauge RC-5 remote with in kernel (non-LIRC) IR input to key press events. If you feel adventurous, give it a try for testing the IR receiver: http://www.linuxtv.org/hg/~awalls/cx23888-ir Caveat e

[PATCH 1/5] drivers/media/video: remove duplicate structure field initialization

2009-09-19 Thread Julia Lawall
From: Julia Lawall The definition of tvaudio_tuner_ops initializes the s_tuner field twice. It appears that the second case should initialize the g_tuner field. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r@ identifier I, s, fld; position p0,p; ex

Re: driver for Cinergy Hybrid T USB XS FM

2009-09-19 Thread Devin Heitmueller
On Sat, Sep 19, 2009 at 10:05 AM, Adriano Gigante wrote: > Hy all, > > after Markus Rechberger has discontinued the development of em28xx-new > kernel driver, device "Terratec Cinergy Hybrid T USB XS FM" is no more > supported under linux. > I also built and installed from http://linuxtv.org/hg/v4

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

2009-09-19 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 Sep 19 19:00:08 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13038:29e4ba1a09bc gcc version: gcc

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-09-19 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following changeset: 01/01: Add support for TBS-likes remotes http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=c4e209d7decc drivers/media/common/ir-keymaps.c | 42

Re: driver for Cinergy Hybrid T USB XS FM

2009-09-19 Thread fogna
Adriano Gigante wrote: Hy all, after Markus Rechberger has discontinued the development of em28xx-new kernel driver, device "Terratec Cinergy Hybrid T USB XS FM" is no more supported under linux. I also built and installed from http://linuxtv.org/hg/v4l-dvb sources with no success (it creates

driver for Cinergy Hybrid T USB XS FM

2009-09-19 Thread Adriano Gigante
Hy all, after Markus Rechberger has discontinued the development of em28xx-new kernel driver, device "Terratec Cinergy Hybrid T USB XS FM" is no more supported under linux. I also built and installed from http://linuxtv.org/hg/v4l-dvb sources with no success (it creates /dev/video0 /dev/radio0

Re: Leadtek/Terratec usb id mixup in hg 12889

2009-09-19 Thread Mauro Carvalho Chehab
Em Sat, 19 Sep 2009 12:49:39 +0200 (CEST) Patrick Boettcher escreveu: > On Fri, 18 Sep 2009, Edward Sheldrake wrote: > > > With latest hg (12994), my "Leadtek Winfast DTV Dongle (STK7700P based)" > > (0413:6f01) gets detected as a "Terratec Cinergy T USB XXS (HD)". > > > > I think "&dib0700_usb

Re: Diffs between our tree and upstream

2009-09-19 Thread Mauro Carvalho Chehab
Em Sat, 19 Sep 2009 01:06:02 -0300 Mauro Carvalho Chehab escreveu: > Hi Guennadi, > > I'm about to send our pull request. > > While doing my last checks, I noticed a difference between our tree and > upstream. I'm not sure what happens. Could you please check? > > The enclosed patch is the dif

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

2009-09-19 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following changeset: 01/01: Fix debug messaging for stv0900 demod. http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=bb1363f48e9e stv0900_core.c | 58 - s

Re: [PULL] http://www.kernellabs.com/hg/~stoth/saa7164-dev

2009-09-19 Thread Steven Toth
>> > drivers/media/video/saa7164/saa7164-buffer.c: In function >> > ‘saa7164_buffer_alloc’: >> > drivers/media/video/saa7164/saa7164-buffer.c:110: warning: cast to pointer >> > from integer of different size >> > drivers/media/video/saa7164/saa7164-buffer.c:112: warning: cast to pointer >> > fro

Re: usb dvb-c tuner status

2009-09-19 Thread Antti Palosaari
On 09/19/2009 09:48 AM, Bert Haverkamp wrote: Hello all, A while back I asked about supported USB dvb-c devices. Meanwhile my search continued and I have extended my list of available devices. Unfortunately, none of them currently are supported by linux. Does anyone have viable solution for me?

Re: Leadtek/Terratec usb id mixup in hg 12889

2009-09-19 Thread Patrick Boettcher
On Fri, 18 Sep 2009, Edward Sheldrake wrote: With latest hg (12994), my "Leadtek Winfast DTV Dongle (STK7700P based)" (0413:6f01) gets detected as a "Terratec Cinergy T USB XXS (HD)". I think "&dib0700_usb_id_table[34]" (the leadtek) got moved by mistake, but "&dib0700_usb_id_table[33]" (a te

Re: V4L2 drivers: potentially dangerous and inefficient msecs_to_jiffies() calculation

2009-09-19 Thread Andreas Mohr
Hi, On Tue, Sep 15, 2009 at 09:21:46PM +0200, Andreas Mohr wrote: > Hi, > > On Tue, Sep 15, 2009 at 09:14:19PM +0200, Marcin Slusarz wrote: > > Or better: frame_timeout * HZ > > D'oh! ;-) > > But then what about the other 3 bazillion places in the kernel > doing multiples of seconds? > > linux

Re: Media Controller initial support for ALSA devices

2009-09-19 Thread Hans Verkuil
On Friday 18 September 2009 06:40:34 Devin Heitmueller wrote: > Hello Hans, > > If you can find a few minutes, please take a look at the following > tree, where I added initial support for including the ALSA devices in > the MC enumeration. I also did a bit of cleanup on your example tool, > prop

Unable to compile the current tree

2009-09-19 Thread e9hack
Hi, parts of changsets 13020:644c243de54d/13030:9af6fb98d272 are wrong: 2.1 --- a/linux/drivers/staging/go7007/MakefileFri Sep 18 21:17:20 2009 -0300 2.2 +++ b/linux/drivers/staging/go7007/MakefileFri Sep 18 21:21:55 2009 -0300 ... 2.37 + 2.38 +# Ubuntu 8.04 has CONFI