summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2008-06-05 16:56:56 +0000
committerattilio <attilio@FreeBSD.org>2008-06-05 16:56:56 +0000
commit97f5b68b2287cc625e3db225c605e3b466b57ecc (patch)
tree2bda1898e3c941686423774a598baae2727d4d7b /sys/dev
parent5e919b055249f019789a96120bc0e17c1dfb4195 (diff)
downloadFreeBSD-src-97f5b68b2287cc625e3db225c605e3b466b57ecc.zip
FreeBSD-src-97f5b68b2287cc625e3db225c605e3b466b57ecc.tar.gz
Add the support for the Globetrotter Max 3.6 HSDPA Modem.
PR: usb/118374 Submitted by: Greg Rivers <gcr at tharned dot org>
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ubsa.c2
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c
index 27d381b..78e4189 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -240,6 +240,8 @@ static const struct ubsa_product {
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD },
/* Option GlobeTrotter 3G+ */
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GPLUS },
+ /* Option GlobeTrotter Max 3.6 */
+ { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GTMAX36 },
/* Huawei Mobile */
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
/* Qualcomm, Inc. ZTE CDMA */
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index e74c7b8..b6af86b 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1831,6 +1831,7 @@ product OPTION VODAFONEMC3G 0x5000 Vodafone Mobile Connect 3G datacard
product OPTION GT3G 0x6000 GlobeTrotter 3G datacard
product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD datacard
product OPTION GT3GPLUS 0x6600 GlobeTrotter 3G+ datacard
+product OPTION GTMAX36 0x6701 GlobeTrotter Max 3.6 Modem
/* OQO */
product OQO WIFI01 0x0002 model 01 WiFi interface
OpenPOWER on IntegriCloud