* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / drivers / usb / README.serial
blobe67fb748a8537d4a7b1350fa3434cff7ba8dae6d
1 This serial driver currently only works with the Belkin and Peracom USB 
2 Serial devices. It should also work for the Etek converter, but I do 
3 not know the vendor id, and device id of that device (if anyone does, 
4 please let me know.)
6 The driver can handle enumerating the device, and sending and receiving
7 data from the converter. However, since I do not have a spec for this
8 device, and the raw dumps from the Win98 driver are confusing, no control
9 signals are handled, and the data will most likely come through on a baud
10 rate that you are not expecting.
12 But I am working on figuring the control settings out. This release is to
13 let others try it out, and give some feedback.
15 The major number that the driver uses is 240 (in the local/experimental
16 range.) It will stay there until some agreements are reached on how to
17 handle the configuration problem that USB provides.
19 To use the driver, create the following nodes:
20 mknod /dev/ttyUSB0 c 240 0
21 mknod /dev/ttyUSB1 c 240 1
22 mknod /dev/ttyUSB2 c 240 2
23 mknod /dev/ttyUSB3 c 240 3
25 then plug in a device and use your friendly terminal program to see what
26 happens.
28 If anyone has any problems getting the device to enumerate, or data to 
29 flow through it, please contact me.
33 greg k-h
34 greg@kroah.com