Hi! On Thu, 7 Oct 2004, Duncan Sands wrote: > No, you do one ioctl, sending 64k. The host controller will indeed > send it in 32 byte bits, but that's not your problem.
As Duncan pointed out, my approach was badly flawed, as indeed partitioning the bulk request in the kernel instead of leaving it up to the host controller is much slower than needed. I know just use kmalloc instead of get_free_page to request a buffer to store the request, and leave the work to the host controller. This is what is done in the 2.6 series, however I need to use the 2.4 kernel. Here is the new patch. Thanks for your help! :} Manuel ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel