[Libusbx-devel] Problem with transfers in parallel

2013-12-20 Thread Anguel Stankov
Hi! I have also posted my question in the libusb list but got no reply so far, so I try my luck here. I hope that there are more experts reading here. My question is whether submitting multiple transfers in parallel and handling the results (by checking in the callback function which of the

Re: [Libusbx-devel] Problem with transfers in parallel

2013-12-20 Thread Matthias Bolte
2013/12/20 Anguel Stankov ang...@gmx.net: Hi! I have also posted my question in the libusb list but got no reply so far, so I try my luck here. I hope that there are more experts reading here. My question is whether submitting multiple transfers in parallel and handling the results (by

[Libusbx-devel] [PATCH] Fix example hotplug code in comment to make it compile and work

2013-12-20 Thread Markus Heidelberg
Also add #include directives since this is a complete program including main(). --- I'm not sure about the #include directives. If not desired, they can be discarded along with the corresponding sentence in the patch description. libusb/hotplug.c | 8 +++- 1 file changed, 7 insertions(+), 1