[Libusbx-devel] [PATCH] WinCE post integration cleanup

2013-03-02 Thread Pete Batard
Final patch for the WinCE integration (should be applied after the previous one). Besides the copyright update, the main goal was to remove #ifdefs that could be avoided, which hopefully will help improve code readability. This was tested on both Windows and WinCE. Regards, /Pete >From baf7

Re: [Libusbx-devel] Isochronous test problem

2013-03-02 Thread Wander Lairson Costa
2013/3/2 Xiaofan Chen : > On Fri, Jan 11, 2013 at 8:46 AM, Wander Lairson Costa > wrote: >> I am trying to do a isochronous loop transfer, I can write the data >> but I am getting an error when trying to read it. >> >> The successfully transfer is the write one, the failed one is the read >> reque

Re: [Libusbx-devel] Isochronous test problem

2013-03-02 Thread Xiaofan Chen
On Fri, Jan 11, 2013 at 8:46 AM, Wander Lairson Costa wrote: > I am trying to do a isochronous loop transfer, I can write the data > but I am getting an error when trying to read it. > > The successfully transfer is the write one, the failed one is the read > request. Source code for my test app c