]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaf476b85ff82ab1779fc94179e5dc995211b5a00
tree87f7b3f5b6fc347466668a4b9d8b67d32f5bb014
parent80cd2f6eed3469bacfb3b239edab25c91be5b4aa
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