V4L/DVB: ir-core: rename sysfs remote controller class from ir to rc
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 27 Mar 2010 01:45:16 +0000 (22:45 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:53:02 +0000 (00:53 -0300)
commite202c15b4209f05fe109dd396463a524f4c2d3d8
tree118f06b19d5f11ab92c60c32bd34019d12be2d0e
parentd89b4bd2b47395339d5b5b6a7e28f91dd0d21b7b
V4L/DVB: ir-core: rename sysfs remote controller class from ir to rc

IR is an alias for Infrared Remote, while RC is an alias for Remote
Controller.

While currently all implementations are with Infrared Remote Controller,
this subsystem is not meant to be used only by IR type of RC's. So,
as discussed on both linux-media and linux-input, the better is to
rename the subsystem as Remote Controller.

While, currently, the only application that uses the /sys/class/irrcv is
ir-keytable application, and its sysfs support works only with the
current linux-next code, it is still possible to change the userspace API
without the risk of breaking applications. So, better to rename this
sooner than later.

Later patches will be needed to rename the files and to move them away
from drivers/media, but this is not a critical issue. So, for now,
let's just change the name of the sysfs class/nodes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-sysfs.c