commit | d2da7f9b1d52e55142775497ca170d9001e72c16 | [log] [tgz] |
---|---|---|
author | Nathan Hjelm <hjelmn@google.com> | Mon Feb 13 10:57:27 2023 -0700 |
committer | Tormod Volden <debian.tormod@gmail.com> | Sun Mar 12 12:36:43 2023 +0100 |
tree | 056281cba743b135f37ad4435852727be3249f44 | |
parent | 2abb2a186e6c085396654851f7d18aa20ce2e753 [diff] |
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>