summaryrefslogtreecommitdiff
path: root/biometrics/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'biometrics/ReadMe.md')
-rw-r--r--biometrics/ReadMe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/biometrics/ReadMe.md b/biometrics/ReadMe.md
index d012d6bc..e9975dd2 100644
--- a/biometrics/ReadMe.md
+++ b/biometrics/ReadMe.md
@@ -17,7 +17,7 @@ Build the sample
For information on how to build a driver solution using Microsoft Visual Studio, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644).
-**Note**  Starting in Windows 8.1, the WDK no longer contains the co-installers by default. You can obtain the co-installers by downloading the *wdfcoinstaller.msi* package from [WDK 8 Redistributable Components](http://go.microsoft.com/fwlink/p/?LinkID=226396).
+**Note**  The WDK no longer contains the co-installers by default. You can obtain the co-installers by downloading the *wdfcoinstaller.msi* package from [WDK 8 Redistributable Components](http://go.microsoft.com/fwlink/p/?LinkID=226396).
Run the sample
--------------
@@ -60,7 +60,7 @@ It supports cancellation of any IOCTL which may be I/O intensive, particularly a
There are hooks for all [WBDI IOCTLs](http://msdn.microsoft.com/en-us/library/windows/hardware/ff536414), including the optional IOCTLs.
-PnP is very simple for this driver. It needs to only implement OnPrepareHardware and OnReleaseHardware from IPnpCallbackHardware.
+PnP is very simple for this driver. It needs to only implement **OnPrepareHardware** and **OnReleaseHardware** from **IPnpCallbackHardware**.
Some device drivers may need to keep several pending reads to the WinUsb I/O target in order to properly flush all I/O that comes from the device during a capture.