CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/07/07 06:54:04
Modified files: sys/dev/usb : ehci.c Log message: When aborting a transfer set the halted bit to the QH's qTD and remove superflous code. This fix an abort loop problem reported by Gerhard Roth, based on his initial diff. Has been in snap for some weeks, ok deraadt@