Re: [Libusbx-devel] Gearing up for the libusbx v1.0.13 release

2012-09-05 Thread Xiaofan Chen
On Thu, Sep 6, 2012 at 8:03 AM, Pete Batard wrote: > Since we need to gear up for the 1.0.13 release, I have just pushed back > a few of the tasks that we had planned but that I don't really see > happening over the next few days, into 1.0.14. These include: > > - Adding the WinCE backend (Note to

Re: [Libusbx-devel] [PATCH] Update libusb.h header in accordance with USB 3.0 specs

2012-09-05 Thread Orin Eman
On Wed, Sep 5, 2012 at 5:00 PM, Pete Batard wrote: > This is #26: > https://github.com/libusbx/**libusbx/issues/26, > but doesn't include BOS/EP Companion. > > Note that the proposed patch fixes libusb_config_descriptor to use > bMaxPower, as it is l

Re: [Libusbx-devel] libusb-win32 and libusbK support has now been pushed to mainline

2012-09-05 Thread Xiaofan Chen
On Thu, Sep 6, 2012 at 6:26 AM, Pete Batard wrote: > OK, IMO, the best way to address that last issue we have with libusb0 as > composite device is by modifying the libusb0 inf file to create a Device > Interface GUID during installation. > > In this case, this is really a one liner change in libw

[Libusbx-devel] Gearing up for the libusbx v1.0.13 release

2012-09-05 Thread Pete Batard
Since we need to gear up for the 1.0.13 release, I have just pushed back a few of the tasks that we had planned but that I don't really see happening over the next few days, into 1.0.14. These include: - Adding the WinCE backend (Note to Toby: Yes, I've seen the update in your repo, and WinCE w

[Libusbx-devel] [PATCH] Update libusb.h header in accordance with USB 3.0 specs

2012-09-05 Thread Pete Batard
This is #26: https://github.com/libusbx/libusbx/issues/26, but doesn't include BOS/EP Companion. Note that the proposed patch fixes libusb_config_descriptor to use bMaxPower, as it is labelled in the specs, rather than MaxPower => this can break the compilation of existing applications. Now,

Re: [Libusbx-devel] libusb segfaults - causes pcscd to crash

2012-09-05 Thread Pete Batard
Hi Sebastian, We haven't seen crash reports from you since we pushed the fixes that (we hoped) could address the issue. Can you confirm that you've been happily running pcscd ever since? Regards, /Pete -- Live Secur

Re: [Libusbx-devel] libusb-win32 and libusbK support has now been pushed to mainline

2012-09-05 Thread Pete Batard
OK, IMO, the best way to address that last issue we have with libusb0 as composite device is by modifying the libusb0 inf file to create a Device Interface GUID during installation. In this case, this is really a one liner change in libwdi: --- "a/D:\\libwdi\\libwdi\\libusb0.inf.in" +++ "b/D:\\l

Re: [Libusbx-devel] Libusb++ is available.

2012-09-05 Thread David Grant
On Wed, Sep 5, 2012 at 9:32 AM, Anthony Clay wrote: > >> It's actually *very* simple ...if you take the time to look at what it's > doing, before declaring it as complex. Code that isn't immediately > self-documenting is commented. Just because the entire file is 1000 lines > doesn't make it comp

Re: [Libusbx-devel] Libusb++ is available.

2012-09-05 Thread Anthony Clay
> > > You should provide (at least) an example in the wiki. I'll be updating the wiki soon with more documentation, but it won't be terribly different from the test suite for the reasons stated below. > The file > LibusbTest.cpp is a test suite. It is way too big and complex for an > example.

Re: [Libusbx-devel] Libusb++ is available.

2012-09-05 Thread Ludovic Rousseau
2012/9/5 Anthony Clay : > Greetings all, Hello, > I've spent the last couple of weeks building a wrapper for libusb to save > time while developing native c++ applications. It completely hides the > libusb implementation inside of an object-oriented framework. It's based > around a USB "Device"

Re: [Libusbx-devel] pkg-config --static and libusb-1.0.pc

2012-09-05 Thread Xiaofan Chen
On Tue, Sep 4, 2012 at 4:46 PM, Ludovic Rousseau wrote: > 2012/9/4 Xiaofan Chen : >> Here are two links from libusb mailing list, saying to include the >> extra libraries needed for static linking in Libs.private in the pc file. >> http://libusb.6.n5.nabble.com/libusb-1-0-pc-files-when-static-link