[media] doc-rst: rename some RC files
[deliverable/linux.git] / Documentation / media / uapi / rc / lirc_read.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _lirc_read:
4
5*************
6LIRC read fop
7*************
8
9The lircd userspace daemon reads raw IR data from the LIRC chardev. The
10exact format of the data depends on what modes a driver supports, and
11what mode has been selected. lircd obtains supported modes and sets the
12active mode via the ioctl interface, detailed at :ref:`lirc_ioctl`.
13The generally preferred mode is LIRC_MODE_MODE2, in which packets
14containing an int value describing an IR signal are read from the
15chardev.
16
17See also
18`http://www.lirc.org/html/technical.html <http://www.lirc.org/html/technical.html>`__
19for more info.
This page took 0.035146 seconds and 5 git commands to generate.