Re: [Libusbx-devel] Announcing libusb-1.0.18-rc1

2014-01-08 Thread Bent Bisballe Nyeng
On 01/09/14 02:50, Pete Batard wrote: > It is my great pleasure to announce libusb-1.0.18 RC1, which marks the > long awaited merge-back of libusbx with libusb! That's great news. I'll start testing right away. > With this release candidate (and upcoming release), we are finally > consolidating t

Re: [Libusbx-devel] Announcing libusb-1.0.18-rc1

2014-01-08 Thread Nothing
I can not find the conifigure file -- Original -- From: "Pete Batard";; Date: Thu, Jan 9, 2014 09:50 AM To: "libusb-de...@lists.sourceforge.net"; Cc: "libusbx-devel@lists.sourceforge.net"; Subject: [Libusbx-devel] Announcing libusb-1.0.18-rc1 All, It

[Libusbx-devel] Announcing libusb-1.0.18-rc1

2014-01-08 Thread Pete Batard
All, It is my great pleasure to announce libusb-1.0.18 RC1, which marks the long awaited merge-back of libusbx with libusb! With this release candidate (and upcoming release), we are finally consolidating the two projects back into one, as well as bringing the many bug fixes and new features o

[Libusbx-devel] Announcing libusbx-1.0.18-rc1

2014-01-08 Thread Pete Batard
All, I am pleased to announce libusbx-1.0.18-rc1. The most important news with regards to this release is that v1.0.18 (currently planned in 2 weeks time) will be the very last release of libusbx, as we are finally merging back with libusb. As a result, we are issuing two parallel 1.0.18 relea

Re: [Libusbx-devel] [libusbx] Windows: winusb backend device not successfully enumerated on USB 3.0 ports under Windows 7 (#67)

2014-01-08 Thread Pete Batard
Closed #67. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/67-- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear pi

Re: [Libusbx-devel] [libusbx] Windows: winusb backend device not successfully enumerated on USB 3.0 ports under Windows 7 (#67)

2014-01-08 Thread Pete Batard
No input from OP (especially wrt the USBView test) => closing issue. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/67#issuecomment-31865706-- Rapidly troubleshoot problems

Re: [Libusbx-devel] [libusbx] Core: libusb_interrupt_transfer and libusb_control_transfer does not return in case of error (#76)

2014-01-08 Thread miguelfreitas
@jwrdegoede I take it back something that i've said in previous comment: tpriv->usbs is NOT NULL. The problem is that, no matter if processcompl() succeeds in copying data to userspace or not, the async was already dequeued, free_async(as) is always called and so is usb_free_urb(as->urb). So w