summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/rc/lirc-read.rst
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2019-07-25 22:32:31 +0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-08-04 12:33:55 +0300
commit7328d682371722433c96416c33fa5e2b7a6d97bc (patch)
tree8d520ae84ee04afdc2f0148a8d7bfe220ae35658 /Documentation/media/uapi/rc/lirc-read.rst
parent16407a6af464301f1d5c32599ab07e6f89a98e62 (diff)
downloadlinux-7328d682371722433c96416c33fa5e2b7a6d97bc.tar.xz
media: rc: describe rc protocols and their scancodes
This lists the rc protocols the kernel knows about and how they are converted to and from scancodes. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/uapi/rc/lirc-read.rst')
-rw-r--r--Documentation/media/uapi/rc/lirc-read.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/media/uapi/rc/lirc-read.rst b/Documentation/media/uapi/rc/lirc-read.rst
index a8fedfaaf0ab..256e520bc27e 100644
--- a/Documentation/media/uapi/rc/lirc-read.rst
+++ b/Documentation/media/uapi/rc/lirc-read.rst
@@ -62,7 +62,8 @@ read from the chardev.
Alternatively, :ref:`LIRC_MODE_SCANCODE <lirc-mode-scancode>` can be available,
in this mode scancodes which are either decoded by software decoders, or
by hardware decoders. The :c:type:`rc_proto` member is set to the
-protocol used for transmission, and ``scancode`` to the decoded scancode,
+:ref:`IR protocol <Remote_controllers_Protocols>`
+used for transmission, and ``scancode`` to the decoded scancode,
and the ``keycode`` set to the keycode or ``KEY_RESERVED``.