usbcore: split suspend/resume for device and interfaces
authorAlan Stern <stern@rowland.harvard.edu>
Sun, 2 Jul 2006 02:10:15 +0000 (22:10 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:50 +0000 (11:58 -0700)
commit1cc8a25d5b680ff656927ffa9b66fae6b415b1d3
tree4cc4f1f5f0266dab5408c1de77215517822be92a
parent782da727b0d59e93c84a627948b1535a3db90392
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>
drivers/usb/core/driver.c