Path: blob/master/Documentation/DocBook/v4l/dev-teletext.xml
10823 views
<title>Teletext Interface</title>12<para>This interface was aimed at devices receiving and demodulating3Teletext data [<xref linkend="ets300706" />, <xref linkend="itu653" />], evaluating the4Teletext packages and storing formatted pages in cache memory. Such5devices are usually implemented as microcontrollers with serial6interface (I<superscript>2</superscript>C) and could be found on old7TV cards, dedicated Teletext decoding cards and home-brew devices8connected to the PC parallel port.</para>910<para>The Teletext API was designed by Martin Buck. It was defined in11the kernel header file <filename>linux/videotext.h</filename>, the12specification is available from <ulink url="ftp://ftp.gwdg.de/pub/linux/misc/videotext/">13ftp://ftp.gwdg.de/pub/linux/misc/videotext/</ulink>. (Videotext is the name of14the German public television Teletext service.)</para>1516<para>Eventually the Teletext API was integrated into the V4L API17with character device file names <filename>/dev/vtx0</filename> to18<filename>/dev/vtx31</filename>, device major number 81, minor numbers19192 to 223.</para>2021<para>However, teletext decoders were quickly replaced by more22generic VBI demodulators and those dedicated teletext decoders no longer exist.23For many years the vtx devices were still around, even though nobody used24them. So the decision was made to finally remove support for the Teletext API in25kernel 2.6.37.</para>2627<para>Modern devices all use the <link linkend="raw-vbi">raw</link> or28<link linkend="sliced">sliced</link> VBI API.</para>2930<!--31Local Variables:32mode: sgml33sgml-parent-document: "v4l2.sgml"34indent-tabs-mode: nil35End:36-->373839