From: Alan Stern Date: Wed, 10 Oct 2007 20:30:12 +0000 (-0400) Subject: USB: skip autosuspended devices during system resume X-Git-Tag: v2.6.24-rc1~1395^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271f9e68f3450ac8d1ff3bda36581f1ec0d0cc1f;p=pandora-kernel.git USB: skip autosuspended devices during system resume System suspends and hibernation are supposed to be as transparent as possible. By this reasoning, if a USB device is already autosuspended before the system sleep begins then it should remain autosuspended after the system wakes up. This patch (as1001) adds a skip_sys_resume flag to the usb_device structure and uses it to avoid waking up devices which were suspended when a system sleep began. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed