svn commit: r202514 - in stable/8/sys/dev/usb: . serial
Andrew Thompson
thompsa at FreeBSD.org
Sun Jan 17 18:36:22 UTC 2010
Author: thompsa
Date: Sun Jan 17 18:36:22 2010
New Revision: 202514
URL: http://svn.freebsd.org/changeset/base/202514
Log:
MFC r202054
Add the Globetrotter GE40x.
Modified:
stable/8/sys/dev/usb/serial/u3g.c
stable/8/sys/dev/usb/usbdevs
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/dev/usb/serial/u3g.c
==============================================================================
--- stable/8/sys/dev/usb/serial/u3g.c Sun Jan 17 18:33:47 2010 (r202513)
+++ stable/8/sys/dev/usb/serial/u3g.c Sun Jan 17 18:36:22 2010 (r202514)
@@ -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: stable/8/sys/dev/usb/usbdevs
==============================================================================
--- stable/8/sys/dev/usb/usbdevs Sun Jan 17 18:33:47 2010 (r202513)
+++ stable/8/sys/dev/usb/usbdevs Sun Jan 17 18:36:22 2010 (r202514)
@@ -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
product OPTION GSICON72 0x6911 GlobeSurfer iCON
product OPTION GSICONHSUPA 0x7251 Globetrotter HSUPA
product OPTION ICON401 0x7401 GlobeSurfer iCON 401
More information about the svn-src-stable-8
mailing list