commit | 8d8558d10806b7e805cb80df867ebb0a453d4765 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Dec 08 15:50:41 2009 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Dec 23 11:34:09 2009 -0800 |
tree | ece47a7c614301403deb9838b423f26f5d89e76c | |
parent | baf67741bf52b985e318bed3c4acadcda5351e08 [diff] |
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 <stern@rowland.harvard.edu> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>