add support for Option GlobeTrotter 3G+
(PR says this may be from OpenBSD) Submitted by: Simun Mikecin PR: 111710 Approved by: re (kensmith, blanket)
This commit is contained in:
parent
e5be70a464
commit
30d52b75e4
@ -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 }
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user