git: kernel - Fix bulk transfer issue in USB/ohci

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jun 13 12:26:09 PDT 2012


commit 0fdd0fdfd2615f258caccce4757d4604d6fc2019
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list