[email protected] wrote: > For debugging is not enabled by default in this kernel
What is your kernel version and what is your libusb-1.0 version? > http://www.df8oe.de/listusb.txt One thing that sticks out is: wTotalLength 8704 Another is: wMaxPacketSize 0x0002 1x 2 bytes These clearly show an endianness problem which would more likely be in your version of libusb-1.0 than in the kernel. //Peter
