From: Alan Stern Date: Wed, 23 Nov 2005 17:09:52 +0000 (-0500) Subject: [PATCH] USB: Store port number in usb_device X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12c3da346eb81b6a281031f62eda3bca993dff5a;p=pandora-kernel.git [PATCH] USB: Store port number in usb_device This patch (as610) adds a field to struct usb_device to store the device's port number. This allows us to remove several loops in the hub driver (searching for a particular device among all the entries in the parent's array of children). Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed