From: Alan Stern Date: Mon, 15 Nov 2010 20:57:51 +0000 (-0500) Subject: USB: use the runtime-PM autosuspend implementation X-Git-Tag: v2.6.38-rc1~465^2~11^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc4a01eb8661226e80632327673f67bf6a5840b;p=pandora-kernel.git USB: use the runtime-PM autosuspend implementation This patch (as1428) converts USB over to the new runtime-PM core autosuspend framework. One slightly awkward aspect of the conversion is that USB devices will now have two suspend-delay attributes: the old power/autosuspend file and the new power/autosuspend_delay_ms file. One expresses the delay time in seconds and the other in milliseconds, but otherwise they do the same thing. The old attribute can be deprecated and then removed eventually. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed