[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:
Mauro Carvalho Chehab
2010-11-17 13:53:11 -03:00
parent 6bda96447c
commit ca86674b8a
22 changed files with 95 additions and 86 deletions

View File

@@ -150,7 +150,7 @@ again:
scancode, toggle);
}
ir_keydown(dev, scancode, toggle);
rc_keydown(dev, scancode, toggle);
data->state = STATE_INACTIVE;
return 0;
}