提交 cfcd7b82 编写于 作者: M Malcolm Priestley 提交者: Mauro Carvalho Chehab

[media] lmedm04: Increase Interupt due time to 200 msec

Ocassionally the device fails to report back an interrupt urb status which
results in false no lock trigger on the RS2000 demodulator.

Increase time from 60 msecs to 200 msecs.
Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
Cc: <stable@vger.kernel.org> # v3.17+
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 86c330fa
...@@ -344,9 +344,10 @@ static void lme2510_int_response(struct urb *lme_urb) ...@@ -344,9 +344,10 @@ static void lme2510_int_response(struct urb *lme_urb)
usb_submit_urb(lme_urb, GFP_ATOMIC); usb_submit_urb(lme_urb, GFP_ATOMIC);
/* interrupt urb is due every 48 msecs while streaming /* Interrupt urb is due every 48 msecs while streaming the buffer
* add 12msecs for system lag */ * stores up to 4 periods if missed. Allow 200 msec for next interrupt.
st->int_urb_due = jiffies + msecs_to_jiffies(60); */
st->int_urb_due = jiffies + msecs_to_jiffies(200);
} }
static int lme2510_int_read(struct dvb_usb_adapter *adap) static int lme2510_int_read(struct dvb_usb_adapter *adap)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册