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