|
|
Re: USB error status USBD_STATS_NO_MEM_FOR_TRANSFER
|
|
02/19/2010 8:31 PM
post47801
|
Re: USB error status USBD_STATS_NO_MEM_FOR_TRANSFER
Sonke Nielsen - has come up with a solution.
>The error probably tells you that you are running out of transfer descriptors. For >example, on ehci you can try
specify a num_td=xxx some larger numbers, the >default is 256, etc.
and
>For pci based ohci, you need to specify pindex=x,num_td=xxx, otherwise the >commandline will not be parsed correctly.
>Eg:
>io-usb -d ohci pindex=0,num_td=1024,verbose=5
>if you have more than 1 ohci, you need to specify the same thing for each.
Thank you Sonke.
Andy
|
|
|
|
|