commit | 15be105b4a18c461b95fa683907f6da6deae1b75 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Jul 11 11:21:17 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 16 16:50:13 2012 -0700 |
tree | 09d6f71f543957ce76776a51e01240cfee1fab67 | |
parent | 631fe9d9d20e28fffdf750d12dd2cd275bd654e9 [diff] |
USB: EHCI: remove unneeded suspend/resume code This patch (as1566) removes the code in ehci-hcd's resume routines which tries to restart or cancel any transfers left active while the root hub or controller was asleep. This code isn't necessary, because all URBs are terminated before the root hub is suspended. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>