svn commit: r258363 - in head/sys/dev/usb: . serial

Don Lewis truckman at FreeBSD.org
Wed Nov 20 02:16:48 UTC 2013


Author: truckman
Date: Wed Nov 20 02:16:47 2013
New Revision: 258363
URL: http://svnweb.freebsd.org/changeset/base/258363

Log:
  Add alternate ID for Novatel MiFi 2200 CDMA, which is used by my
  Virgin Mobile branded device.  It needs the U3GINIT_SCSIEJECT quirk.
  
  Reviewed by:	hselasky
  MFC after:	1 month

Modified:
  head/sys/dev/usb/serial/u3g.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/serial/u3g.c
==============================================================================
--- head/sys/dev/usb/serial/u3g.c	Wed Nov 20 01:42:29 2013	(r258362)
+++ head/sys/dev/usb/serial/u3g.c	Wed Nov 20 02:16:47 2013	(r258363)
@@ -345,6 +345,7 @@ static const STRUCT_USB_HOST_ID u3g_devs
 	U3G_DEV(NOVATEL, MC547, 0),
 	U3G_DEV(NOVATEL, MC950D, 0),
 	U3G_DEV(NOVATEL, MIFI2200, U3GINIT_SCSIEJECT),
+	U3G_DEV(NOVATEL, MIFI2200V, U3GINIT_SCSIEJECT),
 	U3G_DEV(NOVATEL, U720, 0),
 	U3G_DEV(NOVATEL, U727, 0),
 	U3G_DEV(NOVATEL, U727_2, 0),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Wed Nov 20 01:42:29 2013	(r258362)
+++ head/sys/dev/usb/usbdevs	Wed Nov 20 02:16:47 2013	(r258363)
@@ -3174,6 +3174,7 @@ product NOVATEL EU870D		0x2420	Expedite 
 product NOVATEL U727		0x4100	Merlin U727 CDMA
 product NOVATEL MC950D		0x4400	Novatel MC950D HSUPA
 product NOVATEL ZEROCD		0x5010	Novatel ZeroCD
+product NOVATEL MIFI2200V	0x5020	Novatel MiFi 2200 CDMA Virgin Mobile
 product NOVATEL ZEROCD2		0x5030	Novatel ZeroCD
 product NOVATEL MIFI2200	0x5041	Novatel MiFi 2200 CDMA
 product NOVATEL U727_2		0x5100	Merlin U727 CDMA


More information about the svn-src-head mailing list