• David Brownell's avatar
    [PATCH] maintain hcd_dev queue in FIFO order · 0d8e6bb9
    David Brownell authored
    Current uses of the urb_list have all been to make
    sure we have some list of pending urbs, so we can
    clean them all up after HCs die, and avoid trying
    to unlink something that's not actually linked.
    So order hasn't mattered.
    
    This makes the order be FIFO, which is more useful
    for other purposes.  Like being the HCD's internal
    schedule, or dumping for debug.
    0d8e6bb9
hcd.c 39.6 KB