Hi Mauro, Here are some additional fixes for v4.20. By enabling the rel/keys bits when the RC input device is registered, we can re-use the same input device for imon/mce_kbd protocol mouse movements and keys. Note that all these patches depend on each other; the second depends on the first, and the third depends on the first two. Tested with real imon and mce keyboard. Thanks, Sean The following changes since commit 5f108da55c6a928d0305163731bca2ac94ab233b: media: smiapp: Remove unused loop (2018-10-03 11:59:10 -0400) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git for-v4.20b for you to fetch changes up to a810925a2795daa204f1ff2e659e026acc4459b5: media: rc: mce_kbd: input events via rc-core's input device (2018-10-04 15:05:37 +0100) ---------------------------------------------------------------- Sean Young (3): media: rc: some events are dropped by userspace media: rc: imon: report mouse events using rc-core's input device media: rc: mce_kbd: input events via rc-core's input device drivers/media/rc/ir-imon-decoder.c | 62 ++-------------------------- drivers/media/rc/ir-mce_kbd-decoder.c | 77 +++++++---------------------------- drivers/media/rc/rc-core-priv.h | 5 --- drivers/media/rc/rc-main.c | 20 ++++----- 4 files changed, 26 insertions(+), 138 deletions(-)