Files
linux/drivers/media/rc
Sean Young af191a7d47 media: keymaps: Ensure module name matches RC_MAP_VIDEOMATE_K100
When loading a rc keymap, rc_map_get() attempts to load the kernel module
using the keymap name.

The rc_map RC_MAP_VIDEOMATE_K100 is defined to "rc-videomate-k100"
but the module is called rc-videomate-m1f.ko, so therefore automagic
loading of the keymap will fail.

Rename the module to match.

Signed-off-by: Sean Young <sean@mess.org>
Acked-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2026-06-30 21:58:02 +01:00
..