xref: /openbsd/share/man/man4/ubsa.4 (revision 09467b48)
1.\" $OpenBSD: ubsa.4,v 1.23 2009/02/24 13:35:55 yuo Exp $
2.\" $NetBSD: ubsa.4,v 1.1 2002/10/08 13:18:42 augustss Exp $
3.\"
4.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Lennart Augustsson.
9.\"
10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions
12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright
14.\"    notice, this list of conditions and the following disclaimer.
15.\" 2. Redistributions in binary form must reproduce the above copyright
16.\"    notice, this list of conditions and the following disclaimer in the
17.\"    documentation and/or other materials provided with the distribution.
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29.\" POSSIBILITY OF SUCH DAMAGE.
30.\"
31.Dd $Mdocdate: February 24 2009 $
32.Dt UBSA 4
33.Os
34.Sh NAME
35.Nm ubsa
36.Nd Belkin USB serial adapter
37.Sh SYNOPSIS
38.Cd "ubsa*  at uhub?"
39.Cd "ucom*  at ubsa?"
40.Sh DESCRIPTION
41The
42.Nm
43driver provides support for the USB-to-RS232 Bridge chip used by a variety of
44serial adapters from Belkin and other vendors.
45.Pp
46Some 3G (UMTS/GPRS/GSM)
47.Xr cardbus 4
48devices use a Belkin serial adapter and an
49.Xr ohci 4
50controller to provide a common AT interface.
51.Pp
52The device is accessed through the
53.Xr ucom 4
54driver which makes it behave like a
55.Xr tty 4 .
56.Sh HARDWARE
57The
58.Nm
59driver supports the following adapters:
60.Pp
61.Bl -tag -width Dv -offset indent -compact
62.It Axesstel MV100H
63.It Belkin F5U103
64.It Belkin F5U120
65.It e-Tek Labs Kwik232
66.It GoHubs GoCOM232
67.It Peracom single port serial adapter
68.It Qualcomm, Inc. ZTE AC8700
69.It Qualcomm, Inc. ZTE CDMA Technologies MSM
70.El
71.Sh SEE ALSO
72.Xr cardbus 4 ,
73.Xr tty 4 ,
74.Xr ucom 4 ,
75.Xr usb 4
76.Sh HISTORY
77The
78.Nm
79driver first appeared in
80.Fx 5.0
81and was ported to
82.Ox 3.3 .
83