From: Alan Stern Date: Thu, 20 Sep 2007 16:37:50 +0000 (-0400) Subject: USB: don't propagate FREEZE or PRETHAW suspends X-Git-Tag: v2.6.24-rc1~1395^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7108f28465a0a37d5afc05c5ad788938423b74a7;p=pandora-kernel.git USB: don't propagate FREEZE or PRETHAW suspends This patch (as992) fixes a recently-added bug. During a FREEZE or PRETHAW suspend notification, non-root devices don't actually get suspended. So we shouldn't tell their parent hubs that they did. (This code path used to be skipped over, until the FREEZE/PRETHAW test got moved out of usb_suspend_both() into generic_suspend().) Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed