From: Alan Stern Date: Mon, 30 Jul 2007 21:08:43 +0000 (-0400) Subject: USB: address-0 handling during device initialization X-Git-Tag: v2.6.24-rc1~1395^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4326ed0be93574dac5b5e475713015159108bd88;p=pandora-kernel.git USB: address-0 handling during device initialization This patch (as947) changes the device initialization and enumeration code in hub.c; now udev->devnum will be set to 0 while the device is being accessed at address 0. Until now this wasn't needed because the address value was passed as part of urb->pipe; without that field the device address must be stored elsewhere. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed