[media] doc-rst: Add cx88 documentation to media book
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 17 Jul 2016 20:28:40 +0000 (17:28 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 18 Jul 2016 01:49:56 +0000 (22:49 -0300)
Convert the cx88 documentation to rst and add it to the v4l-devices
book

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

index b09ce36b921e584a801c0f1881db4519ab616c76..f4e69306f64de16f3ff47d2d5d40f14689d9ab83 100644 (file)
@@ -1,11 +1,18 @@
+The cx88 driver
+===============
+
+.. note::
+
+   This documentation is outdated.
+
 cx8800 release notes
-====================
+--------------------
 
 This is a v4l2 device driver for the cx2388x chip.
 
 
 current status
-==============
+--------------
 
 video
        - Basically works.
@@ -30,7 +37,7 @@ vbi
 
 
 how to add support for new cards
-================================
+--------------------------------
 
 The driver needs some config info for the TV cards.  This stuff is in
 cx88-cards.c.  If the driver doesn't work well you likely need a new
@@ -38,6 +45,8 @@ entry for your card in that file.  Check the kernel log (using dmesg)
 to see whenever the driver knows your card or not.  There is a line
 like this one:
 
+.. code-block:: none
+
        cx8800[0]: subsystem: 0070:3400, board: Hauppauge WinTV \
                34xxx models [card=1,autodetected]
 
index 07dc2596b0bd0c7dd9b7904d143bf41dbcc2cd2e..839374e60280b59ffc8368d8d59968c03dbd8f47 100644 (file)
@@ -23,4 +23,5 @@ License".
        cafe_ccic
        cpia2
        cx18
+       cx88
        zr364xx
This page took 0.026356 seconds and 5 git commands to generate.