]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: xhci_suspend is not stopping the root hub timer for the shared HCD
authorAl Cooper <alcooperx@gmail.com>
Wed, 20 Aug 2014 13:41:57 +0000 (16:41 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 04:46:10 +0000 (21:46 -0700)
commit14e61a1bd986ac35be92c2dfb631a03a7c03abf4
treea8322e72dbe67f6243a1efb1b42ce371230c5ded
parent1e3452e3f08c5af7fb4b08551aaa96b6627c7416
usb: xhci_suspend is not stopping the root hub timer for the shared HCD

V2 - Restart polling (which will restart the timer) for the shared
HCD in xhci_resume().

xhci_suspend() will stop the primary HCD's root hub timer, but leaves
the shared HCD's timer running. This change adds stopping of the
shared HCD timer.

Signed-off-by: Al Cooper <alcooperx@gmail.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c