summaryrefslogtreecommitdiff
path: root/wpd
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2015-08-06 20:07:53 -0700
committerBarry Golden <[email protected]>2015-08-06 20:07:53 -0700
commit7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 (patch)
tree8a7e461efc0c2e77b9cd82b3968e38fd5efef7b4 /wpd
parent9026073a419b5ef68fb46d4f7fae52dbef09dbe1 (diff)
Update README.md
Diffstat (limited to 'wpd')
-rw-r--r--wpd/WpdBasicHardwareDriver/ReadMe.md4
-rw-r--r--wpd/WpdServiceSampleDriver/ReadMe.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/wpd/WpdBasicHardwareDriver/ReadMe.md b/wpd/WpdBasicHardwareDriver/ReadMe.md
index 856efb06..238860a9 100644
--- a/wpd/WpdBasicHardwareDriver/ReadMe.md
+++ b/wpd/WpdBasicHardwareDriver/ReadMe.md
@@ -29,7 +29,7 @@ Related topics
Installation
------------
-To test this sample, you must have a test computer that is running Windows Vista or later. This test computer can be a second computer or, if necessary, your development computer.
+To test this sample, you must have a test computer. This can be a second computer or, if necessary, your development computer.
To install the WpdBasicHardwareDriver sample, do the following:
@@ -37,7 +37,7 @@ To install the WpdBasicHardwareDriver sample, do the following:
2. Copy the UMDF coinstaller, WUDFUpdate\_*MMmmmm*.dll, from the \\redist\\wdf\\\<architecture\> directory to the same directory (for example, C:\\wpdbasichardwaredriver).
- **Note**  Starting in Windows 8.1, the WDK no longer contains the co-installers by default. You can obtain the co-installers by downloading and installing the “Windows Driver Framework (WDF)” package from [WDK 8 Redistributable Components](http://go.microsoft.com/fwlink/p/?LinkID=226396).
+ **Note** You can obtain the co-installers by downloading and installing the “Windows Driver Framework (WDF)” package from [WDK 8 Redistributable Components](http://go.microsoft.com/fwlink/p/?LinkID=226396).
3. Navigate to the directory that contains the INF file and binaries (for example, cd /d c:\\wpdbasichardwaredriver), and run DevCon.exe as follows:
**devcon.exe install wpdbasichardwaredriver.inf WUDF\\WpdBasicHardware**
diff --git a/wpd/WpdServiceSampleDriver/ReadMe.md b/wpd/WpdServiceSampleDriver/ReadMe.md
index 24fcc336..3cdb63e4 100644
--- a/wpd/WpdServiceSampleDriver/ReadMe.md
+++ b/wpd/WpdServiceSampleDriver/ReadMe.md
@@ -5,7 +5,7 @@ The WpdServiceSampleDriver shows how to extend the WpdHelloWorldDriver sample so
A device service is an extension of a functional object. In addition to logically grouping device capabilities, a device service provides applications that can programmatically discover those capabilities.
-> **Note**  This driver was written in the simplest way to demonstrate concepts. Therefore, the sample driver might perform operations or be structured in a way that are inefficient in a production driver. Additionally, this sample does not use real hardware. Instead, it simulates a device by using data structures in memory. Therefore the driver might be implemented in a way that is unrealistic for production hardware.
+**Note** This driver was written in the simplest way to demonstrate concepts. Therefore, the sample driver might perform operations or be structured in a way that are inefficient in a production driver. Additionally, this sample does not use real hardware. Instead, it simulates a device by using data structures in memory. Therefore the driver might be implemented in a way that is unrealistic for production hardware.
For a complete description of this sample and its underlying code and functionality, refer to the [WPD Service Sample Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597714) description in the Windows Driver Kit documentation.