From 762456139aa0acde53d0e1b34e80076d921f1bf6 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Sat, 2 Oct 2021 11:03:29 +0200 Subject: [PATCH] doc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET availability Closes #1005 Signed-off-by: Tormod Volden --- libusb/core.c | 3 ++- libusb/version_nano.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libusb/core.c b/libusb/core.c index d05357d..90eb6d7 100644 --- a/libusb/core.c +++ b/libusb/core.c @@ -312,7 +312,8 @@ if (cfg != desired) * - libusb is able to send a packet of zero length to an endpoint simply by * submitting a transfer of zero length. * - The \ref libusb_transfer_flags::LIBUSB_TRANSFER_ADD_ZERO_PACKET - * "LIBUSB_TRANSFER_ADD_ZERO_PACKET" flag is currently only supported on Linux. + * "LIBUSB_TRANSFER_ADD_ZERO_PACKET" flag is currently supported on Linux, + * Darwin and Windows (WinUSB). */ /** diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 922dca9..a0cf63c 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11660 +#define LIBUSB_NANO 11661 -- 2.34.1