Re: [Libusbx-devel] Revert: "Core: Don't wait for completion if cancel_transfer failed" ?

2013-06-20 Thread Hans de Goede
Hi, On 06/19/2013 11:16 PM, Pete Batard wrote: > NB: The original issue we're talking about here is #76: > https://github.com/libusbx/libusbx/issues/76 > > On 2013.06.19 11:51, Hans de Goede wrote: >> And I noticed that this patch seems wrong, if the cancel fails it does not >> wait but it still f

[Libusbx-devel] libusb problems with your weather station

2013-06-20 Thread Hans de Goede
Hi Zoltán, A while ago you submitted a patch for libusb to fix issues with a libusb based app for your weatherstation: http://libusbx.1081486.n5.nabble.com/Libusbx-devel-libusb-interrupt-transfer-does-not-return-in-case-of-error-td626.html This resulted in this patch being added to libusb: https:

[Libusbx-devel] Announcing libusbx-1.0.16-rc1

2013-06-20 Thread Hans de Goede
Hi All, I'm very happy to announce libusbx-1.0.16-rc1, highlights: * As Nathan Hjelm already announced in his "libusb and libusbx merging" mail, Nathan has taken over libusb maintenance and this release is a combined effort between the libusb and libusbx projects! * Hotplug support for Darwin an

Re: [Libusbx-devel] Revert: "Core: Don't wait for completion if cancel_transfer failed" ?

2013-06-20 Thread Pete Batard
On 2013.06.20 12:11, Hans de Goede wrote: > Done (more or less, see git). Even with the dual set of patches, I'm still not sure we wouldn't want to at least print a debug message if we find out that libusb_cancel_transfer(...) failed. But I guess we can go with the current proposal. On a side

Re: [Libusbx-devel] Announcing libusbx-1.0.16-rc1

2013-06-20 Thread Pete Batard
With regards to https://github.com/libusbx/libusbx/commit/e2fe75ebab83d2fe8ee8ebc3ff13fef0132bff18 - Martin and Michael are in the list of major contributors in the AUTHORS header (the ones that have a copyright note), and the convention is that we don't duplicate people who are already listed

Re: [Libusbx-devel] Revert: "Core: Don't wait for completion if cancel_transfer failed" ?

2013-06-20 Thread Hans de Goede
Hi, On 06/21/2013 12:16 AM, Pete Batard wrote: > On 2013.06.20 12:11, Hans de Goede wrote: >> Done (more or less, see git). > > Even with the dual set of patches, I'm still not sure we wouldn't want > to at least print a debug message if we find out that > libusb_cancel_transfer(...) failed. But I

Re: [Libusbx-devel] Announcing libusbx-1.0.16-rc1

2013-06-20 Thread Hans de Goede
Hi, On 06/21/2013 12:17 AM, Pete Batard wrote: > With regards to > https://github.com/libusbx/libusbx/commit/e2fe75ebab83d2fe8ee8ebc3ff13fef0132bff18 > > - Martin and Michael are in the list of major contributors in the > AUTHORS header (the ones that have a copyright note), and the convention > i