Re: [Libusbx-devel] Handles for Windows WaitForXXX API?

2012-08-08 Thread Peter Stuge
g...@novadsp.com wrote: > Once I have opened a device using LibUsbX, is there a > synchronization handle I can pend on whilst waiting for the > peripheral device to write back to the host? The device is not allowed to transmit to the host before your application requests data. > // open device e

[Libusbx-devel] Handles for Windows WaitForXXX API?

2012-08-08 Thread g...@novadsp.com
My USB handler thread(s) listen on other synchronization handles for clean shutdown etc. Once I have opened a device using LibUsbX, is there a synchronization handle I can pend on whilst waiting for the peripheral device to write back to the host? i.e. // open device etc. libusb_open_device_wi

Re: [Libusbx-devel] [PATCH] Samples: Add FX2/FX3 firmware upload to RAM

2012-08-08 Thread Pete Batard
On 2012.08.08 14:58, Markus wrote: > I just applied your patch to 1.0.12 and can't see any problems > with it. From a number of simple tests, it looks as if it > behaves well. Great. Glad to hear I haven't broken anything... ;) > I'd however still keep a decent path length for the file name > (bi

Re: [Libusbx-devel] [PATCH] Samples: Add FX2/FX3 firmware upload to RAM

2012-08-08 Thread Markus
Hi Pete, sorry for the late reply, I've been away for the last week. I just applied your patch to 1.0.12 and can't see any problems with it. From a number of simple tests, it looks as if it behaves well. I'd however still keep a decent path length for the file name (binary_name), as 256 is no

Re: [Libusbx-devel] libusb0 & libusbK driver support

2012-08-08 Thread Pete Batard
On 2012.08.08 01:15, Peter Stuge wrote: > I look forward to some testing! Even if it comes at the cost of the > libusbK DLL it's still very nice that libusb-1.0 code can be used > with the libusb-win32 driver. The use of the K DLL shouldn't be a surprise at this stage. It has announced as the meth