summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-06-22 05:56:05 +0000
committerimp <imp@FreeBSD.org>2007-06-22 05:56:05 +0000
commitcb04c4ce6c380b2a49d539fcc3d8bf057d260f2d (patch)
tree4cdbd8d636cd7f168bd7669dd1e2095a8997f3ef /sys/dev
parent7ee838f4690c1d3a05435e35891063601f10f0b9 (diff)
downloadFreeBSD-src-cb04c4ce6c380b2a49d539fcc3d8bf057d260f2d.zip
FreeBSD-src-cb04c4ce6c380b2a49d539fcc3d8bf057d260f2d.tar.gz
add support for Option GlobeTrotter 3G+
(PR says this may be from OpenBSD) Submitted by: Simun Mikecin PR: 111710 Approved by: re (kensmith, blanket)
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 d8638ab..e65b922 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -230,6 +230,8 @@ static const struct ubsa_product {
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3G },
/* Option GlobeTrotter 3G QUAD */
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD },
+ /* Option GlobeTrotter 3G+ */
+ { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GPLUS },
/* Huawei Mobile */
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
{ 0, 0 }
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 1b1d656..5ed8b48 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1870,6 +1870,7 @@ product VISIONEER 8600 0x0331 OneTouch 8600
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
/* VTech products */
product VTECH RT2570 0x3012 RT2570
OpenPOWER on IntegriCloud