Date: Thu, 26 Apr 2007 14:31:05 GMT From: "Dr. Markus Waldeck"<waldeck@gmx.de> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/112161: Option N.V. Fusion UMTS Quad-GPRS Message-ID: <200704261431.l3QEV5tL071546@www.freebsd.org> Resent-Message-ID: <200704261440.l3QEe2gN047587@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112161 >Category: kern >Synopsis: Option N.V. Fusion UMTS Quad-GPRS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 26 14:40:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Dr. Markus Waldeck >Release: FreeBSD 6.2-RELEASE >Organization: >Environment: >Description: I tried to use my UMTS card (Option N.V. Fusion UMTS Quad-GPRS) with FreeBSD 6.2-RELEASE. The card is working with XP and Debian GNU/Linux. I found two patches at http://www.rinta-aho.org/docs/option3g/option.html for FreeBSD 6.0-CURRENT. I adapted the patches for FreeBSD 6.2-RELEASE. >How-To-Repeat: >Fix: --- ubsa.c.orig Wed Apr 25 14:05:02 2007 +++ ubsa.c Wed Apr 25 14:06:58 2007 @@ -224,8 +224,12 @@ { USB_VENDOR_GOHUBS, USB_PRODUCT_GOHUBS_GOCOM232 }, /* Peracom */ { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 }, - /* Vodafone */ - { USB_VENDOR_VODAFONE, USB_PRODUCT_VODAFONE_MC3G }, + /* Option Vodafone Mobile Connect 3G */ + { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_VODAFONEMC3G }, + /* Option GlobeTrotter 3G FUSION */ + { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GFUSION }, + /* Option GlobeTrotter 3G QUAD */ + { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD }, { 0, 0 } }; --- usbdevs.orig Wed Apr 25 14:09:15 2007 +++ usbdevs Wed Apr 25 14:12:24 2007 @@ -452,7 +452,7 @@ vendor GREENHOUSE 0x0a6b GREENHOUSE vendor GEOCAST 0x0a79 Geocast vendor NEODIO 0x0aec Neodio -vendor VODAFONE 0x0af0 Vodafone +vendor OPTION 0x0af0 Option vendor ASUS 0x0b05 ASUS vendor TODOS 0x0b0c Todos Data System vendor SIIG2 0x0b39 SIIG @@ -1668,8 +1668,10 @@ product VISIONEER 8100 0x0321 OneTouch 8100 product VISIONEER 8600 0x0331 OneTouch 8600 -/* Vodafone products */ -product VODAFONE MC3G 0x5000 Mobile Connect 3G datacard +/* Option products */ +product OPTION VODAFONEMC3G 0x5000 Vodafone Mobile Connect 3G +product OPTION GT3GFUSION 0x6000 GlobeTrotter 3G FUSION +product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD /* VTech products */ product VTECH RT2570 0x3012 RT2570 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704261431.l3QEV5tL071546>
