aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core/hcd.h')
-rw-r--r--drivers/usb/core/hcd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/core/hcd.h b/drivers/usb/core/hcd.h
index eb21f13c5c74..74757fc1a99f 100644
--- a/drivers/usb/core/hcd.h
+++ b/drivers/usb/core/hcd.h
@@ -182,12 +182,12 @@ struct hc_driver {
182 int (*start) (struct usb_hcd *hcd); 182 int (*start) (struct usb_hcd *hcd);
183 183
184 /* NOTE: these suspend/resume calls relate to the HC as 184 /* NOTE: these suspend/resume calls relate to the HC as
185 * a whole, not just the root hub; they're for bus glue. 185 * a whole, not just the root hub; they're for PCI bus glue.
186 */ 186 */
187 /* called after all devices were suspended */ 187 /* called after suspending the hub, before entering D3 etc */
188 int (*suspend) (struct usb_hcd *hcd, pm_message_t message); 188 int (*suspend) (struct usb_hcd *hcd, pm_message_t message);
189 189
190 /* called before any devices get resumed */ 190 /* called after entering D0 (etc), before resuming the hub */
191 int (*resume) (struct usb_hcd *hcd); 191 int (*resume) (struct usb_hcd *hcd);
192 192
193 /* cleanly make HCD stop writing memory and doing I/O */ 193 /* cleanly make HCD stop writing memory and doing I/O */