xref: /dragonfly/share/man/man4/uslcom.4 (revision c03f08f3)
1.\"	$DragonFly: src/share/man/man4/uslcom.4,v 1.4 2007/08/15 06:47:26 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
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.Bd -literal -offset indent
49Argussoft In-System Programmer
50Baltech card reader
51Burnside Telecom Desktop Mobile
52chip45.com Crumb128 module
53Enfora EDG1228 EDGE modem
54Helicomm IP-Link 1220-DVM
55Jablotron PC-60B
56Lipowsky Baby-JTAG
57Lipowsky Baby-LIN
58Lipowsky HARP-1
59Pololu USB to serial adapter
60Suunto USB to serial adapter
61Tracient RFID readers
62West Mountain Radio RIGblaster
63West Mountain Radio RIGtalk
64.Ed
65.Sh SEE ALSO
66.Xr tty 4 ,
67.Xr ucom 4 ,
68.Xr usb 4
69.Sh HISTORY
70The
71.Nm
72device driver first appeared in
73.Ox 4.0
74and was imported into
75.Dx 1.11 .
76.Sh AUTHORS
77.An -nosplit
78The
79.Nm
80driver was written by
81.An Jonathan Gray
82.Aq jsg@openbsd.org .
83.Sh CAVEATS
84Setting hardware flow control is not tested.
85.Pp
86Silicon Laboratories don't release any programming information
87on their products.
88