]> git.baikalelectronics.ru Git - kernel.git/commit
usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1
authorRoger Quadros <rogerq@ti.com>
Mon, 4 Aug 2014 09:44:46 +0000 (12:44 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Aug 2014 22:59:14 +0000 (15:59 -0700)
commitec4ab37d2e4b9f27815e61b8866b512f2cc41619
tree9c196bacfb049152320f00b47e35faf83c709af9
parent8508252f6b2bdcc30c790dd43b9657a16ed7c6f6
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 170ddb347d5a introduced in v3.8 changed the original behaivour
and stopped respecting the usbcore.autosuspend parameter for hubs.

Fixes: 170ddb347d5a "USB: set hub's default autosuspend delay as 0"
Cc: [3.8+] <stable@vger.kernel.org>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Tested-by: Michael Welling <mwelling@emacinc.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c