summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@google.com>2023-02-13 10:57:27 -0700
committerTormod Volden <debian.tormod@gmail.com>2023-03-12 12:36:43 +0100
commitd2da7f9b1d52e55142775497ca170d9001e72c16 (patch)
tree056281cba743b135f37ad4435852727be3249f44 /libusb/version_nano.h
parent2abb2a186e6c085396654851f7d18aa20ce2e753 (diff)
downloadlibusb-d2da7f9b1d52e55142775497ca170d9001e72c16.tar.gz
libusb_set_options: Adjust semantics of libusb_set_option for log level
This commit updates the actual semantics of: libusb_set_option(_, LIBUSB_OPTION_LOG_LEVEL, _) to match the documentation. The documentation states that if the LIBUSB_DEBUG environment variable is set then that level overrides the value set by libusb_set_option. Signed-off-by: Nathan Hjelm <hjelmn@google.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 e443da4..12e1f7b 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11784
+#define LIBUSB_NANO 11785