[media] Rename all public generic RC functions from ir_ to rc_
Those functions are not InfraRed specific. So, rename them to properly reflect it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -242,7 +242,7 @@ again:
|
||||
goto out;
|
||||
}
|
||||
|
||||
ir_keydown(dev, scancode, toggle);
|
||||
rc_keydown(dev, scancode, toggle);
|
||||
data->state = STATE_INACTIVE;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user