diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-17 22:28:40 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-18 03:49:56 +0200 |
commit | c009e6819e60d50f2f84d202927eaa66f00e62a1 (patch) | |
tree | ed39f80982c586f4407a4288b26df5c75bde3081 /Documentation | |
parent | [media] doc-rst: add documentation for cpia2 driver (diff) | |
download | linux-c009e6819e60d50f2f84d202927eaa66f00e62a1.tar.xz linux-c009e6819e60d50f2f84d202927eaa66f00e62a1.zip |
[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>
Diffstat (limited to 'Documentation')
-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 @@ +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] 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". cafe_ccic cpia2 cx18 + cx88 zr364xx |