alistair23-linux/drivers/usb/renesas_usbhs
Kuninori Morimoto c1e4877a41 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 <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2011-12-13 13:06:23 +02:00
..
common.c usb: renesas_usbhs: add test-mode support 2011-12-12 11:45:20 +02:00
common.h usb: renesas_usbhs: add test-mode support 2011-12-12 11:45:20 +02:00
fifo.c usb: gadget: renesas_usbhs: fixup bogus conversion 2011-11-14 11:51:22 -08:00
fifo.h usb: gadget: renesas_usbhs: add data/status stage handler 2011-10-13 20:41:51 +03:00
Kconfig usb: gadget: renesas_usbhs: drop dependency 2011-10-13 20:41:54 +03:00
Makefile usb: gadget: renesas_usbhs: fixup driver compile style 2011-10-13 20:41:54 +03:00
mod.c usb: gadget: renesas_usbhs: unified callback function 2011-12-12 11:44:59 +02:00
mod.h usb: gadget: renesas_usbhs: fixup section mismatch warning 2011-11-14 11:51:23 -08:00
mod_gadget.c usb: renesas_usbhs: remove the_controller_link 2011-12-12 11:45:20 +02:00
mod_host.c usb: renesas_usbhs: modify device attach method 2011-12-13 13:06:23 +02:00
pipe.c usb: renesas_usbhs: add usbhs_pipe_is_stall() 2011-12-12 11:45:15 +02:00
pipe.h usb: renesas_usbhs: add usbhs_pipe_is_stall() 2011-12-12 11:45:15 +02:00