From 1dffd93ac86955af7823b1f3bd7de064697c4e33 Mon Sep 17 00:00:00 2001 From: Matthias Benesch Date: Thu, 1 Oct 2009 22:48:22 +0200 Subject: Changes within module ngene based on information from Media-Pointer. From: Matthias Benesch 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 --- linux/drivers/media/dvb/frontends/stv090x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/drivers/media/dvb') 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 }, -- cgit v1.2.3