commit | 20307949469269ceea6262aaa306dcb55cf43b25 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Jun 28 11:20:41 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 12 16:03:22 2006 -0700 |
tree | d4bfd90759bfc83098589c0628e928c2f0650a9a | |
parent | d8840d60218ac80c74af3b35adbc4cee93c25f18 [diff] |
[PATCH] usbcore: fixes for hub_port_resume This patch (as731) makes a couple of small fixes to the hub_port_resume routine: Don't return status >= 0 when an error occurs; Clear the port-change-suspend status indicator after resuming a device. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>