commit | 40f122f343797d02390c5a157372cac0c5b50bb7 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Nov 09 14:44:33 2006 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 01 14:25:52 2006 -0800 |
tree | 87f7b3f5b6fc347466668a4b9d8b67d32f5bb014 | |
parent | 8c03356a559ced6fa78931f498193f776d67e445 [diff] |
USB: Add autosuspend support to the hub driver This patch (as742b) adds autosuspend/autoresume support to the USB hub driver. The largest aspect of the change is that we no longer need a special flag for root hubs that want to be resumed. Now every hub is autoresumed whenever khubd needs to access it. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>