brlvger.txt
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. Kernel Driver for the Tieman Voyager Braille Display (USB)
  2. Authors:
  3. St閜hane Dalton <sdalton@videotron.ca>
  4. St閜hane Doyon  <s.doyon@videotron.ca>
  5. Version 0.8, April 2002
  6. The brlvger driver supports a Braille display (aka Braille terminal)
  7. model Voyager from Tieman.
  8. The driver has been in heavy use for about six months now (as of April
  9. 2002) by a very few users (about 3-4), who say it has worked very well
  10. for them.
  11. We have tested it with a Voyager 44, but it should also support
  12. the Voyager 70.
  13. This driver implements a character device which allows userspace programs
  14. access to the braille displays raw functions. You still need a userspace
  15. program to perform the screen-review functions and control the
  16. display. Get BRLTTY from http://mielke.cc/brltty/ (version 2.99.8 or
  17. later). It has a Voyager driver which interfaces with this kernel driver.
  18. The interface is through a character device, major 180, minor 128, called
  19. "brlvger" under devfs.
  20. Many thanks to the Tieman people: Corand van Strien, Ivar Illing, Daphne
  21. Vogelaar and Ingrid Vogel. They provided us with a Braille display (as
  22. well as programming information) so that we could write this driver. They
  23. replaced the display when it broke and they answered our technical
  24. questions. It is very motivating when companies take an interest in such
  25. projects and are so supportive.
  26. Thanks to Andor Demarteau <ademarte@students.cs.uu.nl> who got this whole
  27. project started and beta-tested all our early buggy attempts.