CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/09/23 02:39:32

Modified files:
        sys/dev/usb    : ehci.c 

Log message:
returning here can cause the usb task thread to go to sleep forever,
becaue it skips a wakeup() later on.  this is the only error condition
that returns before the wakeup.  not sure why this particular case is
handled differently, and not certain what the error code should be, but
this is better than breaking all of usb because of a problem on one port.
dicussed with deraadt

Reply via email to