commit | 1236edf1c70107a0d31b3fba0b2a8783615d0d24 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Jul 01 10:45:51 2008 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 03 18:20:37 2008 -0700 |
tree | de2ac86085d7040b1ad11642d4b26167bbf53c12 | |
parent | de85422b94ddb23c021126815ea49414047c13dc [diff] |
USB: don't lose disconnections during suspend This patch (as1111) fixes a bug in the hub driver. When a hub resumes, disconnections that occurred while the hub was suspended are lost. A completely different fix for this problem has already been accepted for 2.6.27; however the problem still needs to be handled in 2.6.26. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Tested-by: Lukas Hejtmanek <xhejtman@ics.muni.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>