CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/06 09:39:48
Modified files:
sys/dev/usb : xhci.c
Log message:
If we cannot stop the endpoint when aborting a transfer assume that
the device is gone and give back the descriptor to the stack.
Without this usbd_abort_pipe() could end up in an infinite loop.
Issue reported by Tom Murphy.
