From: Ulrich Eckhardt Date: Sat, 26 Jul 2014 18:01:12 +0000 (-0300) Subject: [media] imon: Fix not working front panel X-Git-Tag: v3.18-rc1~101^2^2~433 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6ddc2be511a76e6c3f689f46155cb0f4c8f5876e;p=karo-tx-linux.git [media] imon: Fix not working front panel Make the front panel buttons working after another button on the remote was pressed. Signed-off-by: Ulrich Eckhardt Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c index c91e9709b47e..3d8f515be3c1 100644 --- a/drivers/media/rc/imon.c +++ b/drivers/media/rc/imon.c @@ -1610,6 +1610,7 @@ static void imon_incoming_packet(struct imon_context *ictx, scancode = be64_to_cpu(*((u64 *)buf)); ktype = IMON_KEY_PANEL; kc = imon_panel_key_lookup(ictx, scancode); + ictx->release_code = false; } else { scancode = be32_to_cpu(*((u32 *)buf)); if (ictx->rc_type == RC_BIT_RC6_MCE) {