diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-12 09:11:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-12 09:42:59 -0300 |
commit | 048eb3ef7580ef5dd64c74a319e58b1c8568ed68 (patch) | |
tree | b831c59edd204ee4deff028458869c700e59d49c /Documentation/media/uapi/rc/lirc-get-send-mode.rst | |
parent | f27637f96f5c146ddc0f99e3e00cb80e517c08ee (diff) |
[media] doc-rst: document LIRC set mode ioctls
Add LIRC_SET_[REC|SEND]_MODE ioctls to the corresponding
GET functions, and put all LIRC modes altogether.
As now everything is already documented on its own ioctl
pages, get rid of lirc_ioctl.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/rc/lirc-get-send-mode.rst')
-rw-r--r-- | Documentation/media/uapi/rc/lirc-get-send-mode.rst | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Documentation/media/uapi/rc/lirc-get-send-mode.rst b/Documentation/media/uapi/rc/lirc-get-send-mode.rst index f3fd310a8d7c..3e1d96122ff2 100644 --- a/Documentation/media/uapi/rc/lirc-get-send-mode.rst +++ b/Documentation/media/uapi/rc/lirc-get-send-mode.rst @@ -1,15 +1,16 @@ .. -*- coding: utf-8; mode: rst -*- .. _lirc_get_send_mode: +.. _lirc_set_send_mode: -************************ -ioctl LIRC_GET_SEND_MODE -************************ +************************************************ +ioctls LIRC_GET_SEND_MODE and LIRC_SET_SEND_MODE +************************************************ Name ==== -LIRC_GET_SEND_MODE - Get supported transmit mode. +LIRC_GET_SEND_MODE/LIRC_SET_SEND_MODE - Get/set supported transmit mode. Synopsis ======== @@ -32,13 +33,9 @@ Arguments Description =========== -Get supported transmit mode. +Get/set supported transmit mode. -.. _lirc-mode-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 :Ref:`lirc-write`. +Only :ref:`LIRC_MODE_PULSE <lirc-mode-pulse>` is supported by for IR send. Return Value ============ |