提交 3a0311c6 编写于 作者: J Jose Alberto Reguero 提交者: Mauro Carvalho Chehab

V4L/DVB (7067): fix autoserach in the Hauppauge NOVA-T 500

This patch fix autoserach in the Hauppauge NOVA-T 500.
Signed-off-by: NJose Alberto Reguero <jareguero@telefonica.net>
Signed-off-by: NPatrick Boettcher <pb@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 132c3188
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册