misc/111710: [patch] [usb] add support for Option GlobeTrotter 3G+

Simun Mikecin numisemis at yahoo.com
Mon Apr 16 17:50:02 UTC 2007


>Number:         111710
>Category:       misc
>Synopsis:       [patch] [usb] add support for Option GlobeTrotter 3G+
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 17:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Simun Mikecin
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD qosmio.home.hr 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Mar 15 19:38:43 CET 2007     root at qosmio.home.hr:/usr/obj/usr/src.6/sys/QOSMIO  i386

>Description:
This patch adds support for Option (http://www.option.com) series of USB modems that identify itself as "Option GlobeTrotter 3G+". I have seen a similar patch for OpenBSD.
Tested using "Option GlobeSurfer Icon" (which by default shows as a mass storage device, and has to be switched first to a modem by sending switchover commands to the device (see icon_switch.c: http://www.google.hrsearch?hl=hr&q=icon_switch.c&btnG=Google+pretraga&meta=) and then attached by ubsa driver.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN old/ubsa.c new/ubsa.c
--- old/ubsa.c	Wed Feb 14 20:57:15 2007
+++ new/ubsa.c	Mon Apr 16 18:20:33 2007
@@ -232,6 +232,8 @@
 	{ 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 -urN old/usbdevs new/usbdevs
--- old/usbdevs	Wed Mar 14 05:31:53 2007
+++ new/usbdevs	Mon Apr 16 18:19:26 2007
@@ -1686,6 +1686,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
 
 /* VTech products */
 product VTECH RT2570		0x3012	RT2570

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list