Re: [Libusbx-devel] libusbx-devel Digest, Vol 8, Issue 39

2012-10-31 Thread Xiaofan Chen
On Thu, Nov 1, 2012 at 11:03 AM, 付帅兵 wrote: > I can`t do with the URB_GET_MS_FEATURE_DESCRIPTOR packet on linux > 2.6.30! Firstly please trim your email and use a proper subject. Secondly why is this related to libusbx? You may want to ask in the linux-usb mailing list. -- Xiaofan

Re: [Libusbx-devel] libusbx-devel Digest, Vol 8, Issue 39

2012-10-31 Thread 付帅兵
I can`t do with the URB_GET_MS_FEATURE_DESCRIPTOR packet on linux 2.6.30! From: libusbx-devel-request Date: 2012-10-31 16:26 To: libusbx-devel Subject: libusbx-devel Digest, Vol 8, Issue 39 Send libusbx-devel mailing list submissions to libusbx-devel@lists.sourceforge.net To subscribe

[Libusbx-devel] libusbx and Windows 8 and Windows 8 RT

2012-10-31 Thread Xiaofan Chen
Now that Windows 8 and Windows RT have been released to the general public and new computers/tablets/hybirds are being released with Win8 and WinRT as the OS. It will be interesting to see how libusbx work under Windows 8. Right now I assume libusbx will not work under Windows RT. But maybe it is

[Libusbx-devel] Issues #54 & #55 have been closed - merged libusb-darwin changes

2012-10-31 Thread Pete Batard
This should enable us to provide early USB 3.0 support for OS-X, and fix various OS-X related issues. Regards, /Pete -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDyna

[Libusbx-devel] Issue #53 has been closed

2012-10-31 Thread Pete Batard
Hi, I just pushed the commit to close issue #53 (https://github.com/libusbx/libusbx/issues/53). As Sean pointed out, we are already using offsetof() elsewhere in libusbi.h. Also, since libusb is taking its time and the patch looks like something we probably want sooner rather than later, I'm p

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-31 Thread Sean McBride
On Wed, 31 Oct 2012 20:07:17 +0100, Ludovic Rousseau said: >You missed my latest change about build for 32 and 64 bits :-( > >I propose to add to Xcode/common.xcconfig: >ARCHS = $(ARCHS_STANDARD_32_64_BIT) > >Or maybe there is a better place for this setting. Actually, I didn't miss it; it's just

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-31 Thread Ludovic Rousseau
2012/10/31 Sean McBride : > Hi, > > I took Ludovic's Xcode branch and merged it into my own branch, then did some > more work: > > > > Notably, I added .xcconfig files as I mentioned... IMHO, this is preferable > to setting the project/target settings in the pro

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-31 Thread Sean McBride
Hi, I took Ludovic's Xcode branch and merged it into my own branch, then did some more work: Notably, I added .xcconfig files as I mentioned... IMHO, this is preferable to setting the project/target settings in the project's GUI, because it's hard to diff an

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-31 Thread Xiaofan Chen
On Wed, Oct 31, 2012 at 4:25 PM, Ludovic Rousseau wrote: > 2012/10/31 Xiaofan Chen : >> Still there is a problem now that I only see 32bit target now, >> the valid architecture says i386 and x86_64 but I only >> see 32bit target now. > > This is because I used ARCHS = $(NATIVE_ARCH) > This is fixe

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-31 Thread Ludovic Rousseau
2012/10/31 Xiaofan Chen : > On Wed, Oct 31, 2012 at 12:55 AM, Ludovic Rousseau > wrote: >> It is not (or no more) specific to Mountain Lion. >> I just tried the github code on Snow Leopard using Xcode 4.2 and it >> builds without problem. >> >> Please resynch the repository and try again. > > Yes