Date: Tue, 15 Apr 2008 16:23:01 -0400 (EDT) From: David Gilbert <dgilbert@daveg.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: usb/122803: Add usbdevs and ubsa support for Dell internal CDMA Modem Message-ID: <20080415202301.2B8031145@canoe.dclg.ca> Resent-Message-ID: <200804152050.m3FKo1DF073837@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122803 >Category: usb >Synopsis: Add usbdevs and ubsa support for Dell internal CDMA Modem >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 15 20:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 7.0-RELEASE amd64 >Organization: DaveG.ca >Environment: System: FreeBSD canoe.dclg.ca 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Tue Apr 15 15:23:43 EDT 2008 dgilbert@canoe.dclg.ca:/canoe/64/usr/src/sys/amd64/compile/CANOE64 amd64 This applies to all supported versions in the tree. Patches are against the above version. >Description: Dell's branded version of the Novatel Wireless card has different usb vendor and product numbers. >How-To-Repeat: Note that the Dell part shows up attached to ugen, not ucom. >Fix: The following patch Adds the product ID for the card and also addes this to ubsa. This change should be suitable for MFC to both 7-STABLE and 6-STABLE (dunno about 5-STABLE) --- usbdevs.orig 2008-02-29 13:08:19.000000000 -0500 +++ usbdevs 2008-04-15 16:16:48.096510768 -0400 @@ -1078,6 +1078,7 @@ product DELL PORT 0x0058 Port Replicator product DELL BC02 0x8000 BC02 Bluetooth USB Adapter product DELL TM350 0x8103 TrueMobile 350 Bluetooth USB Adapter +product DELL CDMA_MODEM 0x8135 Dell Novatel Wireless CDMA /* Delorme Paublishing products */ product DELORME EARTHMATE 0x0100 Earthmate GPS --- ubsa.c.orig 2008-04-15 16:18:04.726520448 -0400 +++ ubsa.c 2008-04-15 16:18:20.903522274 -0400 @@ -224,6 +224,8 @@ { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 }, /* Novatel Wireless Merlin cards */ { USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_U740 }, + /* DELL Version of the above */ + { USB_VENDOR_DELL, USB_PRODUCT_DELL_CDMA_MODEM }, /* Option Vodafone MC3G */ { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_VODAFONEMC3G }, /* Option GlobeTrotter 3G */ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080415202301.2B8031145>