From 0d353783b29c274af2a1554a2a1741a13f93bbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 4 May 2019 19:53:56 +0200 Subject: windows_winusb: Set policy ISO_ALWAYS_START_ASAP for libusbK In some cases, this is required to avoid eventually getting a USBD_STATUS_BAD_START_FRAME error back from the Windows USB stack. This makes the libusbK code match the behaviour of the Linux backend. It appears that the libusbK backend tried to get this behaviour by setting StartFrame to 0. However, libusbK docs state that: "Specifing 0 for KISO_CONTEXT::StartFrame (start transfer ASAP) is restricted to the first transaction on a newly opened or reset pipe." Closes #569 Signed-off-by: Nathan Hjelm --- libusb/version_nano.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libusb/version_nano.h') diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 50676e4..f2a319d 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11374 +#define LIBUSB_NANO 11375 -- cgit v1.2.1