Handle the stall condition just like the bable one since in both cases
authormpi <mpi@openbsd.org>
Wed, 21 May 2014 12:31:53 +0000 (12:31 +0000)
committermpi <mpi@openbsd.org>
Wed, 21 May 2014 12:31:53 +0000 (12:31 +0000)
commit7f551e5e2024306aabcc47ad920d3183ce8a0cbc
tree41dcfb4f02ead7203db9746aba4d0eb6882601c0
parent4b4f61b44d4ee1a134e233cfbbd1f548cb38b852
Handle the stall condition just like the bable one since in both cases
the ring is halted.

Do not bother reporting USBD_STALLED to the stack like other HC drivers
do since the endpoint is automatically reseted.  What is the point of
this error apart from making sure driver authors will forget to call
usbd_clear_endpoint_stall_async() correctly?

The Renesas uPD720202 xHCI, provided by Stefan Wollny, now works as
expected.
sys/dev/usb/xhci.c