From: Alan Stern Date: Mon, 10 Sep 2007 15:31:43 +0000 (-0400) Subject: USB: move decision to ignore FREEZE events X-Git-Tag: v2.6.24-rc1~1395^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ad4f71e2f19a06f738463da1f09ea7fda3a3db2;p=pandora-kernel.git USB: move decision to ignore FREEZE events This patch (as987) changes the way FREEZE and PRETHAW suspend events are handled in usbcore. The decision about whether or not to ignore them for non-root devices is pushed down into the USB-device driver, instead of being made in the core code. This is appropriate, since devices exported to a virtualized guest or over a network may indeed need to handle these types of suspend, even though normal devices don't. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed