diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-06-22 05:56:05 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-06-22 05:56:05 +0000 |
| commit | 30d52b75e42d15fc87358623117a80da36f9261d (patch) | |
| tree | 4cdbd8d636cd7f168bd7669dd1e2095a8997f3ef /sys/dev/usb | |
| parent | e5be70a464254614b97e5a86303c49375760d6d5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ubsa.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index d8638ab6647c..e65b9222562d 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 1b1d656a08d3..5ed8b48b4d6d 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 |
