diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2018-06-08 16:59:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-25 21:44:43 +0800 |
commit | 00d423c8d0132915f4204b330343420c271b9142 (patch) | |
tree | 2946216e4e221aeb18085b90fa6bd2d9e4a743aa /drivers/usb/host/ehci-hcd.c | |
parent | 379cacc5e566f7197bdeb1ea3e99219d3e880c0a (diff) | |
download | lwn-00d423c8d0132915f4204b330343420c271b9142.tar.gz lwn-00d423c8d0132915f4204b330343420c271b9142.zip |
USB: ehci-hcd: Add get_resuming_ports method
This patch adds support for the new get_resuming_ports HCD method to
the ehci-hcd driver.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 89c47ae5c7d3..8608ac513fb7 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -1226,6 +1226,7 @@ static const struct hc_driver ehci_hc_driver = { .bus_resume = ehci_bus_resume, .relinquish_port = ehci_relinquish_port, .port_handed_over = ehci_port_handed_over, + .get_resuming_ports = ehci_get_resuming_ports, /* * device support |