summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorFrancis Hart <francis@kuvacode.com>2022-10-17 11:41:52 +0300
committerNathan Hjelm <hjelmn@google.com>2023-01-09 20:47:02 -0700
commit565bb18011d72d4aec2b24c11bba27c783863930 (patch)
treea51a4d3dff33de2429c42027f099177d902b03fd /libusb/version_nano.h
parentb09074ea77cf39da31554cfc816d76b837fb26b7 (diff)
downloadlibusb-565bb18011d72d4aec2b24c11bba27c783863930.tar.gz
Fix setting log level before libusb_init()
The header docs state its possible to set a default log level before calling libusb_init(), and that this log level will be used for all contexts created after (to quote): "Note that libusb_set_option(NULL, ...) is special, and adds an option to a list of default options for new contexts." This updates the logic inside libusb_init() to ensure this behaviour is followed. Fixes #1207 Signed-off-by: Francis Hart <francis@kuvacode.com> 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 dea5b36..aa4bdc0 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11758
+#define LIBUSB_NANO 11759