From: Kuninori Morimoto Date: Fri, 9 Dec 2011 02:27:21 +0000 (-0800) Subject: usb: renesas_usbhs: modify device attach method X-Git-Tag: v3.3-rc1~153^2~28^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1e4877a4106a31319c4ad65b625c11393df98d6;p=pandora-kernel.git usb: renesas_usbhs: modify device attach method Current renesas_usbhs had been assigning udev to each urb. It was executed even though it was device0. For this reason, the device0 had to set the new device address which has still not been assigned. (it will be assigned on next step). Current renesas_usbhs used fixed address for it. but it is not good for USB hub support. This patch modifies this issue. Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed