commit | 1f7e1a3b7e05c833229c4b6e9d3c96262df59e99 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Sep 25 15:41:21 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Sep 28 15:36:46 2006 -0700 |
tree | b5b618378407be0785e3ba4324d8423dcb1c2a6d | |
parent | d19ac7da72ab950c315d0da0aa03464587d88b53 [diff] |
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>