commit | 88018158d1253ab4868a2f9204cc390c711fd9b9 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Feb 26 17:16:06 2007 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Mar 09 19:52:23 2007 -0800 |
tree | c624f1166911a7ecb4911fb69a2ef53cfaf242e3 | |
parent | 97b9eb91dc131a10342da1f604e5bd8b1316abdb [diff] |
UHCI: fix port resume problem This patch (as863) fixes a problem encountered sometimes when resuming a port on a UHCI controller. The hardware may turn off the Resume-Detect bit before turning off the Suspend bit, leading usbcore to think that the port is still suspended and the resume has failed. The patch makes uhci_finish_suspend() wait until both bits are safely off. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>