>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:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to