aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/hcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
index f8f8fa7a56e8..ae10020b4023 100644
--- a/include/linux/usb/hcd.h
+++ b/include/linux/usb/hcd.h
@@ -211,7 +211,7 @@ struct hc_driver {
211 * a whole, not just the root hub; they're for PCI bus glue. 211 * a whole, not just the root hub; they're for PCI bus glue.
212 */ 212 */
213 /* called after suspending the hub, before entering D3 etc */ 213 /* called after suspending the hub, before entering D3 etc */
214 int (*pci_suspend)(struct usb_hcd *hcd); 214 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);
215 215
216 /* called after entering D0 (etc), before resuming the hub */ 216 /* called after entering D0 (etc), before resuming the hub */
217 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated); 217 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);