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.