summaryrefslogtreecommitdiff
path: root/usb/kmdf_fx2
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2020-01-07 07:22:56 -0800
committerGitHub <[email protected]>2020-01-07 07:22:56 -0800
commit7d02cdb5827d646af591040b312eac75caae5e06 (patch)
treee9d0eba3c4692d38c5ba19192b45c08cb056ad85 /usb/kmdf_fx2
parenta919a4e8c3e551c8677bc465b5067065de9799e5 (diff)
Update README.md (#450)112269112268112267112266112265
Diffstat (limited to 'usb/kmdf_fx2')
-rw-r--r--usb/kmdf_fx2/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/usb/kmdf_fx2/README.md b/usb/kmdf_fx2/README.md
index 9ce5f754..492cc8cf 100644
--- a/usb/kmdf_fx2/README.md
+++ b/usb/kmdf_fx2/README.md
@@ -14,7 +14,7 @@ The kmdf\_fx2 sample is a Kernel-Mode Driver Framework (KMDF) driver for the OSR
In the Windows Driver Kit (WDK), the osrusbfx2 sample demonstrates how to perform bulk and interrupt data transfers to an USB device. The sample was written for the [OSR USB-FX2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf).
-The driver and sample device metadata also works with the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample.
+The driver and sample device metadata also works with the [Custom driver access](https://go.microsoft.com/fwlink/p/?linkid=2114373) sample.
## Universal Windows Driver Compliant
@@ -108,11 +108,11 @@ This directory contains a test application that can be used to drive the KMDF dr
### usb\\kmdf\_fx2\\deviceMetadata
-This directory contains the device metadata package for the sample. You must copy the device metadata to the system before installing the device. For information on how to update and deploy device metadata, see the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample.
+This directory contains the device metadata package for the sample. You must copy the device metadata to the system before installing the device. For information on how to update and deploy device metadata, see the [Custom driver access](https://go.microsoft.com/fwlink/p/?linkid=2114373) sample.
## Testing the driver
-You can use the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample as a testing method.
+You can use the [Custom driver access](https://go.microsoft.com/fwlink/p/?linkid=2114373) sample as a testing method.
The sample also includes a test application, osrusbfx2.exe, that you can use to test the device. This console application enumerates the interface registered by the driver and opens the device to send read, write, or IOCTL requests based on the command line options.