Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ddc2be5 authored by Ulrich Eckhardt's avatar Ulrich Eckhardt Committed by Mauro Carvalho Chehab
Browse files

[media] imon: Fix not working front panel



Make the front panel buttons working after another button on the
remote was pressed.

Signed-off-by: default avatarUlrich Eckhardt <uli@uli-eckhardt.de>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 7b5fc071
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {