Merge branch 'vendor/MPFR'
[dragonfly.git] / share / man / man4 / uplcom.4
1 .\" $NetBSD: uplcom.4,v 1.9 2002/02/07 03:15:09 ross Exp $
2 .\"
3 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Lennart Augustsson.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\" 3. All advertising materials mentioning features or use of this software
18 .\"    must display the following acknowledgment:
19 .\"        This product includes software developed by the NetBSD
20 .\"        Foundation, Inc. and its contributors.
21 .\" 4. Neither the name of The NetBSD Foundation nor the names of its
22 .\"    contributors may be used to endorse or promote products derived
23 .\"    from this software without specific prior written permission.
24 .\"
25 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35 .\" POSSIBILITY OF SUCH DAMAGE.
36 .\"
37 .\" $FreeBSD: src/share/man/man4/uplcom.4,v 1.15 2006/08/20 05:56:00 imp Exp $
38 .\" $DragonFly: src/share/man/man4/uplcom.4,v 1.8 2007/08/14 17:40:19 hasso Exp $
39 .\"
40 .Dd July 29, 2007
41 .Dt UPLCOM 4
42 .Os
43 .Sh NAME
44 .Nm uplcom
45 .Nd USB support for Prolific PL-2303/2303X/2303HX serial adapters driver
46 .Sh SYNOPSIS
47 To compile this driver into the kernel,
48 place the following lines in your
49 kernel configuration file:
50 .Bd -ragged -offset indent
51 .Cd "device uplcom"
52 .Cd "device ucom"
53 .Ed
54 .Pp
55 Alternatively, to load the driver as a
56 module at boot time, place the following line in
57 .Xr loader.conf 5 :
58 .Bd -literal -offset indent
59 uplcom_load="YES"
60 .Ed
61 .Sh DESCRIPTION
62 The
63 .Nm
64 driver provides support for various serial adapters based on the Prolific
65 PL-2303, PL-2303X and PL-2303HX USB-to-RS232 Bridge chips.
66 .Pp
67 The device is accessed through the
68 .Xr ucom 4
69 driver which makes it behave like a
70 .Xr tty 4 .
71 .Sh HARDWARE
72 The
73 .Nm
74 driver supports the following devices:
75 .Pp
76 .Bl -bullet -compact
77 .It
78 Alcatel One Touch 535/735 phones
79 .It
80 Aten UC-232A USB to serial adapter
81 .It
82 BAFO BF-800 and BF-810 USB to serial adapters
83 .It
84 Belkin F5U257 USB to serial adapter
85 .It
86 Elecom UC-SGT USB to serial adapter
87 .It
88 HAL Corporation Crossam2+USB IR commander
89 .It
90 Hama USB RS-232 serial adapter
91 .It
92 Hamlet exagerate XURS232
93 .It
94 Huawei UMTS/HSDPA adapters
95 .It
96 IOGEAR UC-232A
97 .It
98 I/O DATA USB-RSAQ series USB to serial adapters
99 .It
100 Itegno GSM/GPRS and CDMA modems
101 .It
102 Leadtek 9531 GPS
103 .It
104 Mobile Action MA-620 IrDA
105 .It
106 Nokia CA-42 USB data cable clones
107 .It
108 Panasonic TYTP50P6S 50" touch panel
109 .It
110 Pharos 360 GPS
111 .It
112 PLANEX USB-RS232 URS-03
113 .It
114 Radio Shack USB to serial cable
115 .It
116 RATOC REX-USB60 USB to serial adapter
117 .It
118 Sagem USB data cables
119 .It
120 Samsung I330 smartphone cradle
121 .It
122 Sandberg USB to Serial Link (model number 133-08)
123 .It
124 Siemens SX1 cellphone
125 .It
126 Siemens x65 and x75 series cellphones
127 .It
128 Sitecom USB to serial cable
129 .It
130 Sony-Ericsson (Susteen) DCU-10 and DCU-11 USB data cables
131 .It
132 Sourcenext KeikaiDenwa 8 (with and without charger)
133 .It
134 Susteen Datapilot Universal-2 Phone Cable
135 .It
136 Syntech CPT-8001C barcode scanner USB IR cradle
137 .It
138 TDK USB-PHS adapter UHA6400
139 .It
140 TDK USB-PDC adapter UPA9664
141 .It
142 Tripp-Lite U209-000-R USB to serial cable
143 .It
144 Willcom W-SIM DD PHS terminal (WS002IN)
145 .El
146 .Pp
147 The list is far from being complete and the
148 .Nm
149 driver provides support for many more devices based on original Prolific
150 chips or it's clones:
151 .Pp
152 .Bl -bullet -compact
153 .It
154 Alcor AU9720 USB to serial controller
155 .It
156 Anchor Chips USB to serial controller
157 .It
158 Speed Dragon Multimedia MS3303H USB to serial controller
159 .El
160 .Sh SEE ALSO
161 .Xr tty 4 ,
162 .Xr ucom 4 ,
163 .Xr usb 4
164 .Sh HISTORY
165 The
166 .Nm
167 driver
168 appeared in
169 .Nx 1.6 .
170 This manual page was adopted from
171 .Nx
172 by
173 .An Tom Rhodes Aq trhodes@FreeBSD.org
174 in April 2002.