Skip to content

Commit

Permalink
V4L/DVB (7067): fix autoserach in the Hauppauge NOVA-T 500
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jose Alberto Reguero authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 132c318 commit 3a0311c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/dib3000mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3a0311c

Please sign in to comment.