Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[cascardo/linux.git] / Documentation / media / uapi / dvb / dvbapi.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. include:: <isonum.txt>
4
5 .. _dvbapi:
6
7 ########################
8 Part II - Digital TV API
9 ########################
10
11 .. note::
12
13    This API is also known as **DVB API**, although it is generic
14    enough to support all digital TV standards.
15
16 **Version 5.10**
17
18 .. class:: toc-title
19
20         Table of Contents
21
22 .. toctree::
23     :maxdepth: 5
24     :numbered:
25
26     intro
27     frontend
28     demux
29     ca
30     net
31     legacy_dvb_apis
32     examples
33     audio_h
34     ca_h
35     dmx_h
36     frontend_h
37     net_h
38     video_h
39
40
41 **********************
42 Revision and Copyright
43 **********************
44
45 Authors:
46
47 - J. K. Metzler, Ralph <rjkm@metzlerbros.de>
48
49  - Original author of the DVB API documentation.
50
51 - O. C. Metzler, Marcus <rjkm@metzlerbros.de>
52
53  - Original author of the DVB API documentation.
54
55 - Carvalho Chehab, Mauro <m.chehab@kernel.org>
56
57  - Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
58
59 **Copyright** |copy| 2002-2003 : Convergence GmbH
60
61 **Copyright** |copy| 2009-2016 : Mauro Carvalho Chehab
62
63 ****************
64 Revision History
65 ****************
66
67 :revision: 2.1.0 / 2015-05-29 (*mcc*)
68
69 DocBook improvements and cleanups, in order to document the system calls
70 on a more standard way and provide more description about the current
71 DVB API.
72
73 :revision: 2.0.4 / 2011-05-06 (*mcc*)
74
75 Add more information about DVB APIv5, better describing the frontend
76 GET/SET props ioctl's.
77
78
79 :revision: 2.0.3 / 2010-07-03 (*mcc*)
80
81 Add some frontend capabilities flags, present on kernel, but missing at
82 the specs.
83
84
85 :revision: 2.0.2 / 2009-10-25 (*mcc*)
86
87 documents FE_SET_FRONTEND_TUNE_MODE and
88 FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
89
90
91 :revision: 2.0.1 / 2009-09-16 (*mcc*)
92
93 Added ISDB-T test originally written by Patrick Boettcher
94
95
96 :revision: 2.0.0 / 2009-09-06 (*mcc*)
97
98 Conversion from LaTex to DocBook XML. The contents is the same as the
99 original LaTex version.
100
101
102 :revision: 1.0.0 / 2003-07-24 (*rjkm*)
103
104 Initial revision on LaTEX.