Module Name: src Committed By: riastradh Date: Thu Mar 3 06:12:49 UTC 2022
Modified Files: src/sys/dev/usb: usbdi.c Log Message: usb: Assert hci doesn't synchronously complete async xfers. The xfer callback must not be invoked synchronously, because it might need to take a lock that the caller holds. However, the hci might return failure to the caller, meaning the xfer callback will not be invoked at all. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/sys/dev/usb/usbdi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.