On Monday 09 February 2009, Giuseppe GORGOGLIONE wrote: > --- drivers/usb/musb/musb_core.c.orig 2009-02-06 22:47:45.000000000 +0100 > +++ drivers/usb/musb/musb_core.c 2009-02-09 11:08:07.000000000 +0100 > @@ -1402,6 +1402,7 @@ static int __init musb_core_init(u16 mus > /* configure ep0 */ > musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; > musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; > + musb->endpoints[0].is_shared_fifo = true; > > /* discover endpoint configuration */ > musb->nr_endpoints = 1; > Like the previous patch: doesn't apply against current GIT code. -- 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