From: Roger Quadros Date: Mon, 4 Aug 2014 09:44:46 +0000 (+0300) Subject: usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1 X-Git-Tag: omap-fixes-against-v3.17-rc3~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd405d2a5287bdb9b04670ea255e1f122138e66;p=pandora-kernel.git usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1 If user specifies that USB autosuspend must be disabled by module parameter "usbcore.autosuspend=-1" then we must prevent autosuspend of USB hub devices as well. commit 596d789a211d introduced in v3.8 changed the original behaivour and stopped respecting the usbcore.autosuspend parameter for hubs. Fixes: 596d789a211d "USB: set hub's default autosuspend delay as 0" Cc: [3.8+] Signed-off-by: Roger Quadros Tested-by: Michael Welling Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed