Some references were broken. It was also mentioning LIRC_MODE_RAW,
with it is not implemented on current LIRC drivers.
So, fix the references.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
``LIRC_CAN_REC_RAW``
- The driver is capable of receiving using
- :ref:`LIRC_MODE_RAW <lirc-mode-raw>`.
+ Unused. Kept just to avoid breaking uAPI.
.. _LIRC-CAN-REC-PULSE:
``LIRC_CAN_SEND_RAW``
- The driver supports sending using :ref:`LIRC_MODE_RAW <lirc-mode-raw>`.
+ Unused. Kept just to avoid breaking uAPI.
.. _LIRC-CAN-SEND-PULSE:
Currently, only ``LIRC_MODE_PULSE`` is supported by lircd on TX. On
puse mode, a sequence of pulse/space integer values are written to the
-lirc device using ``write()``.
+lirc device using :Ref:`lirc-write`.
Return Value
============
.. -*- coding: utf-8; mode: rst -*-
-.. _lirc_read:
+.. _lirc-read:
***********
LIRC read()
.. -*- coding: utf-8; mode: rst -*-
-.. _lirc_write:
+.. _lirc-write:
************
LIRC write()
Description
===========
-:ref:`write() <func-write>` writes up to ``count`` bytes to the device
+:ref:`write() <lirc-write>` writes up to ``count`` bytes to the device
referenced by the file descriptor ``fd`` from the buffer starting at
``buf``.