From nobody@FreeBSD.org  Wed Nov 28 22:25:21 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DC85CD6A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Nov 2012 22:25:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C05B08FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Nov 2012 22:25:21 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qASMPLc9001674
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Nov 2012 22:25:21 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qASMPLl3001673;
	Wed, 28 Nov 2012 22:25:21 GMT
	(envelope-from nobody)
Message-Id: <201211282225.qASMPLl3001673@red.freebsd.org>
Date: Wed, 28 Nov 2012 22:25:21 GMT
From: Eric Camachat <eric@camachat.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Cannot recognize my AT&T Sierra Wireless USB 3G adapter
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173982
>Category:       kern
>Synopsis:       Cannot recognize my AT&T Sierra Wireless USB 3G adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 28 22:30:00 UTC 2012
>Closed-Date:    Sat Dec 08 00:22:01 UTC 2012
>Last-Modified:  Sat Dec 08 00:22:01 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-bugs->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Wed Nov 28 23:14:13 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173982 
State-Changed-From-To: open->patched 
State-Changed-By: eadler 
State-Changed-When: Thu Nov 29 00:32:46 UTC 2012 
State-Changed-Why:  
committed in r243663 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173982 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Sat Dec 8 00:22:01 UTC 2012 
State-Changed-Why:  
MFC 244003 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173982 
>Unformatted:
