Re: [PATCH 1/2] media/rc/imon.c: make send_packet() delay configurable

2013-03-17 Thread Kevin Baradon
Le Thu, 14 Mar 2013 12:01:53 -0300, Mauro Carvalho Chehab a écrit : > Em Sun, 24 Feb 2013 21:19:29 +0100 > Kevin Baradon escreveu: > > > Some imon devices (like 15c2:0036) need a higher delay between send_packet > > calls. > > Default value is still 5ms to avoid regressions on already working

Re: [PATCH 1/2] media/rc/imon.c: make send_packet() delay configurable

2013-03-14 Thread Mauro Carvalho Chehab
Em Sun, 24 Feb 2013 21:19:29 +0100 Kevin Baradon escreveu: > Some imon devices (like 15c2:0036) need a higher delay between send_packet > calls. > Default value is still 5ms to avoid regressions on already working hardware. > > Also use interruptible wait to avoid load average going too high (a

[PATCH 1/2] media/rc/imon.c: make send_packet() delay configurable

2013-02-24 Thread Kevin Baradon
Some imon devices (like 15c2:0036) need a higher delay between send_packet calls. Default value is still 5ms to avoid regressions on already working hardware. Also use interruptible wait to avoid load average going too high (and let caller handle signals). Signed-off-by: Kevin Baradon --- dri