commit | 1cc8a25d5b680ff656927ffa9b66fae6b415b1d3 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Sat Jul 01 22:10:15 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 27 11:58:50 2006 -0700 |
tree | 4cc4f1f5f0266dab5408c1de77215517822be92a | |
parent | 782da727b0d59e93c84a627948b1535a3db90392 [diff] |
usbcore: split suspend/resume for device and interfaces This patch (as716b) splits up the core suspend and resume routines into two parts each: one for handling devices and one for handling interfaces. The behavior of the parts should be the same as in the old unified code. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>