aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-17 16:28:40 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-17 21:49:56 -0400
commitc009e6819e60d50f2f84d202927eaa66f00e62a1 (patch)
treeed39f80982c586f4407a4288b26df5c75bde3081
parentba9f270e018b4ec20fa763e16d13ec240a95cd68 (diff)
[media] doc-rst: Add cx88 documentation to media book
Convert the cx88 documentation to rst and add it to the v4l-devices book Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--Documentation/media/v4l-drivers/cx88.rst15
-rw-r--r--Documentation/media/v4l-drivers/index.rst1
2 files changed, 13 insertions, 3 deletions
diff --git a/Documentation/media/v4l-drivers/cx88.rst b/Documentation/media/v4l-drivers/cx88.rst
index b09ce36b921e..f4e69306f64d 100644
--- a/Documentation/media/v4l-drivers/cx88.rst
+++ b/Documentation/media/v4l-drivers/cx88.rst
@@ -1,11 +1,18 @@
1The cx88 driver
2===============
3
4.. note::
5
6 This documentation is outdated.
7
1cx8800 release notes 8cx8800 release notes
2==================== 9--------------------
3 10
4This is a v4l2 device driver for the cx2388x chip. 11This is a v4l2 device driver for the cx2388x chip.
5 12
6 13
7current status 14current status
8============== 15--------------
9 16
10video 17video
11 - Basically works. 18 - Basically works.
@@ -30,7 +37,7 @@ vbi
30 37
31 38
32how to add support for new cards 39how to add support for new cards
33================================ 40--------------------------------
34 41
35The driver needs some config info for the TV cards. This stuff is in 42The driver needs some config info for the TV cards. This stuff is in
36cx88-cards.c. If the driver doesn't work well you likely need a new 43cx88-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)
38to see whenever the driver knows your card or not. There is a line 45to see whenever the driver knows your card or not. There is a line
39like this one: 46like this one:
40 47
48.. code-block:: none
49
41 cx8800[0]: subsystem: 0070:3400, board: Hauppauge WinTV \ 50 cx8800[0]: subsystem: 0070:3400, board: Hauppauge WinTV \
42 34xxx models [card=1,autodetected] 51 34xxx models [card=1,autodetected]
43 52
diff --git a/Documentation/media/v4l-drivers/index.rst b/Documentation/media/v4l-drivers/index.rst
index 07dc2596b0bd..839374e60280 100644
--- a/Documentation/media/v4l-drivers/index.rst
+++ b/Documentation/media/v4l-drivers/index.rst
@@ -23,4 +23,5 @@ License".
23 cafe_ccic 23 cafe_ccic
24 cpia2 24 cpia2
25 cx18 25 cx18
26 cx88
26 zr364xx 27 zr364xx