> > > if (qh->type == USB_ENDPOINT_XFER_CONTROL) { > > > - head = &musb->control; > > > hw_ep = musb->control_ep; > > > + head = &hw_ep->in_list; > > > > So we only support control in transfer and no hope for control out here? > Control transfer requires only one list and we use in_list for it. > Currently we use only control and bulk multiplexing but we can use them as qh list for other transfer types also if in future we plan to multiplex all INT and ISO transfers on one endpoint. > > -- > 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 -- 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