From: Alan Stern Date: Tue, 8 Dec 2009 20:50:41 +0000 (-0500) Subject: USB: rename usb_configure_device X-Git-Tag: v2.6.33-rc2~11^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8558d10806b7e805cb80df867ebb0a453d4765;p=pandora-kernel.git USB: rename usb_configure_device This patch (as1314) renames usb_configure_device() and usb_configure_device_otg() in the hub driver. Neither name is appropriate because these routines enumerate devices, they don't configure them. That's handled by usb_choose_configuration() and usb_set_configuration(). Signed-off-by: Alan Stern Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed