17d59efa9SAlexander Kabaev.\" 27d59efa9SAlexander Kabaev.\" Copyright (c) 2001 The NetBSD Foundation, Inc. 37d59efa9SAlexander Kabaev.\" All rights reserved. 47d59efa9SAlexander Kabaev.\" 57d59efa9SAlexander Kabaev.\" This code is derived from software contributed to The NetBSD Foundation 67d59efa9SAlexander Kabaev.\" by Lennart Augustsson. 77d59efa9SAlexander Kabaev.\" 87d59efa9SAlexander Kabaev.\" Redistribution and use in source and binary forms, with or without 97d59efa9SAlexander Kabaev.\" modification, are permitted provided that the following conditions 107d59efa9SAlexander Kabaev.\" are met: 117d59efa9SAlexander Kabaev.\" 1. Redistributions of source code must retain the above copyright 127d59efa9SAlexander Kabaev.\" notice, this list of conditions and the following disclaimer. 137d59efa9SAlexander Kabaev.\" 2. Redistributions in binary form must reproduce the above copyright 147d59efa9SAlexander Kabaev.\" notice, this list of conditions and the following disclaimer in the 157d59efa9SAlexander Kabaev.\" documentation and/or other materials provided with the distribution. 167d59efa9SAlexander Kabaev.\" 3. All advertising materials mentioning features or use of this software 177d59efa9SAlexander Kabaev.\" must display the following acknowledgment: 187d59efa9SAlexander Kabaev.\" This product includes software developed by the NetBSD 197d59efa9SAlexander Kabaev.\" Foundation, Inc. and its contributors. 207d59efa9SAlexander Kabaev.\" 4. Neither the name of The NetBSD Foundation nor the names of its 217d59efa9SAlexander Kabaev.\" contributors may be used to endorse or promote products derived 227d59efa9SAlexander Kabaev.\" from this software without specific prior written permission. 237d59efa9SAlexander Kabaev.\" 247d59efa9SAlexander Kabaev.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 257d59efa9SAlexander Kabaev.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 267d59efa9SAlexander Kabaev.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 277d59efa9SAlexander Kabaev.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 287d59efa9SAlexander Kabaev.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 297d59efa9SAlexander Kabaev.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 307d59efa9SAlexander Kabaev.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 317d59efa9SAlexander Kabaev.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 327d59efa9SAlexander Kabaev.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 337d59efa9SAlexander Kabaev.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 347d59efa9SAlexander Kabaev.\" POSSIBILITY OF SUCH DAMAGE. 357d59efa9SAlexander Kabaev.\" 367d59efa9SAlexander Kabaev.\" $FreeBSD$ 377d59efa9SAlexander Kabaev.\" 382e256872SRui Paulo.Dd March 28, 2008 397d59efa9SAlexander Kabaev.Dt UBSA 4 407d59efa9SAlexander Kabaev.Os 417d59efa9SAlexander Kabaev.Sh NAME 427d59efa9SAlexander Kabaev.Nm ubsa 437d59efa9SAlexander Kabaev.Nd USB support for Belkin serial adapters 447d59efa9SAlexander Kabaev.Sh SYNOPSIS 450a771a3bSChristian BruefferTo compile this driver into the kernel, 460a771a3bSChristian Bruefferplace the following lines in your 470a771a3bSChristian Bruefferkernel configuration file: 480a771a3bSChristian Brueffer.Bd -ragged -offset indent 497d59efa9SAlexander Kabaev.Cd "device ubsa" 507d59efa9SAlexander Kabaev.Cd "device ucom" 510a771a3bSChristian Brueffer.Ed 520a771a3bSChristian Brueffer.Pp 530a771a3bSChristian BruefferAlternatively, to load the driver as a 540a771a3bSChristian Brueffermodule at boot time, place the following line in 550a771a3bSChristian Brueffer.Xr loader.conf 5 : 560a771a3bSChristian Brueffer.Bd -literal -offset indent 570a771a3bSChristian Bruefferubsa_load="YES" 580a771a3bSChristian Brueffer.Ed 59fe72d7b1SSimon L. B. Nielsen.Sh DESCRIPTION 60fe72d7b1SSimon L. B. NielsenThe 61fe72d7b1SSimon L. B. Nielsen.Nm 62fe72d7b1SSimon L. B. Nielsendriver provides support for the USB-to-RS232 Bridge chip used by a variety of 63fe72d7b1SSimon L. B. Nielsenserial adapters from Belkin and other vendors. 64fe72d7b1SSimon L. B. Nielsen.Pp 65fe72d7b1SSimon L. B. NielsenThe device is accessed through the 66fe72d7b1SSimon L. B. Nielsen.Xr ucom 4 67fe72d7b1SSimon L. B. Nielsendriver which makes it behave like a 68fe72d7b1SSimon L. B. Nielsen.Xr tty 4 . 697d59efa9SAlexander Kabaev.Sh HARDWARE 707d59efa9SAlexander KabaevThe 717d59efa9SAlexander Kabaev.Nm 727d59efa9SAlexander Kabaevdriver supports the following adapters: 737d59efa9SAlexander Kabaev.Pp 74990abd7aSChristian Brueffer.Bl -bullet -compact 757d59efa9SAlexander Kabaev.It 76e476ebf3SAlexander KabaevAnyData ADU-500A EV-DO modem 77e476ebf3SAlexander Kabaev.It 78717d7ba7SMaxim KonovalovAnyData ADU-E100A (no EV-DO mode support) 79717d7ba7SMaxim Konovalov.It 807d59efa9SAlexander KabaevBelkin F5U103 817d59efa9SAlexander Kabaev.It 827d59efa9SAlexander KabaevBelkin F5U120 837d59efa9SAlexander Kabaev.It 847d59efa9SAlexander Kabaeve-Tek Labs Kwik232 857d59efa9SAlexander Kabaev.It 867d59efa9SAlexander KabaevGoHubs GoCOM232 877d59efa9SAlexander Kabaev.It 88c24406adSLukas ErtlHuawei Technologies Mobile card (3G) 89c24406adSLukas Ertl.It 9092fb2d84SLukas ErtlNovatel Wireless Merlin U740 (only basic modem port supported) 9192fb2d84SLukas Ertl.It 9292fb2d84SLukas ErtlOption Globetrotter 3G (aka Vodafone Mobile Connect Card 3G) 9392fb2d84SLukas Ertl.It 9492fb2d84SLukas ErtlOption Globetrotter 3G Quad 9592fb2d84SLukas Ertl.It 9692fb2d84SLukas ErtlOption Globetrotter 3G Fusion (no WLAN support, only basic 3G modem port) 9792fb2d84SLukas Ertl.It 9892fb2d84SLukas ErtlOption Globetrotter 3G Fusion Quad (no WLAN support) 99717d7ba7SMaxim Konovalov.It 100717d7ba7SMaxim KonovalovPeracom single port serial adapter 1012e256872SRui Paulo.It 1022e256872SRui PauloQualcomm, Inc. ZTE CDMA Technologies MSM 1037d59efa9SAlexander Kabaev.El 10492fb2d84SLukas Ertl.Pp 10592fb2d84SLukas ErtlThe supported 3G cards provide the necessary modem port for ppp, 10692fb2d84SLukas Ertlpppd, or mpd connections; other functions of these cards (diagnostic port, 10792fb2d84SLukas ErtlSIM toolkit port, WLAN) are not supported. 1087d59efa9SAlexander Kabaev.Sh SEE ALSO 1097d59efa9SAlexander Kabaev.Xr tty 4 , 1107d59efa9SAlexander Kabaev.Xr ucom 4 , 1117d59efa9SAlexander Kabaev.Xr usb 4 1127d59efa9SAlexander Kabaev.Sh HISTORY 1137d59efa9SAlexander KabaevThe 1147d59efa9SAlexander Kabaev.Nm 1157d59efa9SAlexander Kabaevdriver 1167d59efa9SAlexander Kabaevappeared in 1177d59efa9SAlexander Kabaev.Fx 5.0 . 1187d59efa9SAlexander KabaevThe 1197d59efa9SAlexander Kabaev.Xr uplcom 4 1207d59efa9SAlexander Kabaevmanual page was adopted from 1217d59efa9SAlexander Kabaev.Nx 1227d59efa9SAlexander Kabaevby 1237d59efa9SAlexander Kabaev.An Tom Rhodes Aq trhodes@FreeBSD.org 124990abd7aSChristian Bruefferin April 2002 and modified for the 125a2931c09SRuslan Ermilov.Nm 126a2931c09SRuslan Ermilovdriver by 1277d59efa9SAlexander Kabaev.An Alexander Kabaev Aq kan@FreeBSD.org 1287d59efa9SAlexander Kabaevin October 2002. 1297d59efa9SAlexander Kabaev.Sh AUTHORS 1307d59efa9SAlexander KabaevThe 1317d59efa9SAlexander Kabaev.Nm 1327d59efa9SAlexander Kabaevdriver was written by 1337d59efa9SAlexander Kabaev.An Alexander Kabaev Aq kan@FreeBSD.org . 134