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
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
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);