View | Details | Raw Unified | Return to bug 118374
Collapse All | Expand All

(-)sys/dev/usb/usbdevs (+1 lines)
Lines 1788-1793 Link Here
1788
product OPTION GT3G		0x6000	GlobeTrotter 3G datacard
1788
product OPTION GT3G		0x6000	GlobeTrotter 3G datacard
1789
product OPTION GT3GQUAD		0x6300	GlobeTrotter 3G QUAD datacard
1789
product OPTION GT3GQUAD		0x6300	GlobeTrotter 3G QUAD datacard
1790
product OPTION GT3GPLUS		0x6600	GlobeTrotter 3G+ datacard
1790
product OPTION GT3GPLUS		0x6600	GlobeTrotter 3G+ datacard
1791
product OPTION GTMAX36		0x6701	GlobeTrotter Max 3.6 Modem
1791
1792
1792
/* OQO */
1793
/* OQO */
1793
product OQO WIFI01		0x0002	model 01 WiFi interface
1794
product OQO WIFI01		0x0002	model 01 WiFi interface
(-)sys/dev/usb/ubsa.c (+2 lines)
Lines 232-237 Link Here
232
	{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD },
232
	{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD },
233
	/* Option GlobeTrotter 3G+ */
233
	/* Option GlobeTrotter 3G+ */
234
	{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GPLUS },
234
	{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GPLUS },
235
	/* Option GlobeTrotter Max 3.6 */
236
	{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GTMAX36 },
235
	/* Huawei Mobile */
237
	/* Huawei Mobile */
236
	{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
238
	{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
237
	{ 0, 0 }
239
	{ 0, 0 }

Return to bug 118374