]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] doc-rst: add documentation about IR on V4L boards
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 18 Jul 2016 01:11:47 +0000 (22:11 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 18 Jul 2016 01:51:28 +0000 (22:51 -0300)
This section is outdated, but let's add it, after converting
to ReST, and then fix it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/v4l-drivers/index.rst
Documentation/media/v4l-drivers/v4l-with-ir.rst

index d660623eeea6f2a0350c2be5f612a8b38735a030..8a026455b09c2b0f6cd63ef5ada0e7177ef46364 100644 (file)
@@ -20,6 +20,7 @@ License".
        :numbered:
 
        fourcc
+       v4l-with-ir
        cardlist
        cafe_ccic
        cpia2
index 0da47a847056f9f35b98e44df6369547b7d31c29..334174a52bda4fc220e03ec50b4fd478d8dea70f 100644 (file)
@@ -1,9 +1,13 @@
-
 infrared remote control support in video4linux drivers
 ======================================================
 
+Author: Gerd Hoffmann
+
+.. note::
+
+   This section is outdated.
 
-basics
+Basics
 ------
 
 Current versions use the linux input layer to support infrared
@@ -23,7 +27,7 @@ Feel free to contact me in case of trouble.  Note that the ir-kbd-*
 modules work on 2.6.x kernels only through ...
 
 
-how it works
+How it works
 ------------
 
 The modules register the remote as keyboard within the linux input
@@ -42,7 +46,7 @@ events and the like.  You can also use the kbd utility to change the
 keymaps (2.6.x kernels only through).
 
 
-using with lircd
+Using with lircd
 ================
 
 The cvs version of the lircd daemon supports reading events from the
@@ -50,7 +54,7 @@ linux input layer (via event device).  The input layer tools tarball
 comes with a lircd config file.
 
 
-using without lircd
+Using without lircd
 ===================
 
 XFree86 likely can be configured to recognise the remote keys.  Once I
@@ -69,4 +73,3 @@ Have fun,
   Gerd
 
 --
-Gerd Knorr <kraxel@bytesex.org>