]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: UHCI: report non-PME wakeup signalling for Intel hardware
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 21 Oct 2016 20:49:07 +0000 (16:49 -0400)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 11 Nov 2016 22:32:35 +0000 (16:32 -0600)
commitccdb6be9ec6580ef69f68949ebe26e0fb58a6fb0
tree2ffbfdb03906dd4a26e37fbd1063fdc7179ff97d
parent6496ebd7edf446fccf8266a1a70ffcb64252593e
USB: UHCI: report non-PME wakeup signalling for Intel hardware

The UHCI controllers in Intel chipsets rely on a platform-specific non-PME
mechanism for wakeup signalling.  They can generate wakeup signals even
though they don't support PME.

We need to let the USB core know this so that it will enable runtime
suspend for UHCI controllers.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
CC: stable@vger.kernel.org
drivers/usb/host/uhci-pci.c