CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/11 07:51:35
Modified files:
sys/dev/usb : usbdi.c
Log message:
For none interrupt endpoints call the xfer done function before
calling the xfer callback function to allow a device driver to
immediately reschedule the same xfer.
This e.g. improves performance for isoc high- fullspeed xfers (ehci).
>From NetBSD. OK phessler@
