diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-17 16:28:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-17 21:49:56 -0400 |
commit | c009e6819e60d50f2f84d202927eaa66f00e62a1 (patch) | |
tree | ed39f80982c586f4407a4288b26df5c75bde3081 | |
parent | ba9f270e018b4ec20fa763e16d13ec240a95cd68 (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.rst | 15 | ||||
-rw-r--r-- | Documentation/media/v4l-drivers/index.rst | 1 |
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 @@ | |||
1 | The cx88 driver | ||
2 | =============== | ||
3 | |||
4 | .. note:: | ||
5 | |||
6 | This documentation is outdated. | ||
7 | |||
1 | cx8800 release notes | 8 | cx8800 release notes |
2 | ==================== | 9 | -------------------- |
3 | 10 | ||
4 | This is a v4l2 device driver for the cx2388x chip. | 11 | This is a v4l2 device driver for the cx2388x chip. |
5 | 12 | ||
6 | 13 | ||
7 | current status | 14 | current status |
8 | ============== | 15 | -------------- |
9 | 16 | ||
10 | video | 17 | video |
11 | - Basically works. | 18 | - Basically works. |
@@ -30,7 +37,7 @@ vbi | |||
30 | 37 | ||
31 | 38 | ||
32 | how to add support for new cards | 39 | how to add support for new cards |
33 | ================================ | 40 | -------------------------------- |
34 | 41 | ||
35 | The driver needs some config info for the TV cards. This stuff is in | 42 | The driver needs some config info for the TV cards. This stuff is in |
36 | cx88-cards.c. If the driver doesn't work well you likely need a new | 43 | 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) | |||
38 | to see whenever the driver knows your card or not. There is a line | 45 | to see whenever the driver knows your card or not. There is a line |
39 | like this one: | 46 | like 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 |