summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2011-08-20 14:21:32 +0000
committerhselasky <hselasky@FreeBSD.org>2011-08-20 14:21:32 +0000
commit727eb4fe3932d21042450cf3c33a8173707bd9c1 (patch)
tree0e189cfb35522efae1610dd85d1a42ce44895747
parent1f8e0828d745e091e381510c3f173728b457528b (diff)
downloadFreeBSD-src-727eb4fe3932d21042450cf3c33a8173707bd9c1.zip
FreeBSD-src-727eb4fe3932d21042450cf3c33a8173707bd9c1.tar.gz
Add new USB ID.
Approved by: re (kib) MFC after: 1 week PR: usb/159836
-rw-r--r--share/man/man4/uhso.42
-rw-r--r--sys/dev/usb/net/uhso.c2
-rw-r--r--sys/dev/usb/usbdevs1
3 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man4/uhso.4 b/share/man/man4/uhso.4
index 7f60691..26d169b 100644
--- a/share/man/man4/uhso.4
+++ b/share/man/man4/uhso.4
@@ -79,6 +79,8 @@ The following devices have been verified to work
.It
Option GlobeSurfer iCON 7.2 (new firmware)
.It
+Option GlobeTrotter Max 7.2 (new firmware)
+.It
Option iCON 225
.It
Option iCON 452
diff --git a/sys/dev/usb/net/uhso.c b/sys/dev/usb/net/uhso.c
index cbb0b08..6b42de8 100644
--- a/sys/dev/usb/net/uhso.c
+++ b/sys/dev/usb/net/uhso.c
@@ -249,6 +249,8 @@ static struct unrhdr *uhso_ifnet_unit = NULL;
static const STRUCT_USB_HOST_ID uhso_devs[] = {
#define UHSO_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
+ /* Option GlobeTrotter MAX 7.2 with upgraded firmware */
+ UHSO_DEV(OPTION, GTMAX72, UHSO_STATIC_IFACE),
/* Option GlobeSurfer iCON 7.2 */
UHSO_DEV(OPTION, GSICON72, UHSO_STATIC_IFACE),
/* Option iCON 225 */
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 72922f9..e5a545a 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2448,6 +2448,7 @@ product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD datacard
product OPTION GT3GPLUS 0x6600 GlobeTrotter 3G+ datacard
product OPTION GTICON322 0xd033 GlobeTrotter Icon322 storage
product OPTION GTMAX36 0x6701 GlobeTrotter Max 3.6 Modem
+product OPTION GTMAX72 0x6711 GlobeTrotter Max 7.2 HSDPA
product OPTION GTHSDPA 0x6971 GlobeTrotter HSDPA
product OPTION GTMAXHSUPA 0x7001 GlobeTrotter HSUPA
product OPTION GTMAXHSUPAE 0x6901 GlobeTrotter HSUPA PCIe
OpenPOWER on IntegriCloud