]> sigrok.org Git - libsigrok.git/commitdiff
README.devices: add Windows and Zadig discussion near the udev section
authorGerhard Sittig <redacted>
Wed, 30 Mar 2022 06:06:22 +0000 (08:06 +0200)
committerGerhard Sittig <redacted>
Wed, 30 Mar 2022 06:06:22 +0000 (08:06 +0200)
Add a section on Windows and device driver assignments by means of Zadig
after the section on Linux udev rules and permissions. Reference the
wiki page for the Windows platform.

README.devices

index 226ec06ba59691b2c37a3548987d963d79ae3080..e527f0547ae7eb7811b66893a6a232298233ccc2 100644 (file)
@@ -288,6 +288,19 @@ rules shipped by the system will be broken.
 Please consult the udev docs for details.
 
 
+Assigning drivers to devices (Windows, Zadig)
+---------------------------------------------
+
+On Windows systems it may be necessary to assign drivers to devices
+before libusb based applications can access them. It may be necessary
+to re-run this driver assignment after firmware upload in case the
+device changes its USB identification as a consequence of loading the
+firmware image.
+
+The https://sigrok.org/wiki/Windows wiki page discusses this subject,
+and other platform specific aspects.
+
+
 Non-default drivers for commodity chips
 ---------------------------------------