summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2011-06-15 20:27:43 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-16 00:44:56 (GMT)
commit0af212ba8f123c2eba151af7726c34a50b127962 (patch)
treef9b37cad57b00c6e845954f361acedead9863d13 /drivers/usb/core/hub.c
parentcbb330045e5df8f665ac60227ff898421fc8fb92 (diff)
downloadlinux-fsl-qoriq-0af212ba8f123c2eba151af7726c34a50b127962.tar.xz
USB: don't let errors prevent system sleep
This patch (as1464) implements the recommended policy that most errors during suspend or hibernation should not prevent the system from going to sleep. In particular, failure to suspend a USB driver or a USB device should not prevent the sleep from succeeding: Failure to suspend a device won't matter, because the device will automatically go into suspend mode when the USB bus stops carrying packets. (This might be less true for USB-3.0 devices, but let's not worry about them now.) Failure of a driver to suspend might lead to trouble later on when the system wakes up, but it isn't sufficient reason to prevent the system from going to sleep. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> CC: <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core/hub.c')
0 files changed, 0 insertions, 0 deletions