Module Name: src Committed By: riastradh Date: Sat Jun 12 14:57:53 UTC 2021
Modified Files: src/sys/dev/usb: usbdi.c Log Message: usb(4): Fix mistake in previous fix for pipe/interface-change races. Must block interface changes _before_ we enter usbd_setup_pipe_flags, which calls the bus pipe open method. To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 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.