On Saturday 11 October 2008, Steve Sakoman wrote: > I put timeouts in all of the infinite loops to see which one was the culprit. > > Turns out it is this one in omap_start_ehc: > > /* Wait for TLL to be Active */ > while ((cm_read_mod_reg(CORE_MOD, OMAP2430_CM_IDLEST3) & > (1 << OMAP3430ES2_ST_USBTLL_SHIFT))); Fishy ... TLL == TransceiverLess Link, which is used with on-board links that don't need to be morphed to use signals that go over cables as defined in the USB spec. I would think you'd want ULPI. - Dave -- 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