commit | 1299cff9fa39811cd1b3f1731527b062425f0541 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Jul 17 15:40:57 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 17 16:59:27 2014 -0700 |
tree | 4a936c2b2435d1dcf0f5a3d380e78ef942f5b8ff | |
parent | 46865bf3d6b4ec96e243e333b5a2fac1a790e283 [diff] |
USB: shutdown all URBs after controller death When a host controller dies, we don't need to wait for a driver to time out. We can shut down its URBs immediately. Without this change, we can end up waiting 30 seconds for a mass-storage transfer to time out. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>