blob: 414b1cfff9f48f50d27cd2784eb433c8fa4ef400 [file] [log] [blame]
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -03001 <title>Teletext Interface</title>
2
Hans Verkuilf44026d2010-08-06 12:52:43 -03003 <para>This interface was aimed at devices receiving and demodulating
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -03004Teletext 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
Hans Verkuilf44026d2010-08-06 12:52:43 -03007interface (I<superscript>2</superscript>C) and could be found on old
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -03008TV cards, dedicated Teletext decoding cards and home-brew devices
9connected to the PC parallel port.</para>
10
Hans Verkuilf44026d2010-08-06 12:52:43 -030011 <para>The Teletext API was designed by Martin Buck. It was defined in
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030012the kernel header file <filename>linux/videotext.h</filename>, the
Mauro Carvalho Chehabe5b202142009-09-15 20:49:43 -030013specification 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
Hans Verkuilf44026d2010-08-06 12:52:43 -030015the German public television Teletext service.)</para>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030016
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
Hans Verkuilf44026d2010-08-06 12:52:43 -030020192 to 223.</para>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030021
Hans Verkuilf44026d2010-08-06 12:52:43 -030022 <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>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030030
31 <!--
32Local Variables:
33mode: sgml
34sgml-parent-document: "v4l2.sgml"
35indent-tabs-mode: nil
36End:
37 -->