From: Alan Stern Date: Thu, 1 Jun 2006 17:37:24 +0000 (-0400) Subject: [PATCH] USB hub: use usb_reset_composite_device X-Git-Tag: v2.6.18-rc1~858^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de18d8bf4b470752e799e219b38b6dff4b49993;p=pandora-kernel.git [PATCH] USB hub: use usb_reset_composite_device This patch (as700) modifies the hub driver to take advantage of the new usb_reset_composite_device API. The existing code had special-case calls stuck into usb_reset_device, just before and after the reset. With the new version there's no need for special-case stuff; it all happens naturally in the form of pre_reset and post_reset notifications. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed