summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Alberto Reguero <jareguero@telefonica.net>2008-01-25 10:05:16 +0100
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 22:05:15 +0100
commit3a0311c6c539bd022a65d298355471aacbd7a618 (patch)
tree463fc2756bbd2ce9a36a71d5ec5066b43494b8e8
parentV4L/DVB (7066): ASUS My Cinema U3000 Mini DVBT Tuner (diff)
downloadlinux-3a0311c6c539bd022a65d298355471aacbd7a618.tar.xz
linux-3a0311c6c539bd022a65d298355471aacbd7a618.zip
V4L/DVB (7067): fix autoserach in the Hauppauge NOVA-T 500
This patch fix autoserach in the Hauppauge NOVA-T 500. Signed-off-by: Jose Alberto Reguero <jareguero@telefonica.net> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/dvb/frontends/dib3000mc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dib3000mc.c b/drivers/media/dvb/frontends/dib3000mc.c
index edae0be063f5..3667f8e48091 100644
--- a/drivers/media/dvb/frontends/dib3000mc.c
+++ b/drivers/media/dvb/frontends/dib3000mc.c
@@ -700,7 +700,7 @@ static int dib3000mc_set_frontend(struct dvb_frontend* fe,
fep->u.ofdm.guard_interval == GUARD_INTERVAL_AUTO ||
fep->u.ofdm.constellation == QAM_AUTO ||
fep->u.ofdm.code_rate_HP == FEC_AUTO) {
- int i = 100, found;
+ int i = 1000, found;
dib3000mc_autosearch_start(fe, fep);
do {