summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorDave Wilson <[email protected]>2015-04-29 12:00:16 -0700
committerDave Wilson <[email protected]>2015-04-29 12:00:16 -0700
commit1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch)
treeceece70ec21256772341dc1ef91a199a5d13bc0f /usb
parentd40232638faaab19de557e70a3ee938da7a35295 (diff)
terminology changes
Diffstat (limited to 'usb')
-rw-r--r--usb/umdf2_fx2/ReadMe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb/umdf2_fx2/ReadMe.md b/usb/umdf2_fx2/ReadMe.md
index 2f89407e..4f825de5 100644
--- a/usb/umdf2_fx2/ReadMe.md
+++ b/usb/umdf2_fx2/ReadMe.md
@@ -3,8 +3,8 @@ Sample UMDF Function Driver for OSR USB-FX2 (UMDF Version 1)
The umdf\_fx2 sample is a User-Mode Driver Framework (UMDF) driver for the OSR USB-FX2 device. It includes a test app and sample device metadata, and supports impersonation and idle power down.
-## Universal Compliant
-This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core.
+## Universal Windows Driver Compliant
+This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
The sample can also be used with the CustomDeviceAccess MSDK sample. The sample demonstrates how to perform bulk and interrupt data transfers to an USB device. The specification for the device is at <http://www.osronline.com/hardware/OSRFX2_32.pdf>. The driver and sample device metadata also work with the [Custom driver access](http://go.microsoft.com/fwlink/p/?LinkID=248288) sample.