• Matthew Dharm's avatar
    [PATCH] usb-storage: remove timer · 6c9a20c9
    Matthew Dharm authored
    This removes the timer usage in usb-storage.  This cleans up quite a bit
    of the state machine and eliminates quite a few potential races.
    
    Initialization commands and other non-data-path mechanisms use the USB core
    timeout mechanism.  Anything in the data path uses the SCSI mid-layer
    mechanism.
    6c9a20c9
transport.c 41.1 KB