USB: Enhance usage of pm_message_t
This patch (as1177) modifies the USB core suspend and resume routines. The resume functions now will take a pm_message_t argument, so they will know what sort of resume is occurring. The new argument is also passed to the port suspend/resume and bus suspend/resume routines (although they don't use it for anything but debugging). In addition, special pm_message_t values are used for user-initiated, device-initiated (i.e., remote wakeup), and automatic suspend/resume. By testing these values, drivers can tell whether or not a particular suspend was an autosuspend. Unfortunately, they can't do the same for resumes -- not until the pm_message_t argument is also passed to the drivers' resume methods. That will require a bigger change. IMO, the whole Power Management framework should have been set up this way in the first place. Signed-off-by:Alan Stern <stern@rowland.harvard.edu> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- drivers/usb/class/cdc-acm.c 1 addition, 1 deletiondrivers/usb/class/cdc-acm.c
- drivers/usb/class/cdc-wdm.c 2 additions, 1 deletiondrivers/usb/class/cdc-wdm.c
- drivers/usb/core/driver.c 34 additions, 27 deletionsdrivers/usb/core/driver.c
- drivers/usb/core/generic.c 5 additions, 5 deletionsdrivers/usb/core/generic.c
- drivers/usb/core/hcd.c 5 additions, 5 deletionsdrivers/usb/core/hcd.c
- drivers/usb/core/hcd.h 2 additions, 2 deletionsdrivers/usb/core/hcd.h
- drivers/usb/core/hub.c 8 additions, 8 deletionsdrivers/usb/core/hub.c
- drivers/usb/core/sysfs.c 3 additions, 3 deletionsdrivers/usb/core/sysfs.c
- drivers/usb/core/usb.c 4 additions, 4 deletionsdrivers/usb/core/usb.c
- drivers/usb/core/usb.h 9 additions, 6 deletionsdrivers/usb/core/usb.h
- include/linux/usb.h 1 addition, 1 deletioninclude/linux/usb.h
Loading
Please register or sign in to comment