summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMatthias Benesch <twoof7@freenet.de>2009-10-01 22:48:22 +0200
committerMatthias Benesch <twoof7@freenet.de>2009-12-08 21:28:11 +0100
commit1dffd93ac86955af7823b1f3bd7de064697c4e33 (patch)
treea2bf4000b1f1481c3b8fddca2689bbaa5031a9b4 /linux/drivers/media/dvb/frontends
parentf6c3b9621bcf6549a8a7cc7eda593ade0ccc07d9 (diff)
downloadmediapointer-dvb-s2-1dffd93ac86955af7823b1f3bd7de064697c4e33.tar.gz
mediapointer-dvb-s2-1dffd93ac86955af7823b1f3bd7de064697c4e33.tar.bz2
Changes within module ngene based on information from Media-Pointer.
From: Matthias Benesch <twoof7@freenet.de> Added initialisation of register TSTTNR1=0x26 & TSTTNR3=0x26. Used "#ifdef 0" instead of commenting unnecessary sourcecode. Set repeter level from STV090x_RPTLEVEL_64 to STV090x_RPTLEVEL_16. Priority: normal
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/stv090x.c2
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 },