[no subject]

2014-11-14 Thread Angelo Dureghello
unsubscribe linux-usb angel...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: usb media detection issue on USB_MUSB_HDRC on kernel 3.17

2014-11-12 Thread Angelo Dureghello
Hi don't know if you have already fixed this, anyway, i finally solved with this patch, iff --git a/drivers/usb/musb/da8xx.c b/../linux-3.17/drivers/usb/musb/da8xx.c index 4e13fe2..058775e 100644 --- a/drivers/usb/musb/da8xx.c +++ b/../linux-3.17/drivers/usb/musb/da8xx.c @@ -184,11 +184,6 @@

Re: usb media detection issue on USB_MUSB_HDRC on kernel 3.17

2014-11-05 Thread Angelo Dureghello
I have some more, hope useful info on this issue, i am working now in MUSB_OTG mode, as default See what is happening on the table below. Device (arm, am1808 cpu) boots state eventchanges to devctl boot interruptb_idle 0x81 (b1001, B device, session

Re: usb media detection issue on USB_MUSB_HDRC on kernel 3.17

2014-11-04 Thread Angelo Dureghello
Hi all, was switched to other tasks last week and couldn't contribute. Seems MUSB is also broken on OMAP3 boards, booting in OTG mode I'm not able to make it work when a pendrive is connected to the port. Forcing HOST mode I get following messages: [ 13.244567] usb 2-1: new high-speed USB

Re: usb media detection issue on USB_MUSB_HDRC on kernel 3.17

2014-10-26 Thread Angelo Dureghello
Had some progresses: on kernel 3.17, musb controller driver is set to start as OTG mode as default. So as first thing, since my board has ID pin shorted to ground, i changed the default mode to MUSB_HOST., as it was on kernel 3.5.1 So with same settings of 3.5.1 now key is detected correctly

usb media detection issue on USB_MUSB_HDRC on kernel 3.17

2014-10-25 Thread Angelo Dureghello
Hi, i am moving from kernel 3.5.1 to 3.17, on a custom AM1808(arm) based board.I could have host usb working inserting a usb key, but after removing it, a second insertion of the stick is not detected anymore. I had to enable the broken Kconfig option into /drivers/usb/musb/Kconfig: config