On Wed, 24 Aug 2011, Michal Nazarewicz wrote: > I've found where my reasoning was faulty. The usb_gadget_driver's > max_speed is set before all the functions get added so composite.c has > no way to figure those things in advance. That's why we need to relay > on usb_composite_driver's max_speed be set to a proper value. This is what Felipe was complaining about earlier. We shouldn't set max_speed or allow the UDC to connect to the host until all the functions have been added. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html