Closed #166 via 8b46e1c088167eb86b1712765896e2f17d70d148.
---
Reply to this email directly or view it on GitHub:
https://github.com/libusbx/libusbx/pull/166--
Rapidly troubleshoot problems before they affect your business.
Empirical experience (from
[libwdi](https://github.com/pbatard/libwdi/blob/master/libwdi/installer.c#L512))
leads me to believe that we should be able to easily distinguish SetupAPI
error codes from standard ones, as they should be in `0xE` or
`0x`. So this is the I will be goin
GORAN RADIVOJEVIC wrote:
>
> I'm trying to do ISO OUT transfer on Windows 7 64 bit and every
> callback returns LIBUSB_TRANSFER_ERROR.
> On Linux transfer is LIBUSB_TRANSFER_COMPLETED, I can read data from
> my USB device (Atmel UC3A3256) but
> performance is around 300KB/s for 256 ISO endpoint si