]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
usbcore: remove usb_suspend_root_hub
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 30 Aug 2006 19:47:11 +0000 (15:47 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:57 +0000 (11:58 -0700)
commit02c399ee45a54987c152fe5f627ed949bb55f187
treeb4af9b47729985739815f62a2388e4afa2b49e03
parent01d883d44a1ca8dc77486635d428cba63e7fdadf
usbcore: remove usb_suspend_root_hub

This patch (as740) removes the existing support for autosuspend of
root hubs.  That support fit in rather awkwardly with the rest of
usbcore and it was used only by ohci-hcd.  It won't be needed any more
since the hub driver will take care of autosuspending all hubs, root
or external.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hcd.c
drivers/usb/core/hcd.h
drivers/usb/core/hub.c
drivers/usb/core/usb.h
drivers/usb/host/ohci-hub.c