usb/122610: Add Verizon v740 support to ubsa(4)

Randi Harper randi at freebsdgirl.com
Wed Apr 9 21:30:01 UTC 2008


>Number:         122610
>Category:       usb
>Synopsis:       Add Verizon v740 support to ubsa(4)
>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:   Wed Apr 09 21:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Randi Harper
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
Ironport/Cisco	
>Environment:
System: FreeBSD lt-raharper.ironport.com 7.0-STABLE FreeBSD 7.0-STABLE #1: Sat Mar 29 00:18:33 PDT 2008     root at lt-raharper.ironport.com:/usr/obj/usr/src/sys/LAPTOP i386  


>Description:
Patch adds support for the Verizon v740 EVDO card (novatel wireless merlin v740) to ubsa(4).

>How-To-Repeat:
N/A

>Fix:

--- src/sys/dev/usb/usbdevs.orig	2008-04-09 13:35:24.000000000 -0700
+++ src/sys/dev/usb/usbdevs	2008-04-09 13:36:52.000000000 -0700
@@ -1765,6 +1765,7 @@
 /* Novatel Wireless products */
 product NOVATEL CDMA_MODEM	0x1110	Novatel Wireless Merlin CDMA
 product NOVATEL U740		0x1400	Merlin U740
+product NOVATEL V740		0x1120	Merlin V740
 product NOVATEL2 FLEXPACKGPS	0x0100	NovAtel FlexPack GPS receiver
 
 /* Olympus products */



--- src/sys/dev/usb/ubsa.c.orig 2008-04-09 13:45:43.000000000 -0700
+++ src/sys/dev/usb/ubsa.c      2008-04-09 13:45:49.000000000 -0700
@@ -224,6 +224,8 @@
        { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 },
        /* Novatel Wireless Merlin cards */
        { USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_U740 },
+       /* Novatel Wireless Merlin v740 */
+       { USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_V740 },
        /* Option Vodafone MC3G */
        { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_VODAFONEMC3G },
        /* Option GlobeTrotter 3G */


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


More information about the freebsd-usb mailing list