NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/42577 CVS commit: src/sys/dev/usb



The following reply was made to PR kern/42577; it has been noted by GNATS.

From: Martin Husemann <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42577 CVS commit: src/sys/dev/usb
Date: Thu, 7 Jan 2010 00:15:20 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Thu Jan  7 00:15:20 UTC 2010
 
 Modified Files:
        src/sys/dev/usb: files.usb u3g.c
 
 Log Message:
 Split the u3g driver into two parts: u3ginit attaches to those devices
 that only come as a umass device in the default configuration and
 forces them to reinitialize in 3D mode and detach.
 The u3g part attaches to individual interfaces for the 3G functionality,
 leaving the umass interface(s) for that driver.
 With this change I can use the MMC card in my Huawey stick (as well as
 the integrated windows driver CD, which of course is pretty useless) and
 the 3G modem at the same time.
 Fixes PR 42577.
 Code contributed anonymously, minor tweaks (and all bugs) by me.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.93 -r1.94 src/sys/dev/usb/files.usb
 cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/u3g.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index