kernel-fxtec-pro1x/drivers/usb/renesas_usbhs
Kuninori Morimoto 75587f52c7 usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()
current mod_gadget had got usb speed on
usbhsg_irq_dev_state() which is status change interrupt callback function.
And the usb speed data was included in its parameter.

But this style works for mod_gadget,
but doesn't work for mod_host which
isn't interrupted when device status was changed.

This patch add usbhs_bus_get_speed() to solve this issue.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2011-10-13 20:41:38 +03:00
..
common.c usb: gadget: renesas_usbhs: add usbhs_bus_get_speed() 2011-10-13 20:41:38 +03:00
common.h usb: gadget: renesas_usbhs: add usbhs_bus_get_speed() 2011-10-13 20:41:38 +03:00
fifo.c usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler 2011-10-13 20:41:36 +03:00
fifo.h usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler 2011-10-13 20:41:36 +03:00
Kconfig usb: renesas_usbhs: compile/config are rescued 2011-07-08 14:57:12 -07:00
Makefile usb: renesas_usbhs: fifo became independent from pipe. 2011-06-07 09:10:07 -07:00
mod.c usb: gadget: renesas_usbhs: add usbhs_bus_get_speed() 2011-10-13 20:41:38 +03:00
mod.h usb: gadget: renesas_usbhs: add usbhs_bus_get_speed() 2011-10-13 20:41:38 +03:00
mod_gadget.c usb: gadget: renesas_usbhs: add usbhs_bus_get_speed() 2011-10-13 20:41:38 +03:00
pipe.c usb: gadget: renesas_usbhs: each pipe hold maxpacket size 2011-10-13 20:41:32 +03:00
pipe.h usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler 2011-10-13 20:41:36 +03:00