commit | 5aa4af2ce6a0643f32d47f21614817792b85298d | [log] [tgz] |
---|---|---|
author | Ajay Kumar Gupta <ajay.gupta@ti.com> | Thu Jul 08 14:03:02 2010 +0530 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 14:35:39 2010 -0700 |
tree | 800657f58baa200390d58a8b0d348a3a7c590b88 | |
parent | 5128993b6f5f38bc567f3c246248ca29fd599132 [diff] |
USB: ehci_omap: fix device detect issue with modules Currently devices don't get detected automatically if the ehci module is inserted 2nd time onward. We need to disconnect and reconnect the device for it to get detected and enumerated. Resetting the USB PHY using PHY reset comamnd over ULPI fixes this issue. Tested on OMAP3EVM. Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com> Acked-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>