commit | 01d883d44a1ca8dc77486635d428cba63e7fdadf | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Aug 30 15:47:18 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 27 11:58:57 2006 -0700 |
tree | 447a4293b2ec4dfa1b3d03a46a3a33498809f0e8 | |
parent | 645daaab0b6adc35c1838df2a82f9d729fdb1767 [diff] |
usbcore: non-hub-specific uses of autosuspend This patch (as741) makes the non-hub parts of usbcore actually use the autosuspend facilities added by an earlier patch. Devices opened through usbfs are autoresumed and then autosuspended upon close. Likewise for usb-skeleton. Devices are autoresumed for usb_set_configuration. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>