From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 28 22:30:00 2012 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3501F14 for ; Wed, 28 Nov 2012 22:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 970348FC16 for ; Wed, 28 Nov 2012 22:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qASMU049063529 for ; Wed, 28 Nov 2012 22:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qASMU0Yw063528; Wed, 28 Nov 2012 22:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 28 Nov 2012 22:30:00 GMT Resent-Message-Id: <201211282230.qASMU0Yw063528@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Camachat Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC85CD6A for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/173982: Cannot recognize my AT&T Sierra Wireless USB 3G adapter X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 22:30:00 -0000 >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: