Re: [Libusbx-devel] [libusbx] Windows: Fix error formatting for SetupAPI errors (#166)

2013-12-30 Thread Pete Batard
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.

Re: [Libusbx-devel] [libusbx] Windows: Fix error formatting for SetupAPI errors (#166)

2013-12-30 Thread Pete Batard
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

Re: [Libusbx-devel] Isochronous support via libusbk backend problem

2013-12-30 Thread Tim Roberts
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