Re: [PATCH] qt1010: Fix tuner frequency selection for 546 to 578 MHz range

2011-12-21 Thread Carlos Corbacho
On Wednesday 21 Dec 2011 12:36:11 Jyrki Kuoppala wrote: [..] One possibility to try would be to test if the setting of reg 34 indeed should be linearly derived from frequency, however not 0xd0, 0xd2, 0xd4 etc. as in my original patch but instead try 0xd0, 0xd1, 0xd2, 0xd3 etc: if

Re: [PATCH] Fix to qt1010 tuner frequency selection (media/dvb)

2011-10-23 Thread Carlos Corbacho
On Thursday 20 Oct 2011 07:45:45 Jyrki Kuoppala wrote: I think my problem frequency has also been at the later spot. It is possible there is something more complicated going on at 474 MHz - so based on your testing, it's best to apply just the latter change, at least for now. Jyrki +

Re: [PATCH] Fix to qt1010 tuner frequency selection (media/dvb)

2011-10-19 Thread Carlos Corbacho
Jyrki, So after a bit more testing... [...] /* 22 */ if (freq 45000) rd[15].val = 0xd0; /* 450 MHz */ -else if (freq 48200) rd[15].val = 0xd1; /* 482 MHz */ +else if (freq 48200) rd[15].val = 0xd2; /* 482 MHz */ This change isn't so

[PATCH] Make Compro VideoMate Vista T750F actually work

2011-06-25 Thread Carlos Corbacho
the analog tuner properly and hook up the DVB tuner and demodulator. DVB-T and analog now work (though I can't tune every DVB channel, but I think there's an issue with the aerial and signal boosters here that is causing me problems). Signed-off-by: Carlos Corbacho car...@strangeworlds.co.uk --- I've

Compro VideoMate Vista T750F support

2011-06-05 Thread Carlos Corbacho
Hi, From looking over the linux-media mailing list, it seems that a patch was submitted in October last year to add support for this card and the remote: http://www.mail-archive.com/linux-media@vger.kernel.org/msg22911.html There was then a follow up to that, asking for some minor fixes