CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/08 08:00:52
Modified files:
sys/dev/usb : ehci.c uhci.c
Log message:
Plug one more xfer leak.
Now that aborting interrupt pipes does not prevent us from freeing
the associated xfer, make sure to flag this xfer as "done" even if
there's no need to abort it in hardware.
