Source-Changes archive

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

CVS commit: [nick-nhusb] src/sys/dev/usb



Module Name:    src
Committed By:   skrll
Date:           Sun Jan 10 10:33:43 UTC 2016

Modified Files:
        src/sys/dev/usb [nick-nhusb]: usb.c usb_subr.c usbdivar.h xhci.c

Log Message:
Bring the following change from HEAD

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.156.2.11 -r1.156.2.12 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.198.2.22 -r1.198.2.23 src/sys/dev/usb/usb_subr.c
cvs rdiff -u -r1.109.2.21 -r1.109.2.22 src/sys/dev/usb/usbdivar.h
cvs rdiff -u -r1.28.2.48 -r1.28.2.49 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.




Home | Main Index | Thread Index | Old Index