• David Brownell's avatar
    [PATCH] ohci td error cleanup · 235d73be
    David Brownell authored
    This is a version of a patch I sent out last Friday to help
    address some of the "bad entry" errors that some folk
    were seeing, seemingly only with control requests.  The fix
    is just to not try being clever: remove one TD at a time and
    patch the ED as if that TD had completed normally, then do
    the next ... don't try to patch just once in this fault case.
    (And it nukes some debug info I accidently submitted.)
    
    I've gotten preliminary feedback that this helps.
    235d73be
ohci-mem.c 4.54 KB