USB: EHCI: notify usbcore about port resumes
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 25 Jan 2013 22:09:49 +0000 (17:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 23:06:01 +0000 (15:06 -0800)
commitf292e7f9fb0e4bec68bbd83443407d6bb7922d36
treee7af79b85994472cc075741131ca653548391f71
parentda0aa7169b97d90f4af39a9dc84d58bbe19d7e78
USB: EHCI: notify usbcore about port resumes

This patch (as1650) adds calls to the new
usb_hcd_{start,end}_port_resume() functions to ehci-hcd.  Now EHCI
root hubs won't be runtime suspended while they are sending a resume
signal to one of their ports.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Tested-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-hub.c