[PATCH V2 1/2] rc-core: define a default timeout for drivers

2015-10-03 Thread Eric Nelson
A default timeout value of 125 ms should work for all decoders. Declare a constant to help standardize its' use. Signed-off-by: Eric Nelson --- V2 increases the default timeout to 125ms as requested by Mauro include/media/rc-core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/me

Re: [PATCH V2 1/2] rc-core: define a default timeout for drivers

2015-10-03 Thread Eric Nelson
Thanks Mauro, On 10/03/2015 07:25 AM, Mauro Carvalho Chehab wrote: > Em Mon, 21 Sep 2015 12:08:43 -0700 > Eric Nelson escreveu: > >> A default timeout value of 100ms is workable for most decoders. >> Declare a constant to help standardize its' use. > > I guess the worse case scenario is the NEC

Re: [PATCH V2 1/2] rc-core: define a default timeout for drivers

2015-10-03 Thread Mauro Carvalho Chehab
Em Mon, 21 Sep 2015 12:08:43 -0700 Eric Nelson escreveu: > A default timeout value of 100ms is workable for most decoders. > Declare a constant to help standardize its' use. I guess the worse case scenario is the NEC protocol: http://www.sbprojects.com/knowledge/ir/nec.php with allows a

[PATCH V2 1/2] rc-core: define a default timeout for drivers

2015-09-21 Thread Eric Nelson
A default timeout value of 100ms is workable for most decoders. Declare a constant to help standardize its' use. Signed-off-by: Eric Nelson --- include/media/rc-core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/media/rc-core.h b/include/media/rc-core.h index ec921f6..62c64bd 100