OSDN Git Service

[media] rc5-decoder: BZ#85721: Fix RC5-SZ decoding
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 30 Oct 2014 09:54:12 +0000 (06:54 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 30 Oct 2014 11:09:28 +0000 (09:09 -0200)
commitcef83483341e258beed49ce78fb2cc0c46ab1757
treebf40db4c135cff1b0e98f395a6d6c1f969d4941d
parent14edb593338e3811e818aba286237c365f8881a1
[media] rc5-decoder: BZ#85721: Fix RC5-SZ decoding

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 <mchehab@osg.samsung.com>
Acked-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/ir-rc5-decoder.c