summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-08-18 14:39:11 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-08-18 14:39:11 -0700
commitc6a68829828a69b44dc0646defbf440bc7b0c5d1 (patch)
tree433722fe7edb12fc3c884100679cd240e8a56591
parente83522e71cfa2ba6be45137cd6fe1698c7d99a51 (diff)
downloadlibusb-c6a68829828a69b44dc0646defbf440bc7b0c5d1.tar.gz
Documentation: Update the Windows binary snapshot README regarding UsbDk
Closes #443 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r--.private/wbs.txt5
-rw-r--r--libusb/version_nano.h2
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