dev-teletext.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <title>Teletext Interface</title>
  2. <para>This interface aims at devices receiving and demodulating
  3. Teletext data [<xref linkend="ets300706" />, <xref linkend="itu653" />], evaluating the
  4. Teletext packages and storing formatted pages in cache memory. Such
  5. devices are usually implemented as microcontrollers with serial
  6. interface (I<superscript>2</superscript>C) and can be found on older
  7. TV cards, dedicated Teletext decoding cards and home-brew devices
  8. connected to the PC parallel port.</para>
  9. <para>The Teletext API was designed by Martin Buck. It is defined in
  10. the kernel header file <filename>linux/videotext.h</filename>, the
  11. specification is available from <ulink url="ftp://ftp.gwdg.de/pub/linux/misc/videotext/">
  12. ftp://ftp.gwdg.de/pub/linux/misc/videotext/</ulink>. (Videotext is the name of
  13. the German public television Teletext service.) Conventional character
  14. device file names are <filename>/dev/vtx</filename> and
  15. <filename>/dev/vttuner</filename>, with device number 83, 0 and 83, 16
  16. respectively. A similar interface exists for the Philips SAA5249
  17. Teletext decoder [specification?] with character device file names
  18. <filename>/dev/tlkN</filename>, device number 102, N.</para>
  19. <para>Eventually the Teletext API was integrated into the V4L API
  20. with character device file names <filename>/dev/vtx0</filename> to
  21. <filename>/dev/vtx31</filename>, device major number 81, minor numbers
  22. 192 to 223. For reference the V4L Teletext API specification is
  23. reproduced here in full: "Teletext interfaces talk the existing VTX
  24. API." Teletext devices with major number 83 and 102 will be removed in
  25. Linux 2.6.</para>
  26. <para>There are no plans to replace the Teletext API or to integrate
  27. it into V4L2. Please write to the linux-media mailing list: &v4l-ml;
  28. when the need arises.</para>
  29. <!--
  30. Local Variables:
  31. mode: sgml
  32. sgml-parent-document: "v4l2.sgml"
  33. indent-tabs-mode: nil
  34. End:
  35. -->