Module Name: src Committed By: riastradh Date: Sun Mar 13 11:28:52 UTC 2022
Modified Files: src/sys/dev/usb: usb.c usbdivar.h usbroothub.c Log Message: usb: Fix roothub ctrl xfer aborts. No mechanism for actually aborting, but at least this now waits for the xfer to have completed instead of blithely barging ahead whether it's done or not. To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/sys/dev/usb/usb.c cvs rdiff -u -r1.136 -r1.137 src/sys/dev/usb/usbdivar.h cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/usbroothub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.