doc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET availability
authorTormod Volden <debian.tormod@gmail.com>
Sat, 2 Oct 2021 09:03:29 +0000 (11:03 +0200)
committerTormod Volden <debian.tormod@gmail.com>
Sat, 30 Oct 2021 13:22:31 +0000 (15:22 +0200)
Closes #1005

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
libusb/core.c
libusb/version_nano.h

index d05357d..90eb6d7 100644 (file)
@@ -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).
  */
 
 /**
index 922dca9..a0cf63c 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11660
+#define LIBUSB_NANO 11661