diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2007-10-31 05:34:25 +0100 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2007-10-31 05:34:25 +0100 |
commit | 4d3af5f9a98cd25f73a66f8576559c54a8baf06f (patch) | |
tree | e6e77b3722b76af25a4633534295e4d7aadd6ed0 /linux/drivers/media/dvb | |
parent | 2d4dec525a2a3843d7e5986e74cd8616b28435ac (diff) | |
download | mediapointer-dvb-s2-4d3af5f9a98cd25f73a66f8576559c54a8baf06f.tar.gz mediapointer-dvb-s2-4d3af5f9a98cd25f73a66f8576559c54a8baf06f.tar.bz2 |
ves1820: Change the acquisition range for clock recovery from 120 ppm to 240ppm
From: Oliver Endriss <o.endriss@gmx.de>
Change the acquisition range for clock recovery from 120 ppm to
240ppm. Apparently, some cable providers in Germany are playing with
their parameters, and the capture range of the ves1820 is too small
to acquire a lock with the current setting... ;-(
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/ves1820.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/ves1820.c b/linux/drivers/media/dvb/frontends/ves1820.c index 066b73b75..60433b501 100644 --- a/linux/drivers/media/dvb/frontends/ves1820.c +++ b/linux/drivers/media/dvb/frontends/ves1820.c @@ -47,7 +47,7 @@ struct ves1820_state { static int verbose; static u8 ves1820_inittab[] = { - 0x69, 0x6A, 0x93, 0x12, 0x12, 0x46, 0x26, 0x1A, + 0x69, 0x6A, 0x93, 0x1A, 0x12, 0x46, 0x26, 0x1A, 0x43, 0x6A, 0xAA, 0xAA, 0x1E, 0x85, 0x43, 0x20, 0xE0, 0x00, 0xA1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, |