]> git.baikalelectronics.ru Git - kernel.git/commit
USB: remove the auto_pm flag
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 13 Nov 2009 16:53:59 +0000 (11:53 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:21 +0000 (11:55 -0800)
commit70673d0dd04fd9ac60da5e2a79dc21ae6e756475
tree6a395f2a0246cd3d721753c60af13e8f9b2e9c41
parentc2af4ccaa043720cab6386c071bdbb30ad2541e4
USB: remove the auto_pm flag

This patch (as1302) removes the auto_pm flag from struct usb_device.
The flag's only purpose was to distinguish between autosuspends and
external suspends, but that information is now available in the
pm_message_t argument passed to suspend methods.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/usb/power-management.txt
drivers/bluetooth/btusb.c
drivers/hid/usbhid/hid-core.c
drivers/net/wimax/i2400m/usb.c
drivers/usb/core/driver.c
drivers/usb/serial/option.c
drivers/usb/serial/sierra.c
include/linux/usb.h