Documentation: Update the Windows binary snapshot README regarding UsbDk
authorChris Dickens <christopher.a.dickens@gmail.com>
Tue, 18 Aug 2020 21:39:11 +0000 (14:39 -0700)
committerChris Dickens <christopher.a.dickens@gmail.com>
Tue, 18 Aug 2020 21:39:11 +0000 (14:39 -0700)
Closes #443

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
.private/wbs.txt
libusb/version_nano.h

index cbf376b59132533d9ea82c1c24151cc5b8c1f14f..752e6da09d5db64e75e5f151c5d089c614bc17f0 100644 (file)
@@ -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
index a2459b238b73fcfd68a7f784034fae527448e6d5..1c9bd62a6667ce29d695822cef40cbbe858641b1 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11545
+#define LIBUSB_NANO 11546