• David Brownell's avatar
    [PATCH] USB: reject urb submissions to suspended devices · e6ff3ede
    David Brownell authored
    This patch rejects URB submissions to suspended devices, so
    that they don't get hardware-specific fault reports.  Instead,
    they get the same code (-EHOSTUNREACH) for all HCDs.
    
    It also fixes a minor problem with colliding declarations of
    the symbol USB_STATE_SUSPENDED.
    e6ff3ede
hcd.h 13.4 KB