CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/09 05:01:06
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c xhci.c
Log message:
Plug an xfer leak when detaching root hubs.
This leak is similar to the public xfer leak #1 that was affecting
device interrupt pipes except that root hubs are rarely detached.
Note that this xfer is never associated to any TD and is just used
to indicate that some of the HC ports has changed status, so there
is no need to flag it as "done" before completing it.