Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kerne...
[linux-2.6-microblaze.git] / Documentation / userspace-api / media / dvb / dvbapi.rst
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. include:: <isonum.txt>
3
4 .. _dvbapi:
5
6 ########################
7 Part II - Digital TV API
8 ########################
9
10 .. note::
11
12    This API is also known as Linux **DVB API**.
13
14    It it was originally written to support the European digital TV
15    standard (DVB), and later extended to support all digital TV standards.
16
17    In order to avoid confusion, within this document, it was opted to refer to
18    it, and to associated hardware as **Digital TV**.
19
20    The word **DVB** is reserved to be used for:
21
22      - the Digital TV API version
23        (e. g. DVB API version 3 or DVB API version 5);
24      - digital TV data types (enums, structs, defines, etc);
25      - digital TV device nodes (``/dev/dvb/...``);
26      - the European DVB standard.
27
28 **Version 5.10**
29
30 .. only:: html
31
32    .. class:: toc-title
33
34         Table of Contents
35
36 .. toctree::
37     :maxdepth: 5
38     :numbered:
39
40     intro
41     frontend
42     demux
43     ca
44     net
45     legacy_dvb_apis
46     examples
47     headers
48
49
50 **********************
51 Revision and Copyright
52 **********************
53
54 Authors:
55
56 - J. K. Metzler, Ralph <rjkm@metzlerbros.de>
57
58  - Original author of the Digital TV API documentation.
59
60 - O. C. Metzler, Marcus <rjkm@metzlerbros.de>
61
62  - Original author of the Digital TV API documentation.
63
64 - Carvalho Chehab, Mauro <mchehab+samsung@kernel.org>
65
66  - Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
67
68 **Copyright** |copy| 2002-2003 : Convergence GmbH
69
70 **Copyright** |copy| 2009-2017 : Mauro Carvalho Chehab
71
72 ****************
73 Revision History
74 ****************
75
76 :revision: 2.2.0 / 2017-09-01 (*mcc*)
77
78 Most gaps between the uAPI document and the Kernel implementation
79 got fixed for the non-legacy API.
80
81 :revision: 2.1.0 / 2015-05-29 (*mcc*)
82
83 DocBook improvements and cleanups, in order to document the system calls
84 on a more standard way and provide more description about the current
85 Digital TV API.
86
87 :revision: 2.0.4 / 2011-05-06 (*mcc*)
88
89 Add more information about DVBv5 API, better describing the frontend
90 GET/SET props ioctl's.
91
92
93 :revision: 2.0.3 / 2010-07-03 (*mcc*)
94
95 Add some frontend capabilities flags, present on kernel, but missing at
96 the specs.
97
98
99 :revision: 2.0.2 / 2009-10-25 (*mcc*)
100
101 documents FE_SET_FRONTEND_TUNE_MODE and
102 FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
103
104
105 :revision: 2.0.1 / 2009-09-16 (*mcc*)
106
107 Added ISDB-T test originally written by Patrick Boettcher
108
109
110 :revision: 2.0.0 / 2009-09-06 (*mcc*)
111
112 Conversion from LaTex to DocBook XML. The contents is the same as the
113 original LaTex version.
114
115
116 :revision: 1.0.0 / 2003-07-24 (*rjkm*)
117
118 Initial revision on LaTEX.