[PATCH] [media] rc5-decoder: BZ#85721: Fix RC5-SZ decoding

2014-10-30 Thread Mauro Carvalho Chehab
changeset e87b540be2dd broke RC5-SZ decoding, as it forgot to add the extra bit check for the enabled protocols at the beginning of the logic. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/rc/ir-rc5-decoder.c b/drivers/media/rc/ir-rc5-decoder.c index

Re: [PATCH] [media] rc5-decoder: BZ#85721: Fix RC5-SZ decoding

2014-10-30 Thread David Härdeman
On 2014-10-30 10:54, Mauro Carvalho Chehab wrote: changeset e87b540be2dd broke RC5-SZ decoding, as it forgot to add the extra bit check for the enabled protocols at the beginning of the logic. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com Acked-by: David Härdeman