summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorJonas Malaco <jonas@protocubo.io>2020-05-22 06:36:58 -0300
committerChris Dickens <christopher.a.dickens@gmail.com>2020-06-09 10:33:23 -0700
commit349baae0b5e5e8a0aeae9656b69afbcdd6acbe64 (patch)
tree2faf4d62b507d92de6612610996aaab7216f457b /libusb/version_nano.h
parent0003e606175e344d463a9af73658cab5c01d6286 (diff)
downloadlibusb-349baae0b5e5e8a0aeae9656b69afbcdd6acbe64.tar.gz
Document that libusb_set_option may also return NOT_FOUND
If the platform is Windows but UsbDk is not available libusb_set_option returns LIBUSB_ERROR_NOT_FOUND.[1] Adjust the documentation to reflect that. [1] https://github.com/libusb/libusb/blob/26611eaa494ed9e077b5b0e1f999f5ae377de958/libusb/os/windows_common.c#L570-L578 Closes #735 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index cdfeb4b..631c36e 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11517
+#define LIBUSB_NANO 11518