Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2] src/sys/dev/usb



Module Name:    src
Committed By:   riz
Date:           Fri May 13 23:13:08 UTC 2005

Modified Files:
        src/sys/dev/usb [netbsd-2]: ehci.c

Log Message:
Pull up revision 1.98 via patch (requested by augustss in ticket #1496):
Fix the error check on completion of an xfer.  Just because the qTD status
field has error bits set doesn't mean there has been an error, unless the
HALTED bit is set as well.  The old behaviour could result in a transfer
being considered failed by the software, but a success by the device.
This seems to have affected mostly mass storage devices.
Pointed out by Dan Ellis in kern/29731.


To generate a diff of this commit:
cvs rdiff -r1.54.2.13.2.1 -r1.54.2.13.2.2 src/sys/dev/usb/ehci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index