Bug 122803

Summary: Add usbdevs and ubsa support for Dell internal CDMA Modem
Product: Base System Reporter: David Gilbert <dgilbert>
Component: usbAssignee: Alexander Kabaev <kan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 7.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description David Gilbert 2008-04-15 21:50:01 UTC
Dell's branded version of the Novatel Wireless card has different usb
vendor and product numbers.

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)

How-To-Repeat: Note that the Dell part shows up attached to ugen, not ucom.
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-06-03 04:14:22 UTC
kan         2008-06-03 03:14:13 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ubsa.c usbdevs 
  Log:
  SVN rev 179499 on 2008-06-03 03:13:57Z by kan
  
  Add vendor/device IDs for Novatel U740 repackaged by Dell.
  
  Submitted by: David Gilbert
  PR: 122803
  
  Revision  Changes    Path
  1.36      +2 -0      src/sys/dev/usb/ubsa.c
  1.356     +1 -0      src/sys/dev/usb/usbdevs
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Alexander Kabaev freebsd_committer freebsd_triage 2008-06-03 04:17:07 UTC
Responsible Changed
From-To: freebsd-usb->kan

Committed to -current, will mfc this to RELENG_6 and _7 in a week or so. 
Thanks!
Comment 3 Gavin Atkinson freebsd_committer freebsd_triage 2008-06-11 13:47:50 UTC
State Changed
From-To: open->patched

Mark as patched, this was fixed in HEAD in ubsa.c 1.36
Comment 4 Alexander Kabaev freebsd_committer freebsd_triage 2009-05-07 13:49:32 UTC
State Changed
From-To: patched->closed

u3g device driver claims support for this peripheral too. Leave change in 
-current, but leave -stable untouched.