mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
[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>
This commit is contained in:
parent
ba9f270e01
commit
c009e6819e
2 changed files with 13 additions and 3 deletions
|
@ -1,11 +1,18 @@
|
||||||
|
The cx88 driver
|
||||||
|
===============
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
This documentation is outdated.
|
||||||
|
|
||||||
cx8800 release notes
|
cx8800 release notes
|
||||||
====================
|
--------------------
|
||||||
|
|
||||||
This is a v4l2 device driver for the cx2388x chip.
|
This is a v4l2 device driver for the cx2388x chip.
|
||||||
|
|
||||||
|
|
||||||
current status
|
current status
|
||||||
==============
|
--------------
|
||||||
|
|
||||||
video
|
video
|
||||||
- Basically works.
|
- Basically works.
|
||||||
|
@ -30,7 +37,7 @@ vbi
|
||||||
|
|
||||||
|
|
||||||
how to add support for new cards
|
how to add support for new cards
|
||||||
================================
|
--------------------------------
|
||||||
|
|
||||||
The driver needs some config info for the TV cards. This stuff is in
|
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
|
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
|
to see whenever the driver knows your card or not. There is a line
|
||||||
like this one:
|
like this one:
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
cx8800[0]: subsystem: 0070:3400, board: Hauppauge WinTV \
|
cx8800[0]: subsystem: 0070:3400, board: Hauppauge WinTV \
|
||||||
34xxx models [card=1,autodetected]
|
34xxx models [card=1,autodetected]
|
||||||
|
|
||||||
|
|
|
@ -23,4 +23,5 @@ License".
|
||||||
cafe_ccic
|
cafe_ccic
|
||||||
cpia2
|
cpia2
|
||||||
cx18
|
cx18
|
||||||
|
cx88
|
||||||
zr364xx
|
zr364xx
|
||||||
|
|
Loading…
Add table
Reference in a new issue