• David Brownell's avatar
    [PATCH] USB: fix OHCI list corruption · b468eef0
    David Brownell authored
    Fix some OHCI TD list corruption issues:
    
        - Don't rewrite HC registers holding ED pointers until the HC
          had a good chance to finish using them.
    
        - Don't ever modify ed->hwTailP
    
    Adds text describing the different ED states.
    
    Adds TEMPORARY hack that may make a "rm_list becomes circular" bug
    continuable.
    b468eef0
ohci-q.c 30.4 KB