Module Name: src Committed By: skrll Date: Wed Jan 6 22:12:49 UTC 2016
Modified Files: src/sys/dev/usb: usb.c usb_subr.c usbdivar.h xhci.c Log Message: Get the iManufacturer, iProduct, and iSerialNumber strings before probing for drivers and cache them for later use. This reduces bus transactions and fixes attachment for at least two of my umass(4)s. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sys/dev/usb/usb.c cvs rdiff -u -r1.206 -r1.207 src/sys/dev/usb/usb_subr.c cvs rdiff -u -r1.110 -r1.111 src/sys/dev/usb/usbdivar.h cvs rdiff -u -r1.32 -r1.33 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.