• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/DocBook/dvb/
1<partinfo>
2<authorgroup>
3<author>
4<firstname>Ralph</firstname>
5<surname>Metzler</surname>
6<othername role="mi">J. K.</othername>
7<affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation>
8</author>
9<author>
10<firstname>Marcus</firstname>
11<surname>Metzler</surname>
12<othername role="mi">O. C.</othername>
13<affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation>
14</author>
15</authorgroup>
16<authorgroup>
17<author>
18<firstname>Mauro</firstname>
19<othername role="mi">Carvalho</othername>
20<surname>Chehab</surname>
21<affiliation><address><email>mchehab@redhat.com</email></address></affiliation>
22<contrib>Ported document to Docbook XML.</contrib>
23</author>
24</authorgroup>
25<copyright>
26	<year>2002</year>
27	<year>2003</year>
28	<holder>Convergence GmbH</holder>
29</copyright>
30<copyright>
31	<year>2009-2010</year>
32	<holder>Mauro Carvalho Chehab</holder>
33</copyright>
34
35<revhistory>
36<!-- Put document revisions here, newest first. -->
37<revision>
38	<revnumber>2.0.3</revnumber>
39	<date>2010-07-03</date>
40	<authorinitials>mcc</authorinitials>
41	<revremark>
42		Add some frontend capabilities flags, present on kernel, but missing at the specs.
43	</revremark>
44</revision>
45<revision>
46	<revnumber>2.0.2</revnumber>
47	<date>2009-10-25</date>
48	<authorinitials>mcc</authorinitials>
49	<revremark>
50		documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
51	</revremark>
52</revision>
53<revision>
54<revnumber>2.0.1</revnumber>
55<date>2009-09-16</date>
56<authorinitials>mcc</authorinitials>
57<revremark>
58Added ISDB-T test originally written by Patrick Boettcher
59</revremark>
60</revision>
61<revision>
62<revnumber>2.0.0</revnumber>
63<date>2009-09-06</date>
64<authorinitials>mcc</authorinitials>
65<revremark>Conversion from LaTex to DocBook XML. The
66	contents is the same as the original LaTex version.</revremark>
67</revision>
68<revision>
69<revnumber>1.0.0</revnumber>
70<date>2003-07-24</date>
71<authorinitials>rjkm</authorinitials>
72<revremark>Initial revision on LaTEX.</revremark>
73</revision>
74</revhistory>
75</partinfo>
76
77
78<title>LINUX DVB API</title>
79<subtitle>Version 5.2</subtitle>
80<!-- ADD THE CHAPTERS HERE -->
81  <chapter id="dvb_introdution">
82    &sub-intro;
83  </chapter>
84  <chapter id="dvb_frontend">
85    &sub-frontend;
86  </chapter>
87  <chapter id="dvb_demux">
88    &sub-demux;
89  </chapter>
90  <chapter id="dvb_video">
91    &sub-video;
92  </chapter>
93  <chapter id="dvb_audio">
94    &sub-audio;
95  </chapter>
96  <chapter id="dvb_ca">
97    &sub-ca;
98  </chapter>
99  <chapter id="dvb_net">
100    &sub-net;
101  </chapter>
102  <chapter id="dvb_kdapi">
103    &sub-kdapi;
104  </chapter>
105  <chapter id="dvb_examples">
106    &sub-examples;
107  </chapter>
108<!-- END OF CHAPTERS -->
109  <appendix id="frontend_h">
110    <title>DVB Frontend Header File</title>
111    &sub-frontend-h;
112  </appendix>
113
114