Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Patch for cards with the Philips CD1516 tuner box(spXXXX?)
On Mon, 2002-10-14 at 20:41, Robert Schiele wrote:
> Note that my Hauppauge DVB-C (Technotrend/Hauppauge PCI rev2.1) does
> no longer tune to any channel. When I back out this patch from HEAD
> revision, the card tunes again.
Whoops. I accidentally changed a value from the other tuner type. Try
again with the attached patch.
Cheers,
Juha
diff -u -b -r1.5 ves1820.c
--- ves1820.c 14 Oct 2002 12:44:45 -0000 1.5
+++ ves1820.c 14 Oct 2002 19:03:50 -0000
@@ -152,7 +152,7 @@
{
u32 div;
static int freq_mod [] = { 36750000, 36125000 };
- static u8 byte3 [] = { 0x8e, 0x8e };
+ static u8 byte3 [] = { 0x8e, 0x85 };
static u8 byte4 [] = { 0x92, 0x84 };
static u8 addr [] = { 0x61, 0x62 };
int tuner_type = GET_TUNER(frontend);
Home |
Main Index |
Thread Index