Hi, On Fri, Jan 21, 2011 at 02:57:54PM +0800, Bob Liu wrote: > > @@ -784,14 +784,13 @@ static void musb_ep_program(struct musb *musb, u8 epnum, > > /* protocol/endpoint/interval/NAKlimit */ > > if (epnum) { > > musb_writeb(epio, MUSB_TXTYPE, qh->type_reg); > > - if (can_bulk_split(musb, qh->type)) > > + if (musb->double_buffer_not_ok) > > But I can't understand why change can_bulk_split() to double_buffer_not_ok. > In my opinion, there are two different thing. I'll look at it, but I recall bulk split/combine not working either. But that's only SW limitation. -- balbi -- 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