commit | 8adb4786789c25007f39b4d00dd03cc83bdcb896 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri May 04 11:53:30 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 12 16:29:46 2007 -0700 |
tree | 70c800356a6de03240e33b64d1ec19078da27452 | |
parent | b6f6436da0c6853eedad86f5075b139c1a3bcb5d [diff] |
USB: don't unsuspend for a new connection This patch (as889) prevents the hub driver from trying to resume a port when there is a new connection. For one thing, the resume is not needed -- the upcoming port reset will clear the suspend feature automatically. For another, on some systems the resume fails and causes problems. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>