summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-05-08 18:51:40 +0000
committermaxim <maxim@FreeBSD.org>2007-05-08 18:51:40 +0000
commit1b8de9281a72a01938a0f311444996a46573d8d4 (patch)
treea826f35f227ab6c1b4d810cf12ccb7e9949807c3
parentd2dcd8a3d561e75fe5a9861f0da418aa9b19fc06 (diff)
downloadFreeBSD-src-1b8de9281a72a01938a0f311444996a46573d8d4.zip
FreeBSD-src-1b8de9281a72a01938a0f311444996a46573d8d4.tar.gz
o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.
PR: usb/95803 Submitted by: Jindrich Fucik Tested by: R.Mahmatkhanov MFC after: 2 weeks
-rw-r--r--share/man/man4/ubsa.48
-rw-r--r--sys/dev/usb/ubsa.c2
-rw-r--r--sys/dev/usb/usbdevs4
3 files changed, 11 insertions, 3 deletions
diff --git a/share/man/man4/ubsa.4 b/share/man/man4/ubsa.4
index 5c4b1f8..75b0411 100644
--- a/share/man/man4/ubsa.4
+++ b/share/man/man4/ubsa.4
@@ -35,7 +35,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 4, 2007
+.Dd May 8, 2007
.Dt UBSA 4
.Os
.Sh NAME
@@ -73,6 +73,8 @@ driver supports the following adapters:
.Pp
.Bl -bullet -compact
.It
+AnyData ADU-E100A (no EV-DO mode support)
+.It
Belkin F5U103
.It
Belkin F5U120
@@ -81,8 +83,6 @@ e-Tek Labs Kwik232
.It
GoHubs GoCOM232
.It
-Peracom single port serial adapter
-.It
Huawei Technologies Mobile card (3G)
.It
Novatel Wireless Merlin U740 (only basic modem port supported)
@@ -94,6 +94,8 @@ Option Globetrotter 3G Quad
Option Globetrotter 3G Fusion (no WLAN support, only basic 3G modem port)
.It
Option Globetrotter 3G Fusion Quad (no WLAN support)
+.It
+Peracom single port serial adapter
.El
.Pp
The supported 3G cards provide the necessary modem port for ppp,
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c
index 5853367..7812329 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -214,6 +214,8 @@ static const struct ubsa_product {
uint16_t vendor;
uint16_t product;
} ubsa_products [] = {
+ /* AnyData ADU-E100A/H */
+ { USB_VENDOR_ANYDATA, USB_PRODUCT_ANYDATA_ADU_E100X },
/* BELKIN F5U103 */
{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U103 },
/* BELKIN F5U120 */
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 35b2771..0fc02c8 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -543,6 +543,7 @@ vendor ACTIONTEC 0x1668 Actiontec
vendor ATHEROS 0x168c Atheros Communications
vendor GIGASET 0x1690 Gigaset
vendor GLOBALSUN 0x16ab Global Sun Technology
+vendor ANYDATA 0x16d5 AnyData Corporation
vendor CMOTECH 0x16d8 CMOTECH CO., LTD.
vendor AMIT 0x18c5 AMIT
vendor QCOM 0x18e8 Qcom
@@ -694,6 +695,9 @@ product AMIT CGWLUSB2GO 0x0002 CG-WLUSB2GO
product ANCHOR EZUSB 0x2131 EZUSB
product ANCHOR EZLINK 0x2720 EZLINK
+/* AnyData products */
+product ANYDATA ADU_E100X 0x6501 CDMA 2000 1xRTT/EV-DO USB Modem
+
/* AOX, Inc. products */
product AOX USB101 0x0008 Ethernet
OpenPOWER on IntegriCloud