diff options
author | Matthias Benesch <twoof7@freenet.de> | 2009-10-01 22:48:22 +0200 |
---|---|---|
committer | Matthias Benesch <twoof7@freenet.de> | 2009-10-01 22:48:22 +0200 |
commit | 4f6aa2cac3fdd2487ae54417472216869759314a (patch) | |
tree | a2bf4000b1f1481c3b8fddca2689bbaa5031a9b4 /linux/drivers/media/dvb | |
parent | f6c3b9621bcf6549a8a7cc7eda593ade0ccc07d9 (diff) | |
download | mediapointer-dvb-s2-4f6aa2cac3fdd2487ae54417472216869759314a.tar.gz mediapointer-dvb-s2-4f6aa2cac3fdd2487ae54417472216869759314a.tar.bz2 |
Changes due to information from Media-Pointer.
Added initialisation of register TSTTNR1=0x26 & TSTTNR3=0x26. Change from comment unnecessary sourcode out to preprocessor directive "#ifdef 0". Set repeter level from STV090x_RPTLEVEL_64 to STV090x_RPTLEVEL_16.
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv090x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv090x.c b/linux/drivers/media/dvb/frontends/stv090x.c index 8b152bea3..7283a8d69 100644 --- a/linux/drivers/media/dvb/frontends/stv090x.c +++ b/linux/drivers/media/dvb/frontends/stv090x.c @@ -888,7 +888,9 @@ static struct stv090x_reg stv0900_initval[] = { { STV090x_AGCRF1CFG, 0x11 }, { STV090x_AGCRF2CFG, 0x13 }, { STV090x_TSGENERAL1X, 0x14 }, + { STV090x_TSTTNR1, 0x26 }, { STV090x_TSTTNR2, 0x21 }, + { STV090x_TSTTNR3, 0x26 }, { STV090x_TSTTNR4, 0x21 }, { STV090x_P2_DISTXCTL, 0x22 }, { STV090x_P2_F22TX, 0xc0 }, |