diff options
Diffstat (limited to 'Documentation/media/uapi/rc/remote_controllers.rst')
-rw-r--r-- | Documentation/media/uapi/rc/remote_controllers.rst | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Documentation/media/uapi/rc/remote_controllers.rst b/Documentation/media/uapi/rc/remote_controllers.rst new file mode 100644 index 000000000000..bccceb1e28c3 --- /dev/null +++ b/Documentation/media/uapi/rc/remote_controllers.rst @@ -0,0 +1,52 @@ +.. -*- coding: utf-8; mode: rst -*- + +.. include:: <isonum.txt> + +.. _remotes: + +##################### +Remote Controller API +##################### + +.. _remote_controllers: + +****************** +Remote Controllers +****************** + + +.. toctree:: + :maxdepth: 1 + :numbered: + + Remote_controllers_Intro + remote_controllers_sysfs_nodes + Remote_controllers_tables + Remote_controllers_table_change + lirc_device_interface + + +********************** +Revision and Copyright +********************** + +Authors: + +- Carvalho Chehab, Mauro <mchehab@kernel.org> + + - Initial version. + +**Copyright** |copy| 2009-2016 : Mauro Carvalho Chehab + +**************** +Revision History +**************** + +:revision: 3.15 / 2014-02-06 (*mcc*) + +Added the interface description and the RC sysfs class description. + + +:revision: 1.0 / 2009-09-06 (*mcc*) + +Initial revision |