diff options
-rw-r--r-- | staging-specs/media.xml | 40 | ||||
-rw-r--r-- | staging-specs/v4l/keytable.c.xml | 2 | ||||
-rw-r--r-- | staging-specs/v4l/v4l2.xml | 4 |
3 files changed, 37 insertions, 9 deletions
diff --git a/staging-specs/media.xml b/staging-specs/media.xml index 122c4662e..871cbe21d 100644 --- a/staging-specs/media.xml +++ b/staging-specs/media.xml @@ -52,14 +52,16 @@ Foundation. A copy of the license is included in the chapter entitled video and radio straming devices, including video cameras, analog and digital TV receiver cards, AM/FM receiver cards, streaming capture devices.</para> - <para>It is divided into two parts. The first part covers radio, capture, - cameras and analog TV devices, while the second part covers the + <para>It is divided into three parts.</para> + <para>The first part covers radio, capture, + cameras and analog TV devices.</para> + <para>The second part covers the API used for digital TV and Internet reception via one of the several digital tv standards. While it is called as DVB API, in fact it covers several different video standards including DVB-T, DVB-S, DVB-C and ATSC. The API is currently being updated to documment support also for DVB-S2, ISDB-T and ISDB-S.</para> - + <para>The third part covers other API's used by all media infrastructure devices</para> <para>For additional information and for the latest development code, see: <ulink url="http://linuxtv.org">http://linuxtv.org</ulink>.</para> <para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para> @@ -72,4 +74,36 @@ Foundation. A copy of the license is included in the chapter entitled <part id="dvbapi"> &sub-dvbapi; </part> +<part id="v4ldvb_common"> +<partinfo> +<authorgroup> +<author> +<firstname>Mauro</firstname> +<surname>Chehab</surname> +<othername role="mi">Carvalho</othername> +<affiliation><address><email>mchehab@redhat.com</email></address></affiliation> +<contrib>Initial version.</contrib> +</author> +</authorgroup> +<copyright> + <year>2009</year> + <holder>Mauro Carvalho Chehab</holder> +</copyright> + +<revhistory> +<!-- Put document revisions here, newest first. --> +<revision> +<revnumber>1.0.0</revnumber> +<date>2009-09-06</date> +<authorinitials>mcc</authorinitials> +<revremark>Initial revision</revremark> +</revision> +</revhistory> +</partinfo> + +<title>Other API's used by media infrastructure drivers</title> +<chapter id="remote_controllers"> +&sub-remote_controllers; +</chapter> +</part> </book> diff --git a/staging-specs/v4l/keytable.c.xml b/staging-specs/v4l/keytable.c.xml deleted file mode 100644 index d57a7f923..000000000 --- a/staging-specs/v4l/keytable.c.xml +++ /dev/null @@ -1,2 +0,0 @@ -<programlisting> -</programlisting> diff --git a/staging-specs/v4l/v4l2.xml b/staging-specs/v4l/v4l2.xml index 2ba64c0df..65558587b 100644 --- a/staging-specs/v4l/v4l2.xml +++ b/staging-specs/v4l/v4l2.xml @@ -451,10 +451,6 @@ and discussions on the V4L mailing list.</revremark> &sub-libv4l; </chapter> - <chapter id="remote_controllers"> - &sub-remote_controllers; - </chapter> - <chapter id="compat"> &sub-compat; </chapter> |