Re: [Libusbx-devel] Bulk transfer queueing order problem

2013-05-27 Thread qse drf
>> So this seems like a bug in libusbx that it doesn't seem to honor the >> synchronous API expectations in this case, as evidenced by the concatenating >> of the >> buffers from multiple calls. Or am I missing something? > > Can you try using the libusb-win32 or libusbK driver instead of WinUSB?

Re: [Libusbx-devel] Towards a 1.2.0 release, with hotplug support, please test

2013-05-27 Thread Hans de Goede
Hi, On 05/27/2013 04:54 PM, Sean McBride wrote: > On Fri, 24 May 2013 17:22:19 -0600, Nathan Hjelm said: > >>> My app only communicates with one particular USB device, and I don't >> much like the idea of my process running code whenever the user happens >> to plug in a keyboard, mouse, USB key, o

Re: [Libusbx-devel] Towards a 1.2.0 release, with hotplug support, please test

2013-05-27 Thread Sean McBride
On Fri, 24 May 2013 17:22:19 -0600, Nathan Hjelm said: >> My app only communicates with one particular USB device, and I don't >much like the idea of my process running code whenever the user happens >to plug in a keyboard, mouse, USB key, or other unrelated thing. > >The code that is running is n

[Libusbx-devel] Towards a 1.2.0 release, with hotplug support, and now also BOS / SS EP comp support, please test!

2013-05-27 Thread Hans de Goede
Hi again, With some help from Pete, Xiaofan as well as Nathan, I have been working on integrating the libusb hp API work done by Nathan for 1.0.16 on top of libusbx. The plan still is to release this as 1.2.0 within the next few weeks. Working towards that goal I've added BOS and SS EP comp supp