[media] rc: use rc_map_ prefix for all rc map tables
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Este cometimento está contido em:
@@ -129,7 +129,7 @@ static struct rc_map_table imon_pad[] = {
|
||||
{ 0x29b715b7, KEY_DASHBOARD }, /* AppLauncher */
|
||||
};
|
||||
|
||||
static struct rc_keymap imon_pad_map = {
|
||||
static struct rc_map_list imon_pad_map = {
|
||||
.map = {
|
||||
.scan = imon_pad,
|
||||
.size = ARRAY_SIZE(imon_pad),
|
||||
@@ -141,12 +141,12 @@ static struct rc_keymap imon_pad_map = {
|
||||
|
||||
static int __init init_rc_map_imon_pad(void)
|
||||
{
|
||||
return ir_register_map(&imon_pad_map);
|
||||
return rc_map_register(&imon_pad_map);
|
||||
}
|
||||
|
||||
static void __exit exit_rc_map_imon_pad(void)
|
||||
{
|
||||
ir_unregister_map(&imon_pad_map);
|
||||
rc_map_unregister(&imon_pad_map);
|
||||
}
|
||||
|
||||
module_init(init_rc_map_imon_pad)
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador