From: Alan Stern Date: Mon, 25 Apr 2005 15:18:32 +0000 (-0400) Subject: [PATCH] usbcore: Remove hub_set_power_budget X-Git-Tag: v2.6.13-rc1~51^2~8^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d35b9298539d2818c51fe9070b08cf9876016f4;p=pandora-kernel.git [PATCH] usbcore: Remove hub_set_power_budget This patch removes the hub_set_power_budget routine, which was used by a couple of HCDs to indicate that the root hub was running on battery power. In its place is a new field added to struct usb_hcd, which HCDs can set before the root hub is registered. Special-case code in the hub driver knows to look at this field when configuring a root hub. Signed-off-by: Alan Stern Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed