From owner-freebsd-usb@FreeBSD.ORG Sat Dec 29 21:10:00 2012 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C48D275B for ; Sat, 29 Dec 2012 21:10: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 96E788FC12 for ; Sat, 29 Dec 2012 21:10: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 qBTLA0Mt033174 for ; Sat, 29 Dec 2012 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBTLA027033173; Sat, 29 Dec 2012 21:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 29 Dec 2012 21:10:00 GMT Resent-Message-Id: <201212292110.qBTLA027033173@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andy Balholm Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4903754 for ; Sat, 29 Dec 2012 21:08:14 +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 AD6408FC08 for ; Sat, 29 Dec 2012 21:08:14 +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 qBTL8EXJ068680 for ; Sat, 29 Dec 2012 21:08:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBTL8EDU068679; Sat, 29 Dec 2012 21:08:14 GMT (envelope-from nobody) Message-Id: <201212292108.qBTL8EDU068679@red.freebsd.org> Date: Sat, 29 Dec 2012 21:08:14 GMT From: Andy Balholm To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: usb/174814: [PATCH] support for MiFi 2200 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 21:10:00 -0000 >Number: 174814 >Category: usb >Synopsis: [PATCH] support for MiFi 2200 >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: Sat Dec 29 21:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Andy Balholm >Release: 9.1 >Organization: Northland Computer Services >Environment: FreeBSD balholm.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2 r244360M: Fri Dec 28 20:12:01 PST 2012 root@balholm.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The u3g driver does not support the Novatel MiFi 2200 (a 3G modem/hotspot, used by Verizon Wireless). >How-To-Repeat: >Fix: Add the MiFi's device ID's to the appropriate files and recompile the kernel. (See attached patch.) Patch attached with submission follows: Index: sys/dev/usb/serial/u3g.c =================================================================== --- sys/dev/usb/serial/u3g.c (revision 244360) +++ sys/dev/usb/serial/u3g.c (working copy) @@ -342,6 +342,7 @@ U3G_DEV(NOVATEL, MC760, 0), U3G_DEV(NOVATEL, MC547, 0), U3G_DEV(NOVATEL, MC950D, 0), + U3G_DEV(NOVATEL, MIFI2200, U3GINIT_SCSIEJECT), U3G_DEV(NOVATEL, U720, 0), U3G_DEV(NOVATEL, U727, 0), U3G_DEV(NOVATEL, U727_2, 0), Index: sys/dev/usb/usbdevs =================================================================== --- sys/dev/usb/usbdevs (revision 244360) +++ sys/dev/usb/usbdevs (working copy) @@ -3054,6 +3054,7 @@ product NOVATEL MC950D 0x4400 Novatel MC950D HSUPA product NOVATEL ZEROCD 0x5010 Novatel ZeroCD product NOVATEL ZEROCD2 0x5030 Novatel ZeroCD +product NOVATEL MIFI2200 0x5041 Novatel MiFi 2200 CDMA product NOVATEL U727_2 0x5100 Merlin U727 CDMA product NOVATEL U760 0x6000 Novatel U760 product NOVATEL MC760 0x6002 Novatel MC760 >Release-Note: >Audit-Trail: >Unformatted: