summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2021-10-02 11:03:29 +0200
committerTormod Volden <debian.tormod@gmail.com>2021-10-30 15:22:31 +0200
commit762456139aa0acde53d0e1b34e80076d921f1bf6 (patch)
tree7ca040a0bb909fa99efc325f85837ac911e43c8f
parent619c28f37efec41e12d7de67f869fa24c82bc21f (diff)
downloadlibusb-762456139aa0acde53d0e1b34e80076d921f1bf6.tar.gz
doc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET availability
Closes #1005 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--libusb/core.c3
-rw-r--r--libusb/version_nano.h2
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