EHCI USB Transfer
Posted: Mon Jul 12, 2010 12:01 pm
When I carry out a USB transfer with the EHCI, I make a go and stop due to the fact that I did not find a way to carry out consecutive USB transfers with the async scheduler enabled continuously.
https://prettyos.svn.sourceforge.net/sv ... hciQHqTD.c (QH, qTD) please cf. performAsyncScheduler
https://prettyos.svn.sourceforge.net/sv ... nel/usb2.c (USB transfer)
https://prettyos.svn.sourceforge.net/sv ... usb2_msd.c (USB bulk transfer)
Perhaps, someone with EHCI experience can give me a hint how to manage that continuously w/o start/stop of async scheduler (malloc/free problem)
https://prettyos.svn.sourceforge.net/sv ... hciQHqTD.c (QH, qTD) please cf. performAsyncScheduler
https://prettyos.svn.sourceforge.net/sv ... nel/usb2.c (USB transfer)
https://prettyos.svn.sourceforge.net/sv ... usb2_msd.c (USB bulk transfer)
Perhaps, someone with EHCI experience can give me a hint how to manage that continuously w/o start/stop of async scheduler (malloc/free problem)