V4L/DVB: Documentation: update now that the vtx/videotext API has been removed
[deliverable/linux.git] / Documentation / DocBook / v4l / dev-teletext.xml
CommitLineData
8e080c2e
MCC
1 <title>Teletext Interface</title>
2
f44026db 3 <para>This interface was aimed at devices receiving and demodulating
8e080c2e
MCC
4Teletext data [<xref linkend="ets300706" />, <xref linkend="itu653" />], evaluating the
5Teletext packages and storing formatted pages in cache memory. Such
6devices are usually implemented as microcontrollers with serial
f44026db 7interface (I<superscript>2</superscript>C) and could be found on old
8e080c2e
MCC
8TV cards, dedicated Teletext decoding cards and home-brew devices
9connected to the PC parallel port.</para>
10
f44026db 11 <para>The Teletext API was designed by Martin Buck. It was defined in
8e080c2e 12the kernel header file <filename>linux/videotext.h</filename>, the
e5b20214
MCC
13specification is available from <ulink url="ftp://ftp.gwdg.de/pub/linux/misc/videotext/">
14ftp://ftp.gwdg.de/pub/linux/misc/videotext/</ulink>. (Videotext is the name of
f44026db 15the German public television Teletext service.)</para>
8e080c2e
MCC
16
17 <para>Eventually the Teletext API was integrated into the V4L API
18with character device file names <filename>/dev/vtx0</filename> to
19<filename>/dev/vtx31</filename>, device major number 81, minor numbers
f44026db 20192 to 223.</para>
8e080c2e 21
f44026db
HV
22 <para>However, teletext decoders were quickly replaced by more
23generic VBI demodulators and those dedicated teletext decoders no longer exist.
24For many years the vtx devices were still around, even though nobody used
25them. So the decision was made to finally remove support for the Teletext API in
26kernel 2.6.37.</para>
27
28 <para>Modern devices all use the <link linkend="raw-vbi">raw</link> or
29<link linkend="sliced">sliced</link> VBI API.</para>
8e080c2e
MCC
30
31 <!--
32Local Variables:
33mode: sgml
34sgml-parent-document: "v4l2.sgml"
35indent-tabs-mode: nil
36End:
37 -->
This page took 0.100199 seconds and 5 git commands to generate.