usb/174814: [PATCH] support for MiFi 2200

Andy Balholm andy at balholm.com
Sat Dec 29 21:10:00 UTC 2012


>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 at 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:


More information about the freebsd-usb mailing list