Re: [Libusbx-devel] RC2 build options

2012-09-19 Thread Xiaofan Chen
On Thu, Sep 20, 2012 at 9:34 AM, Chuck Cook wrote: > I am having problems compiling a program against RC2. I may have used > the wrong options when building or installing the library. > Could somebody list the correct ./configure , make & make install > options for a Fedora 17 x64 machine? If

Re: [Libusbx-devel] RC2 build options

2012-09-19 Thread David Grant
On Sep 19, 2012 6:35 PM, "Chuck Cook" wrote: > > I am having problems compiling a program against RC2. I may have used > the wrong options when building or installing the library. > Could somebody list the correct ./configure , make & make install > options for a Fedora 17 x64 machine? Can you

[Libusbx-devel] RC2 build options

2012-09-19 Thread Chuck Cook
I am having problems compiling a program against RC2. I may have used the wrong options when building or installing the library. Could somebody list the correct ./configure , make & make install options for a Fedora 17 x64 machine? Chuck

Re: [Libusbx-devel] libusbx-1.0.13-rc2 is now available

2012-09-19 Thread Xiaofan Chen
On Thu, Sep 20, 2012 at 5:26 AM, Pete Batard wrote: > I have now pushed the misc fixes to AUTHORS, NEWS and TODO previously > mentioned, as well as a small fix to ensure the new fxload sample will > be included in the Windows binary snaphot for 1.0.13. The updated AUTHORS, NEWS and TODO look fine

Re: [Libusbx-devel] libusbx-1.0.13-rc2 is now available

2012-09-19 Thread Sean McBride
On Sun, 16 Sep 2012 17:39:01 +0100, Pete Batard said: >RC2 it is then... Please see: >https://sourceforge.net/projects/libusbx/files/releases/1.0.13/source/ It builds successfully on OS X 10.7 with clang ToT. I'm afraid I don't have time to run it though. :( Cheers, -- __

[Libusbx-devel] libwdi v1.2.2 has now been released

2012-09-19 Thread Pete Batard
So that it quickly gets overshadowed by the libusbx release, planned for tomorrow, I have just released libwdi v1.2.2. ;) This is a mostly a maintenance release that, besides the usual set of bugfixes and small improvements, adds the following noticeable features: - Improved support for USB 3.0

Re: [Libusbx-devel] Gracefully detecting device presence

2012-09-19 Thread Pete Batard
On 2012.09.19 09:44, Bob Lapique wrote: > Hello, > > I am using the asynchronous mode. > > On Linux, it is pretty straightforward to detect device connection / > disconnection with libusb_set_pollfd_notifiers(). > > I can do it in Windows too, by checking libusb_submit_transfer() return > code and

Re: [Libusbx-devel] libusbx-1.0.13-rc2 is now available

2012-09-19 Thread Pete Batard
On 2012.09.19 16:19, David Grant wrote: > I've tested mass storage and isochronous with our product in Linux and > it works great. I hope to quickly test Windows tomorrow with libusbK I hope. Thanks. I have now pushed the misc fixes to AUTHORS, NEWS and TODO previously mentioned, as well as a sm

Re: [Libusbx-devel] libusbx-1.0.13-rc2 is now available

2012-09-19 Thread David Grant
On Sun, Sep 16, 2012 at 9:39 AM, Pete Batard wrote: > RC2 it is then... Please see: > https://sourceforge.net/projects/libusbx/files/releases/1.0.13/source/ > API doc has been updated too. > > I've tested mass storage and isochronous with our product in Linux and it works great. I hope to quickly

[Libusbx-devel] Gracefully detecting device presence

2012-09-19 Thread Bob Lapique
Hello, I am using the asynchronous mode. On Linux, it is pretty straightforward to detect device connection / disconnection with libusb_set_pollfd_notifiers(). I can do it in Windows too, by checking libusb_submit_transfer() return code and libusb_transfer::status in callback functions install