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