]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce28050b2291db0b08d8013f63ad0d0a9271f090
tree118f06b19d5f11ab92c60c32bd34019d12be2d0e
parent0179e7503de4282a2ee5ece2002222d3965c19c6
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