Add some new uslcom(4) device ids found in Linux driver.
[dragonfly.git] / share / man / man4 / uslcom.4
1 .\"     $DragonFly: src/share/man/man4/uslcom.4,v 1.3 2007/08/14 11:31:01 hasso Exp $
2 .\"     $OpenBSD: uslcom.4,v 1.4 2007/02/17 01:47:47 jsg Exp $
3 .\"
4 .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
5 .\"
6 .\" Permission to use, copy, modify, and distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
9 .\"
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .\"
18 .Dd $Mdocdate$
19 .Dt USLCOM 4
20 .Os
21 .Sh NAME
22 .Nm uslcom
23 .Nd Silicon Laboratories CP2101, CP2102 and CP2103 USB to serial bridge
24 .Sh SYNOPSIS
25 To compile this driver into the kernel,
26 place the following lines in your
27 kernel configuration file:
28 .Bd -ragged -offset indent
29 .Cd "device uslcom"
30 .Cd "device ucom"
31 .Ed
32 .Pp
33 Alternatively, to load the driver as a
34 module at boot time, place the following line in
35 .Xr loader.conf 5 :
36 .Bd -literal -offset indent
37 uslcom_load="YES"
38 .Ed
39 .Sh DESCRIPTION
40 The
41 .Nm
42 driver supports devices based on Silicon Laboratories CP2101, CP2102 and
43 CP2103 USB to serial bridges.
44 .Pp
45 The following devices should work with the
46 .Nm
47 driver:
48 .Bd -literal -offset indent
49 Argussoft In-System Programmer
50 Baltech card reader
51 Burnside Telecom Desktop Mobile
52 chip45.com Crumb128 module
53 Enfora EDG1228 EDGE modem
54 Helicomm IP-Link 1220-DVM
55 Jablotron PC-60B
56 Lipowsky Baby-JTAG
57 Lipowsky Baby-LIN
58 Lipowsky HARP-1
59 Pololu USB to serial adapter
60 Suunto USB to serial adapter
61 Tracient RFID readers
62 West Mountain Radio RIGblaster
63 West Mountain Radio RIGtalk
64 .Ed
65 .Sh SEE ALSO
66 .Xr tty 4 ,
67 .Xr ucom 4 ,
68 .Xr usb 4
69 .Sh HISTORY
70 The
71 .Nm
72 device driver first appeared in
73 .Ox 4.0
74 and was imported into
75 .Dx 1.11 .
76 .Sh AUTHORS
77 .An -nosplit
78 The
79 .Nm
80 driver was written by
81 .An Jonathan Gray
82 .Aq jsg@openbsd.org .
83 .Sh CAVEATS
84 Setting hardware flow control is not currently supported.
85 .Pp
86 Silicon Laboratories don't release any programming information
87 on their products.