Re: [Q] USB OTG host

2011-05-05 Thread Mohamed Thalib H
Hi, On Wednesday 04 May 2011 07:33 PM, Jan Weitzel wrote: Hello, I am using drivers/usb/musb/omap2430.c for a board configured in MUSB_OTG mode. Is it correct that I need to load gadget driver to get it working as host? No. Host mode don't need gadget driver. Once OTG mode needs them. I got

[Q] USB OTG host

2011-05-04 Thread Jan Weitzel
Hello, I am using drivers/usb/musb/omap2430.c for a board configured in MUSB_OTG mode. Is it correct that I need to load gadget driver to get it working as host? I got an USB_EVENT_ID event, but in musb_otg_notifications vbus will not switched on if !musb-gadget_driver. Any ideas? Kind regards,