Module Name: src Committed By: skrll Date: Sat Sep 7 16:39:15 UTC 2013
Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Reload the full device descriptor after re-establishing the default pipe with the new address. Some HCDs, e.g. dwc2, need wMaxPacketSize to be the value returned from the device to complete transfers after the set address. Opening the pipe again gives the HCD access to the correct value. To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 src/sys/dev/usb/usb_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.