summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorLuc Rubio <[email protected]>2019-03-12 21:18:05 +0000
committerAdonais Romero González <[email protected]>2019-03-12 14:18:05 -0700
commitf70a523e2345250a2e6daa3a51babc2b0a08818f (patch)
tree66042c0628f572a51329388a590301351af8f089 /usb
parentef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (diff)
Fix broken links to 'Preparing a Computer for Manual Driver Deployment' (#338)
Diffstat (limited to 'usb')
-rw-r--r--usb/umdf2_fx2/README.md2
-rw-r--r--usb/usbsamp/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/usb/umdf2_fx2/README.md b/usb/umdf2_fx2/README.md
index dccce968..a8bfd0ed 100644
--- a/usb/umdf2_fx2/README.md
+++ b/usb/umdf2_fx2/README.md
@@ -44,7 +44,7 @@ Before you automatically deploy a driver, you must provision the target computer
### Manual deployment (FX2 board)
-Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571).
+Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment).
1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\umdf2\_fx2).
1. Plug in the OSR USB-FX2 board to the target computer. Open a Command Prompt window and enter **dvmgmt** to open Device Manager. In Device Manager, locate the node for the OSR USB-FX2 board. Right click the node, and choose **Properties**. In the **Details** tab, under **Properties**, choose **Hardware Ids**. Note the hardware IDs listed for your FX2 board. One of these IDs should match one of the IDs in the osrusbfx2um.inf file. For example, Device Manager might show an ID of USB\\VID\_0547&PID\_1002, which matches one of the IDs in the [Microsoft.*xxx*] section of osrusbfx2um.inf.
diff --git a/usb/usbsamp/README.md b/usb/usbsamp/README.md
index 91f950d3..dc903fd1 100644
--- a/usb/usbsamp/README.md
+++ b/usb/usbsamp/README.md
@@ -77,7 +77,7 @@ Before you automatically deploy a driver, you must provision the target computer
### Manual deployment
-Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571).
+Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment).
1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\Usbsamp).
1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: