From: ext Felipe Balbi <[EMAIL PROTECTED]>

This is mostly cosmetic but can help us in the future
making musb driver not insertion-based.

I mean, whenever we attach micro-/mini-A connector to
musb-based devices, we instantaneously turn vbus on where
we should wait until we need to use the bus.

Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]>
---
 drivers/usb/musb/tusb6010.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c
index 1f3643b..9f92cef 100644
--- a/drivers/usb/musb/tusb6010.c
+++ b/drivers/usb/musb/tusb6010.c
@@ -673,6 +673,8 @@ tusb_otg_ints(struct musb *musb, u32 int_src, void __iomem 
*tbase)
                        default_a = is_host_enabled(musb);
                DBG(2, "Default-%c\n", default_a ? 'A' : 'B');
                musb->xceiv.default_a = default_a;
+               musb->xceiv.state = default_a ? OTG_STATE_A_IDLE
+                       : OTG_STATE_B_IDLE;
                tusb_source_power(musb, default_a);
 
                /* Don't allow idling immediately */
-- 
1.5.5.1.125.gc697a

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to