Re: About XHCI_TD_PAGE_SIZE.

2014-12-16 Thread Nidal Khalil
I agree. Thanks Nidal On Dec 16, 2014 6:25 PM, Kohji Okuno okuno.ko...@jp.panasonic.com wrote: Hi Hans, If we use PAGE_SIZE as USB_PAGE_SIZE, we should use PAGE_SIZE as XHCI_TD_PAGE_SIZE, too. I think. As you know, one TRB can use 1~64kB for the transfer length. Best regards, Kohji

USB stack driver options for the receive side question

2014-10-27 Thread Nidal Khalil
Hello All, I am setting up usb to transfer 3 frames on the bulk read descriptor but all I get is one frame transferred? Basically aframe = 1 However if I use .short_frames_ok = 1, then the transfer will pend till the three frames are received. This code is part of a network driver I would like to