> -----Original Message----- > From: Steve Sakoman [mailto:sakoman@xxxxxxxxx] > Sent: Tuesday, February 10, 2009 10:13 AM > To: Gupta, Ajay Kumar > Cc: linux-omap > Subject: Re: musb OTG broken in 2.6.29-rc3? > > On Mon, Feb 9, 2009 at 8:05 PM, Gupta, Ajay Kumar <ajay.gupta@xxxxxx> wrote: > > >> Before I spend too much time debugging, has anyone else been > >> successful with musb OTG in 2.6.29-rc3? A quick search of this list > >> didn't turn up any discussion of issues. > > > > It works fine on OMAP35x EVM too. I had to add a proc entry for session start > > (Switching on the vBus). > > Could you give me a little more detail on what you had to do for > session start? Perhaps I have a similar issue on Overo. It is same $ echo "F" >/proc/driver/musb_hdrc, which was earlier In musb_procfs.c and now been removed. + case 'F': + reg = musb_readb(mbase, MUSB_DEVCTL); + reg |= MUSB_DEVCTL_SESSION; + musb_writeb(mbase, MUSB_DEVCTL, reg); Ajay > > Thanks! > > Steve -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html