OHCI: remove existing autosuspend code
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 25 Sep 2006 19:41:21 +0000 (15:41 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Sep 2006 22:36:46 +0000 (15:36 -0700)
commit1f7e1a3b7e05c833229c4b6e9d3c96262df59e99
treeb5b618378407be0785e3ba4324d8423dcb1c2a6d
parentd19ac7da72ab950c315d0da0aa03464587d88b53
OHCI: remove existing autosuspend code

The autosuspend technique used by ohci-hcd doesn't mesh well with the
newer USB core autosuspend code.  This patch (as789) removes ohci-hcd's
autosuspend support.  Now the driver will be usable, but it won't
automatically go into a low-power state when no devices are connected.
That's for a later patch.

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