xref: /dragonfly/share/man/man4/uslcom.4 (revision 2038fb68)
1.\"	$DragonFly: src/share/man/man4/uslcom.4,v 1.6 2008/01/28 14:57:52 matthias 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 August 15, 2007
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
25To compile this driver into the kernel,
26place the following lines in your
27kernel configuration file:
28.Bd -ragged -offset indent
29.Cd "device uslcom"
30.Cd "device ucom"
31.Ed
32.Pp
33Alternatively, to load the driver as a
34module at boot time, place the following line in
35.Xr loader.conf 5 :
36.Bd -literal -offset indent
37uslcom_load="YES"
38.Ed
39.Sh DESCRIPTION
40The
41.Nm
42driver supports devices based on Silicon Laboratories CP2101, CP2102 and
43CP2103 USB to serial bridges.
44.Pp
45The following devices should work with the
46.Nm
47driver:
48.Bl -bullet -compact
49.It
50Argussoft In-System Programmer
51.It
52Baltech card reader
53.It
54Burnside Telecom Desktop Mobile
55.It
56chip45.com Crumb128 module
57.It
58Enfora EDG1228 EDGE modem
59.It
60Helicomm IP-Link 1220-DVM
61.It
62Jablotron PC-60B
63.It
64Lipowsky Baby-JTAG
65.It
66Lipowsky Baby-LIN
67.It
68Lipowsky HARP-1
69.It
70Pololu USB to serial adapter
71.It
72Suunto USB to serial adapter
73.It
74Tracient RFID readers
75.It
76West Mountain Radio RIGblaster
77.It
78West Mountain Radio RIGtalk
79.El
80.Sh SEE ALSO
81.Xr tty 4 ,
82.Xr ucom 4 ,
83.Xr usb 4
84.Sh HISTORY
85The
86.Nm
87device driver first appeared in
88.Ox 4.0
89and was imported into
90.Dx 1.11 .
91.Sh AUTHORS
92.An -nosplit
93The
94.Nm
95driver was written by
96.An Jonathan Gray
97.Aq jsg@openbsd.org .
98.Sh CAVEATS
99Setting hardware flow control is not tested.
100.Pp
101Silicon Laboratories don't release any programming information
102on their products.
103