2013/7/25 Tim Roberts
> Juan Lang wrote:
> >
> > 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:
> > ...
> > The program produces the following output when my device is inserted
> > into a USB
Juan Lang wrote:
>
> 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:
> ...
> The program produces the following output when my device is inserted
> into a USB 3.0 port:
> ...
> [ 0.069014] [1f10
Hi there,
(resending after 1 day stuck in moderation, apologies if you get this
twice.)
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;
libu
On Thu, Jul 25, 2013 at 4:04 PM, Egli, Samuel wrote:
> Hi all,
>
> I want to report (what I belief is) a bug on the windows implementation of
> libusbx.
> The issue arose using dfu-util (which uses libusbx) when changing from an
> older
> U-Boot version (v2011-09) to the current one (v2013-07).