Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-22 Thread Maxim Levitsky
On Thu, 2010-10-21 at 11:56 -0200, Mauro Carvalho Chehab wrote: Em 21-10-2010 11:46, Jarod Wilson escreveu: On Oct 20, 2010, at 1:18 PM, Mauro Carvalho Chehab wrote: The RC5 decoding is complete at a BIT_END state. there's no reason to wait for the next space to produce a code.

Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-22 Thread Mauro Carvalho Chehab
Em 22-10-2010 23:25, Maxim Levitsky escreveu: On Thu, 2010-10-21 at 11:56 -0200, Mauro Carvalho Chehab wrote: Em 21-10-2010 11:46, Jarod Wilson escreveu: On Oct 20, 2010, at 1:18 PM, Mauro Carvalho Chehab wrote: The RC5 decoding is complete at a BIT_END state. there's no reason to wait for

Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-22 Thread Maxim Levitsky
On Fri, 2010-10-22 at 23:39 -0200, Mauro Carvalho Chehab wrote: Em 22-10-2010 23:25, Maxim Levitsky escreveu: On Thu, 2010-10-21 at 11:56 -0200, Mauro Carvalho Chehab wrote: Em 21-10-2010 11:46, Jarod Wilson escreveu: On Oct 20, 2010, at 1:18 PM, Mauro Carvalho Chehab wrote: The RC5

Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-21 Thread Jarod Wilson
On Oct 20, 2010, at 1:18 PM, Mauro Carvalho Chehab wrote: The RC5 decoding is complete at a BIT_END state. there's no reason to wait for the next space to produce a code. Well, if I'm reading things correctly here, I think the only true functional difference made to the decoder here was to

Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-21 Thread Mauro Carvalho Chehab
Em 21-10-2010 11:46, Jarod Wilson escreveu: On Oct 20, 2010, at 1:18 PM, Mauro Carvalho Chehab wrote: The RC5 decoding is complete at a BIT_END state. there's no reason to wait for the next space to produce a code. Well, if I'm reading things correctly here, I think the only true

[PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-20 Thread Mauro Carvalho Chehab
The RC5 decoding is complete at a BIT_END state. there's no reason to wait for the next space to produce a code. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/IR/ir-rc5-decoder.c b/drivers/media/IR/ir-rc5-decoder.c index df4770d..4139678 100644 ---