aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2018-06-08 16:59:57 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-25 21:44:43 +0800
commit8f9cc83c06d44081d7c7e179f778cbeb4d074fa7 (patch)
treecc994e13b3bae9d093f5788999688f8337840fd9 /drivers/usb/host/xhci.c
parentUSB: ehci-hcd: Add get_resuming_ports method (diff)
downloadlinux-dev-8f9cc83c06d44081d7c7e179f778cbeb4d074fa7.tar.xz
linux-dev-8f9cc83c06d44081d7c7e179f778cbeb4d074fa7.zip
USB: xhci-hcd: Add get_resuming_ports method
This patch adds support for the new get_resuming_ports HCD method to the xhci-hcd driver. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci.c')
-rw-r--r--drivers/usb/host/xhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
index 8c8da2d657fa..2f239cb3deaf 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -5081,6 +5081,7 @@ static const struct hc_driver xhci_hc_driver = {
.hub_status_data = xhci_hub_status_data,
.bus_suspend = xhci_bus_suspend,
.bus_resume = xhci_bus_resume,
+ .get_resuming_ports = xhci_get_resuming_ports,
/*
* call back when device connected and addressed