Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 22:25:21 GMT
From:      Eric Camachat <eric@camachat.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/173982: Cannot recognize my AT&T Sierra Wireless USB 3G adapter
Message-ID:  <201211282225.qASMPLl3001673@red.freebsd.org>
Resent-Message-ID: <201211282230.qASMU0Yw063528@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173982
>Category:       kern
>Synopsis:       Cannot recognize my AT&T Sierra Wireless USB 3G adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 28 22:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Eric Camachat
>Release:        10.0-CURRENT
>Organization:
Motorola Solutions, Inc
>Environment:
FreeBSD eb8640p 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r243646M: Tue Nov 27 20:41:16 PST 2012     root@eb8640p:/usr/obj/usr/src/sys/EB8460p  amd64
>Description:
Kernel cannot recognize my AT&T Sierra Wireless USB 3G adapter.
>How-To-Repeat:
Insert the AT&T 3G adapter.
>Fix:
Add vendor and device ID into u3g driver.

Patch attached with submission follows:

Index: sys/dev/usb/serial/u3g.c
===================================================================
--- sys/dev/usb/serial/u3g.c	(revision 243662)
+++ sys/dev/usb/serial/u3g.c	(working copy)
@@ -213,6 +213,7 @@
 	U3G_DEV(ACERP, H10, 0),
 	U3G_DEV(AIRPLUS, MCD650, 0),
 	U3G_DEV(AIRPRIME, PC5220, 0),
+	U3G_DEV(AIRPRIME, AC313U, 0),
 	U3G_DEV(ALINK, 3G, 0),
 	U3G_DEV(ALINK, 3GU, 0),
 	U3G_DEV(ALINK, DWM652U5, 0),
Index: sys/dev/usb/usbdevs
===================================================================
--- sys/dev/usb/usbdevs	(revision 243662)
+++ sys/dev/usb/usbdevs	(working copy)
@@ -943,6 +943,7 @@
 /* AirPrime products */
 product AIRPRIME PC5220		0x0112	CDMA Wireless PC Card
 product AIRPRIME USB308		0x68A3	USB308 HSPA+ USB Modem
+product AIRPRIME AC313U		0x68aa	Sierra Wireless AirCard 313U
 
 /* AirTies products */
 product AIRTIES RT3070		0x2310	RT3070


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211282225.qASMPLl3001673>