doc-rst: linux_tv DocBook to reST migration (docs-next)
[deliverable/linux.git] / Documentation / linux_tv / media / v4l / 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.
20
21
22.. ------------------------------------------------------------------------------
23.. This file was automatically converted from DocBook-XML with the dbxml
24.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
25.. from the linux kernel, refer to:
26..
27.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
28.. ------------------------------------------------------------------------------
This page took 0.0256189999999999 seconds and 5 git commands to generate.