diff options
author | Jose Alberto Reguero <jareguero@telefonica.net> | 2008-01-25 04:05:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:05:15 -0500 |
commit | 3a0311c6c539bd022a65d298355471aacbd7a618 (patch) | |
tree | 463fc2756bbd2ce9a36a71d5ec5066b43494b8e8 | |
parent | 132c3188433bcb149ee764be1ca9a69f6d719dfe (diff) |
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.c | 2 |
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, | |||
700 | fep->u.ofdm.guard_interval == GUARD_INTERVAL_AUTO || | 700 | fep->u.ofdm.guard_interval == GUARD_INTERVAL_AUTO || |
701 | fep->u.ofdm.constellation == QAM_AUTO || | 701 | fep->u.ofdm.constellation == QAM_AUTO || |
702 | fep->u.ofdm.code_rate_HP == FEC_AUTO) { | 702 | fep->u.ofdm.code_rate_HP == FEC_AUTO) { |
703 | int i = 100, found; | 703 | int i = 1000, found; |
704 | 704 | ||
705 | dib3000mc_autosearch_start(fe, fep); | 705 | dib3000mc_autosearch_start(fe, fep); |
706 | do { | 706 | do { |