commit | fb34d53752d5bec5acc73422e462a9c68aeeaa2a | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Nov 13 11:53:59 2009 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 11:55:21 2009 -0800 |
tree | 6a395f2a0246cd3d721753c60af13e8f9b2e9c41 | |
parent | 576a362ad2103da481e1f6e13de01f33d3d4c7b1 [diff] |
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>