[Libusbx-devel] FYI: libusb-win32 is one of the Sourceforge featured projects this week

2012-09-13 Thread Xiaofan Chen
libusb-win32 is one of the Sourceforge featured projects for the week of September 10, 2012. http://sourceforge.net/blog/featured_projects_20120910/ Thanks a lot, Sourceforge. And thanks for great support of the community. -- Xiaofan ---

Re: [Libusbx-devel] Gearing up for the libusbx v1.0.13 release

2012-09-13 Thread Xiaofan Chen
On Fri, Sep 14, 2012 at 7:49 AM, Pete Batard wrote: > Just pushed the fxload sample fix as well as the libusbK bulk transfer > workaround (switch ALLOW_PARTIAL_READS pipe policy to enabled by > default). I also pushed Ludovic's xusb fixes for #42, with some > modification. > See the comment from h

Re: [Libusbx-devel] Gearing up for the libusbx v1.0.13 release

2012-09-13 Thread Pete Batard
Just pushed the fxload sample fix as well as the libusbK bulk transfer workaround (switch ALLOW_PARTIAL_READS pipe policy to enabled by default). I also pushed Ludovic's xusb fixes for #42, with some modification. See the comment from https://github.com/libusbx/libusbx/pull/42. Since I'd like T

Re: [Libusbx-devel] asynchronous code in mufti-threading app

2012-09-13 Thread Pete Batard
OK, a few things: 1. Testing with the latest git version would be nice. We added some modifications for timeout handling, and it's always good not to try to figure out that an issue is one that has already been addressed. I don't exactly expect yours to have been, but I wouldn't mind being sure.

Re: [Libusbx-devel] asynchronous code in mufti-threading app

2012-09-13 Thread John Chen
My OS is windows 7 64 bit. On Thu, Sep 13, 2012 at 1:10 AM, Xiaofan Chen wrote: > On Thu, Sep 13, 2012 at 12:18 PM, John Chen wrote: > > The timeout value for libusb_fill_bulk_transfer used to be 3 seconds, > now > > I set it to 15 seconds, it does not make any difference. > > > > What is th

Re: [Libusbx-devel] asynchronous code in mufti-threading app

2012-09-13 Thread Xiaofan Chen
On Thu, Sep 13, 2012 at 12:18 PM, John Chen wrote: > The timeout value for libusb_fill_bulk_transfer used to be 3 seconds, now > I set it to 15 seconds, it does not make any difference. > What is the OS used here? If you are using Windows XP 32 bit, try Windows Vista or 7 (32bit or 64bit) to