• Duncan Sands's avatar
    [PATCH] USB usbfs: destroy submitted urbs only on the disconnected interface · d4b73114
    Duncan Sands authored
    The remaining three patches contain miscellaneous fixes to usbfs.
    This one fixes up the disconnect callback to only shoot down urbs
    on the disconnected interface, and not on all interfaces.  It also adds
    a sanity check (this check is pointless because the interface could
    never have been claimed in the first place if it failed, but I feel better
    having it there).
    
     devio.c |    6 ++++--
     1 files changed, 4 insertions(+), 2 deletions(-)
    d4b73114
devio.c 33 KB