Re: [Libusbx-devel] libusbx xusb example and Microsoft OS Descriptor

2013-03-03 Thread Xiaofan Chen
On Fri, Mar 1, 2013 at 5:42 AM, Pete Batard wrote: > On 2013.02.28 03:07, Xiaofan Chen wrote: >> The extended properties OS feature descriptor failed because it must be >> directed to the WinUSB interface (LIBUSB_RECIPIENT_INTERFACE), >> not the device (LIBUSB_RECIPIENT_DEVICE). The first byte of

Re: [Libusbx-devel] Isochronous test problem

2013-03-03 Thread Xiaofan Chen
On Sun, Mar 3, 2013 at 6:55 AM, Wander Lairson Costa wrote: > 2013/3/2 Xiaofan Chen : >>> [1] https://github.com/walac/isochronous >>> >>> [2] https://github.com/walac/bmfw >> >> I am trying to build the isochronous test program at [1] under Mac OS >> X but it failed. How to sort out the issue wit