Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2007 19:42:52 GMT
From:      Greg Rivers <gcr@tharned.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/118374: Patch to support Option GlobeTrotter Max 3.6 wireless data card
Message-ID:  <200712011942.lB1JgqVB030026@www.freebsd.org>
Resent-Message-ID: <200712011950.lB1Jo2wc057114@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118374
>Category:       usb
>Synopsis:       Patch to support Option GlobeTrotter Max 3.6 wireless data card
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 01 19:50:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Greg Rivers
>Release:        7.0-BETA3
>Organization:
>Environment:
>Description:
The attached patch allows FreeBSD to recognize and operate subject device.  Please review and consider for inclusion in the base system.

http://www.option.com/products/globetrotter_gt_max_72.shtml
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- sys/dev/usb/OLD/usbdevs	2007-11-28 00:10:16.000000000 -0600
+++ sys/dev/usb/usbdevs	2007-11-29 16:53:05.000000000 -0600
@@ -1788,6 +1788,7 @@
 product OPTION GT3G		0x6000	GlobeTrotter 3G datacard
 product OPTION GT3GQUAD		0x6300	GlobeTrotter 3G QUAD datacard
 product OPTION GT3GPLUS		0x6600	GlobeTrotter 3G+ datacard
+product OPTION GTMAX36		0x6701	GlobeTrotter Max 3.6 Modem
 
 /* OQO */
 product OQO WIFI01		0x0002	model 01 WiFi interface
--- sys/dev/usb/OLD/ubsa.c	2007-06-22 00:56:05.000000000 -0500
+++ sys/dev/usb/ubsa.c	2007-11-29 16:56:39.000000000 -0600
@@ -232,6 +232,8 @@
 	{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD },
 	/* Option GlobeTrotter 3G+ */
 	{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GPLUS },
+	/* Option GlobeTrotter Max 3.6 */
+	{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GTMAX36 },
 	/* Huawei Mobile */
 	{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
 	{ 0, 0 }


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712011942.lB1JgqVB030026>