> > The MUSB FIFO configurations don't support 1024 bytes endpoint buffers > out of > > the box. You can modify that in drivers/usb/musb/musb_core.c > (mode_*_cfg). > > Remember that the DM365 MUSB FIFO RAM is only 4kB long. > > > > But is it mandatory, or can I modify the gadget driver instead ? Does > UVC somehow > needs 1024 bytes endpoint ?
For a better performance use ISO endpoint with 1024 Byte packet size. Please Change the fifo cfg at musb_core.c to have one 1024 Tx entry. -Ajay > > > -- > > Regards, > > > > Laurent Pinchart > > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
