usb/129522: ubsa driver does not recognize ZTE AC8700 modem

Sergej Kandyla sk.paix at gmail.com
Tue Dec 9 05:30:01 PST 2008


>Number:         129522
>Category:       usb
>Synopsis:       ubsa driver does not recognize ZTE AC8700 modem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 09 13:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sergej Kandyla
>Release:        6 STABLE, 7 STABLE
>Organization:
xitexsoftware
>Environment:
FreeBSD zero 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #0: Thu Nov 13 22:12:42 EET 2008     root at zero:/usr/obj/usr/src/sys/PAIX1  i386
>Description:
ubsa driver does not recognize ZTE AC8700 EVDO modem
>How-To-Repeat:
just attached the device gets recognized by ugen instead of ubsa driver
>Fix:
cd / && patch -p < ac8700_ubsa.patch.txt

Patch attached with submission follows:

--- /usr/src/sys/dev/usb/usbdevs.orig	2008-12-05 17:53:19.000000000 +0200
+++ /usr/src/sys/dev/usb/usbdevs	2008-12-05 17:54:46.000000000 +0200
@@ -1464,6 +1464,7 @@
 product QUALCOMM CDMA_MSM	0x3196	CDMA Technologies MSM modem
 product QUALCOMM2 CDMA_MSM	0x6000	CDMA Technologies MSM phone
 product QUALCOMMINC CDMA_MSM	0x0001	CDMA Technologies MSM modem
+product QUALCOMMINC AC8700      0xfffe  AC8700 CDMA USB modem
 
 /* Qtronix products */
 product QTRONIX 980N		0x2011	Scorpion-980N keyboard

--- /usr/src/sys/dev/usb/ubsa.c.orig	2008-12-05 17:44:43.000000000 +0200
+++ /usr/src/sys/dev/usb/ubsa.c	2008-12-05 17:46:23.000000000 +0200
@@ -234,6 +234,7 @@
 	{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
 	/* Qualcomm, Inc. ZTE CDMA */
 	{ USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_CDMA_MSM },
+	{ USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_AC8700 },
 	{ 0, 0 }
 };
 
--- /usr/src/share/man/man4/ubsa.4.orig	2008-12-05 18:44:24.000000000 +0200
+++ /usr/src/share/man/man4/ubsa.4	2008-12-05 18:45:27.000000000 +0200
@@ -98,6 +98,8 @@
 Peracom single port serial adapter
 .It
 Qualcomm, Inc. ZTE CDMA Technologies MSM
+.It
+Qualcomm, Inc. ZTE CDMA Technologies AC8700
 .El
 .Pp
 The supported 3G cards provide the necessary modem port for ppp,


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list