]> git.baikalelectronics.ru Git - kernel.git/commit
USB: UHCI: notify usbcore about port resumes
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 25 Jan 2013 22:09:55 +0000 (17:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 23:06:01 +0000 (15:06 -0800)
commit945e24aa385f151ab62bdb027cd83c7a2d41d6a9
tree46a1c9e7afd1421b87dba9d2d1247a6bad6f110e
parent7c2dd5e09f88822c0ac6e25aefcabcb9fd620761
USB: UHCI: notify usbcore about port resumes

This patch (as1651) adds calls to the new
usb_hcd_{start,end}_port_resume() functions to uhci-hcd.  Now UHCI
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/uhci-hub.c