|
From: Travis <lib...@gm...> - 2010-11-05 14:18:34
|
On 11/4/2010 7:47 AM, Lange Jan-Erik wrote: > > #define LEN 131072 > if( usb_isochronous_setup_async(UsbHandler::udev, &request, 0x86, > LEN) < 0) This is incorrect. The last parameter is the packet size. This should probably be the same as wMaxPacketSize. I'm not sure what would happen if a larger value were used. Regards, Travis |