diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-01-15 12:27:42 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-01-15 12:27:42 +0000 |
commit | 49ee5355f240b409e6e7fc547da28c28746e870a (patch) | |
tree | b75053abb05a1a14cb258cf7f8574b898f73200c /linux/drivers/media | |
parent | 7ee9661717122ce2916835520e4e124d7b0eb00c (diff) | |
download | mediapointer-dvb-s2-49ee5355f240b409e6e7fc547da28c28746e870a.tar.gz mediapointer-dvb-s2-49ee5355f240b409e6e7fc547da28c28746e870a.tar.bz2 |
patch by Thomas Martin and Dieter Zander:
fix mt352 clock setting so it works for VHF (6 and 7 MHz bw channels)
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/skystar2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/b2c2/skystar2.c b/linux/drivers/media/dvb/b2c2/skystar2.c index 736a6898d..62fd92e33 100644 --- a/linux/drivers/media/dvb/b2c2/skystar2.c +++ b/linux/drivers/media/dvb/b2c2/skystar2.c @@ -2338,7 +2338,7 @@ static struct nxt2002_config samsung_tbmv_config = { static int samsung_tdtc9251dh0_demod_init(struct dvb_frontend* fe) { - static u8 mt352_clock_config [] = { 0x89, 0x10, 0x2d }; + static u8 mt352_clock_config [] = { 0x89, 0x18, 0x2d }; static u8 mt352_reset [] = { 0x50, 0x80 }; static u8 mt352_adc_ctl_1_cfg [] = { 0x8E, 0x40 }; static u8 mt352_agc_cfg [] = { 0x67, 0x28, 0xa1 }; |