USB: Add autosuspend support to the hub driver
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 9 Nov 2006 19:44:33 +0000 (14:44 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:25:52 +0000 (14:25 -0800)
commit40f122f343797d02390c5a157372cac0c5b50bb7
tree87f7b3f5b6fc347466668a4b9d8b67d32f5bb014
parent8c03356a559ced6fa78931f498193f776d67e445
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>
drivers/usb/core/hub.c