Module Name:    src
Committed By:   riastradh
Date:           Mon Feb 17 08:16:44 UTC 2020

Modified Files:
        src/sys/dev/usb: usbdi.c

Log Message:
When aborting a pipe, set pipe->up_running = 0.

This prevents any concurrent usb_transfer_complete from restarting
the pipe with usbd_start_next.


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 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.

Reply via email to