提交 6ddc2be5 编写于 作者: U Ulrich Eckhardt 提交者: Mauro Carvalho Chehab

[media] imon: Fix not working front panel

Make the front panel buttons working after another button on the
remote was pressed.
Signed-off-by: NUlrich Eckhardt <uli@uli-eckhardt.de>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 7b5fc071
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册