summaryrefslogtreecommitdiff
path: root/usb/kmdf_fx2
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-03-12 14:02:43 -0700
committerAdonais Romero González <[email protected]>2019-03-12 14:02:43 -0700
commitef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch)
tree3017523a73c6552c27947d402afa6062f4df2706 /usb/kmdf_fx2
parent35bff356ac249057f4d673d39c7f28ed348cbf0f (diff)
Update README.md for samples portal (#358)
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
Diffstat (limited to 'usb/kmdf_fx2')
-rw-r--r--usb/kmdf_fx2/README.md15
-rw-r--r--usb/kmdf_fx2/usb-kmdf-fx2.yml12
2 files changed, 12 insertions, 15 deletions
diff --git a/usb/kmdf_fx2/README.md b/usb/kmdf_fx2/README.md
index dbab6c16..cf4b7c4a 100644
--- a/usb/kmdf_fx2/README.md
+++ b/usb/kmdf_fx2/README.md
@@ -1,3 +1,13 @@
+---
+topic: sample
+name: Sample KMDF Function Driver for OSR USB-FX2
+description: Demonstrates how to use KMDF to perform bulk and interrupt data transfers to a USB device.
+languages:
+ - cpp
+products:
+ - windows
+---
+
<!---
name: Sample KMDF Function Driver for OSR USB-FX2
platform: KMDF
@@ -7,9 +17,7 @@
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620313
--->
-
-Sample KMDF Function Driver for OSR USB-FX2
-===========================================
+# Sample KMDF Function Driver for OSR USB-FX2
The kmdf\_fx2 sample is a Kernel-Mode Driver Framework (KMDF) driver for the OSR USB-FX2 device. It includes a test app and sample device metadata.
@@ -18,6 +26,7 @@ In the Windows Driver Kit (WDK), the osrusbfx2 sample demonstrated how to perfor
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.
## Universal Windows Driver Compliant
+
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
Overview
diff --git a/usb/kmdf_fx2/usb-kmdf-fx2.yml b/usb/kmdf_fx2/usb-kmdf-fx2.yml
deleted file mode 100644
index dcbf9021..00000000
--- a/usb/kmdf_fx2/usb-kmdf-fx2.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-### YamlMime:Sample
-sample:
-- name: Sample KMDF Function Driver for OSR USB-FX2
- description: Demonstrates how to use KMDF to perform bulk and interrupt data transfers to a USB device.
- generateZip: true
- preserveParentHierarchy: true
- author: windows-driver-samples
- languages:
- - cpp
- technologies:
- - windows
- vssolution: /usb/kmdf_fx2/kmdf_fx2.sln