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

Andrew Thompson thompsa at FreeBSD.org
Mon Jan 11 00:18:41 UTC 2010


Author: thompsa
Date: Mon Jan 11 00:18:40 2010
New Revision: 202054
URL: http://svn.freebsd.org/changeset/base/202054

Log:
  Add the Globetrotter GE40x.
  
  Submitted by:	Mike Tancsa

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	Mon Jan 11 00:11:16 2010	(r202053)
+++ head/sys/dev/usb/serial/u3g.c	Mon Jan 11 00:18:40 2010	(r202054)
@@ -316,6 +316,7 @@ static const struct usb_device_id u3g_de
 	U3G_DEV(OPTION, E7041, 0),
 	U3G_DEV(OPTION, E7061, 0),
 	U3G_DEV(OPTION, E7100, 0),
+	U3G_DEV(OPTION, GE40X, 0),
 	U3G_DEV(OPTION, GT3G, 0),
 	U3G_DEV(OPTION, GT3GPLUS, 0),
 	U3G_DEV(OPTION, GT3GQUAD, 0),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Mon Jan 11 00:11:16 2010	(r202053)
+++ head/sys/dev/usb/usbdevs	Mon Jan 11 00:18:40 2010	(r202054)
@@ -2099,6 +2099,7 @@ product OPTION E7041		0x7041	3G modem
 product OPTION E7061		0x7061	3G modem
 product OPTION E7100		0x7100	3G modem
 product OPTION GTM380		0x7201	3G modem
+product OPTION GE40X		0x7601	Globetrotter HSUPA
 
 /* OQO */
 product OQO WIFI01		0x0002	model 01 WiFi interface


More information about the svn-src-all mailing list