DragonFly commits List (threaded) for 2012-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Fix bulk transfer issue in USB/ohci
commit 0fdd0fdfd2615f258caccce4757d4604d6fc2019
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Wed Jun 13 12:24:07 2012 -0700
kernel - Fix bulk transfer issue in USB/ohci
* Fix a crash/panic in usb_transfer_complete() due to an incorrect
xfer->actlen field.
* The field must be cleared at the beginning of a bulk transfer so
the incremental completions can be added to it.
* Fixes ULPT when used w/OHCI. ULPT still appears to have problems when
used with EHCI.
Summary of changes:
sys/bus/usb/ohci.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0fdd0fdfd2615f258caccce4757d4604d6fc2019
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]