Re: [Libusbx-devel] [libusb] libusb-1.0.16-rc10 without udev ?

2013-07-24 Thread Xiaofan Chen
On Wed, Jul 24, 2013 at 7:40 PM, jakubon2 wrote: > Hi there, I am reporting the same problem with Xilinx Linux for ARM. I am > calling: > > TOOLCHAIN=/opt/Xilinx/14.3/ISE_DS/EDK/gnu/arm/lin64/arm-xilinx-linux-gnueabi > PATH=$PATH:$TOOLCHAIN/bin > CC='arm-xilinx-linux-gnueabi-gcc' > CROSS_COMPILE=a

Re: [Libusbx-devel] libusb_open_device_with_vid_pid fails on Windows 7 on USB 3.0 ports

2013-07-24 Thread Xiaofan Chen
On Thu, Jul 25, 2013 at 12:52 AM, Juan Lang wrote: > Hi there, > > I've got a little test program that I'm running against a device I have, > which is supported by the winusb driver. > ... > > Naturally it succeeds when the device is inserted in a USB 2.0 port. I've > verified the problem on an HP

[Libusbx-devel] libusb_open_device_with_vid_pid fails on Windows 7 on USB 3.0 ports

2013-07-24 Thread Juan Lang
Hi there, I've got a little test program that I'm running against a device I have, which is supported by the winusb driver. Here's my little test program: int main(int argc, char* argv[]) { libusb_context* ctx; libusb_device_handle* dev_handle; libusb_init(&ctx); libusb_set_debug(ctx, 4);