Mauro Carvalho Chehab | 8e080c2 | 2009-09-13 22:16:04 -0300 | [diff] [blame] | 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 | <author> |
| 16 | <firstname>Mauro</firstname> |
| 17 | <surname>Chehab</surname> |
| 18 | <othername role="mi">Carvalho</othername> |
| 19 | <affiliation><address><email>mchehab@redhat.com</email></address></affiliation> |
| 20 | <contrib>Ported document to Docbook XML.</contrib> |
| 21 | </author> |
| 22 | </authorgroup> |
| 23 | <copyright> |
| 24 | <year>2002</year> |
| 25 | <year>2003</year> |
| 26 | <year>2009</year> |
| 27 | <holder>Convergence GmbH</holder> |
| 28 | </copyright> |
| 29 | |
| 30 | <revhistory> |
| 31 | <!-- Put document revisions here, newest first. --> |
| 32 | <revision> |
Mauro Carvalho Chehab | f0964a7 | 2009-10-24 19:55:24 -0300 | [diff] [blame] | 33 | <revnumber>2.0.2</revnumber> |
| 34 | <date>2009-10-25</date> |
| 35 | <authorinitials>mcc</authorinitials> |
| 36 | <revremark> |
Mauro Carvalho Chehab | 603c0d80 | 2009-10-24 20:19:20 -0300 | [diff] [blame] | 37 | documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls. |
Mauro Carvalho Chehab | f0964a7 | 2009-10-24 19:55:24 -0300 | [diff] [blame] | 38 | </revremark> |
| 39 | </revision> |
| 40 | <revision> |
Mauro Carvalho Chehab | 453d63c | 2009-09-16 23:22:05 -0300 | [diff] [blame] | 41 | <revnumber>2.0.1</revnumber> |
| 42 | <date>2009-09-16</date> |
| 43 | <authorinitials>mcc</authorinitials> |
| 44 | <revremark> |
| 45 | Added ISDB-T test originally written by Patrick Boettcher |
| 46 | </revremark> |
| 47 | </revision> |
| 48 | <revision> |
Mauro Carvalho Chehab | 8e080c2 | 2009-09-13 22:16:04 -0300 | [diff] [blame] | 49 | <revnumber>2.0.0</revnumber> |
| 50 | <date>2009-09-06</date> |
| 51 | <authorinitials>mcc</authorinitials> |
| 52 | <revremark>Conversion from LaTex to DocBook XML. The |
| 53 | contents is the same as the original LaTex version.</revremark> |
| 54 | </revision> |
| 55 | <revision> |
| 56 | <revnumber>1.0.0</revnumber> |
| 57 | <date>2003-07-24</date> |
| 58 | <authorinitials>rjkm</authorinitials> |
| 59 | <revremark>Initial revision on LaTEX.</revremark> |
| 60 | </revision> |
| 61 | </revhistory> |
| 62 | </partinfo> |
| 63 | |
| 64 | |
| 65 | <title>LINUX DVB API</title> |
| 66 | <subtitle>Version 3</subtitle> |
| 67 | <!-- ADD THE CHAPTERS HERE --> |
| 68 | <chapter id="dvb_introdution"> |
| 69 | &sub-intro; |
| 70 | </chapter> |
| 71 | <chapter id="dvb_frontend"> |
| 72 | &sub-frontend; |
| 73 | </chapter> |
| 74 | <chapter id="dvb_demux"> |
| 75 | &sub-demux; |
| 76 | </chapter> |
| 77 | <chapter id="dvb_video"> |
| 78 | &sub-video; |
| 79 | </chapter> |
| 80 | <chapter id="dvb_audio"> |
| 81 | &sub-audio; |
| 82 | </chapter> |
| 83 | <chapter id="dvb_ca"> |
| 84 | &sub-ca; |
| 85 | </chapter> |
| 86 | <chapter id="dvb_net"> |
| 87 | &sub-net; |
| 88 | </chapter> |
| 89 | <chapter id="dvb_kdapi"> |
| 90 | &sub-kdapi; |
| 91 | </chapter> |
| 92 | <chapter id="dvb_examples"> |
| 93 | &sub-examples; |
| 94 | </chapter> |
| 95 | <!-- END OF CHAPTERS --> |
Mauro Carvalho Chehab | 9ca2bda | 2009-10-24 19:24:43 -0300 | [diff] [blame] | 96 | <appendix id="frontend_h"> |
| 97 | <title>DVB Frontend Header File</title> |
| 98 | &sub-frontend-h; |
| 99 | </appendix> |
| 100 | |