From c6a68829828a69b44dc0646defbf440bc7b0c5d1 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Tue, 18 Aug 2020 14:39:11 -0700 Subject: Documentation: Update the Windows binary snapshot README regarding UsbDk Closes #443 Signed-off-by: Chris Dickens --- .private/wbs.txt | 5 ++++- libusb/version_nano.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.private/wbs.txt b/.private/wbs.txt index cbf376b..752e6da 100644 --- a/.private/wbs.txt +++ b/.private/wbs.txt @@ -2,7 +2,7 @@ ********************************************************************* * The latest version of this snapshot can always be downloaded at: * - * https://sourceforge.net/projects/libusb/files/ * + * https://github.com/libusb/libusb/releases * ********************************************************************* o Visual Studio: @@ -37,6 +37,9 @@ o Additional information: - For some libusb samples (including source), please have a look in examples/ - For additional information on the libusb 1.0 Windows backend please visit: http://windows.libusb.info + - Using the UsbDk backend is now a run-time choice rather than a compile-time + choice. For additional information, including example usage, please visit: + http://windows.libusb.info/#Driver_Installation - The MinGW and MS generated DLLs are fully interchangeable, provided that you use the import libs provided or generate one from the .def also provided. - If you find any issue, please visit http://libusb.info/ and check the diff --git a/libusb/version_nano.h b/libusb/version_nano.h index a2459b2..1c9bd62 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11545 +#define LIBUSB_NANO 11546 -- cgit v1.2.1