summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2017-08-27 00:29:46 -0700
committerBarry Golden <[email protected]>2017-08-27 00:29:46 -0700
commitdb44fd903e44b470e6429f9b9ef761b1269cb1bd (patch)
tree89294499063a62506bb7f1655df5041dc10348da
parent13ca5b69d2a1b20e5cfa8ecc94bfea9ece8aaa9a (diff)
VSTS 12737998
-rw-r--r--thermal/simsensor/README.md10
-rw-r--r--thermal/thermalclient/README.md10
-rw-r--r--tools/sdv/samples/DV-FailDriver-WDM/README.md10
-rw-r--r--tools/sdv/samples/SDV-FailDriver-KMDF/README.md10
-rw-r--r--tools/sdv/samples/SDV-FailDriver-NDIS/README.md10
-rw-r--r--tools/sdv/samples/SDV-FailDriver-STORPORT/README.md10
-rw-r--r--tools/sdv/samples/SDV-FailDriver-WDM/README.md10
-rw-r--r--usb/UcmCxUcsi/README.md10
-rw-r--r--usb/UcmTcpciCxClientSample/README.md10
-rw-r--r--usb/kmdf_enumswitches/README.md10
-rw-r--r--usb/kmdf_fx2/README.md10
-rw-r--r--usb/ufxclientsample/README.md12
-rw-r--r--usb/umdf2_fx2/README.md11
-rw-r--r--usb/umdf_filter_kmdf/README.md10
-rw-r--r--usb/umdf_filter_umdf/README.md10
-rw-r--r--usb/umdf_fx2/README.md10
-rw-r--r--usb/usbsamp/README.md10
-rw-r--r--usb/usbview/README.md10
-rw-r--r--usb/wdf_osrfx2_lab/README.md10
19 files changed, 191 insertions, 2 deletions
diff --git a/thermal/simsensor/README.md b/thermal/simsensor/README.md
index 668c5b56..a2537ce5 100644
--- a/thermal/simsensor/README.md
+++ b/thermal/simsensor/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: SimSensor - Simulated Temperature Sensor Sample Driver
+ platform: KMDF
+ language: cpp
+ category: Thermal Power
+ description: Demonstrates a simulated temperature sensor device.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617991
+--->
+
+
SimSensor: Simulated Temperature Sensor Sample Driver
=====================================================
diff --git a/thermal/thermalclient/README.md b/thermal/thermalclient/README.md
index 47f8a2f6..e5812871 100644
--- a/thermal/thermalclient/README.md
+++ b/thermal/thermalclient/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: SimThermalClient - Simulated Thermal Client Sample Driver
+ platform: KMDF
+ language: cpp
+ category: Thermal Power
+ description: Simulates a device that is a Windows thermal management client.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617992
+--->
+
+
SimThermalClient: Simulated Thermal Client Sample Driver
========================================================
diff --git a/tools/sdv/samples/DV-FailDriver-WDM/README.md b/tools/sdv/samples/DV-FailDriver-WDM/README.md
index aade7dd9..9851ff31 100644
--- a/tools/sdv/samples/DV-FailDriver-WDM/README.md
+++ b/tools/sdv/samples/DV-FailDriver-WDM/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: DV-FailDriver-WDM
+ platform: WDM
+ language: cpp
+ category: DriverVerifier Tools
+ description: Demonstrates how Driver Verifier (DV) can find errors in a WDM driver.
+ samplefwlink: https://go.microsoft.com/fwlink/p/?linkid=856743
+--->
+
+
DV-FailDriver-WDM
=================
diff --git a/tools/sdv/samples/SDV-FailDriver-KMDF/README.md b/tools/sdv/samples/SDV-FailDriver-KMDF/README.md
index ce2b381c..6d4d71cd 100644
--- a/tools/sdv/samples/SDV-FailDriver-KMDF/README.md
+++ b/tools/sdv/samples/SDV-FailDriver-KMDF/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: SDV-FailDriver-KMDF
+ platform: KMDF
+ language: cpp
+ category: StaticDriverVerifier Tools
+ description: Demonstrates how Static Driver Verifier (SDV) can find errors in a KMDF driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617993
+--->
+
+
SDV-FailDriver-KMDF
===================
diff --git a/tools/sdv/samples/SDV-FailDriver-NDIS/README.md b/tools/sdv/samples/SDV-FailDriver-NDIS/README.md
index 5903ad29..eaf5dc56 100644
--- a/tools/sdv/samples/SDV-FailDriver-NDIS/README.md
+++ b/tools/sdv/samples/SDV-FailDriver-NDIS/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: SDV-FailDriver-NDIS
+ platform: WDM
+ language: cpp
+ category: StaticDriverVerifier Network
+ description: Demonstrates how Static Driver Verifier (SDV) can find errors in a NDIS driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617995
+--->
+
+
SDV-FailDriver-NDIS
===================
diff --git a/tools/sdv/samples/SDV-FailDriver-STORPORT/README.md b/tools/sdv/samples/SDV-FailDriver-STORPORT/README.md
index 8611e51d..600b0023 100644
--- a/tools/sdv/samples/SDV-FailDriver-STORPORT/README.md
+++ b/tools/sdv/samples/SDV-FailDriver-STORPORT/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: SDV-FailDriver-STORPORT
+ platform: KMDF
+ language: cpp
+ category: StaticDriverVerifier
+ description: Demonstrates how Static Driver Verifier (SDV) can find errors in a Storport driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617997
+--->
+
+
SDV-FailDriver-STORPORT
=======================
diff --git a/tools/sdv/samples/SDV-FailDriver-WDM/README.md b/tools/sdv/samples/SDV-FailDriver-WDM/README.md
index 49a69753..a32fbcf5 100644
--- a/tools/sdv/samples/SDV-FailDriver-WDM/README.md
+++ b/tools/sdv/samples/SDV-FailDriver-WDM/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: SDV-FailDriver-WDM
+ platform: WDM
+ language: cpp
+ category: StaticDriverVerifier
+ description: Demonstrates how Static Driver Verifier (SDV) can find errors in a WDM driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617999
+--->
+
+
SDV-FailDriver-WDM
==================
diff --git a/usb/UcmCxUcsi/README.md b/usb/UcmCxUcsi/README.md
index dc6b865d..3ebd5d5d 100644
--- a/usb/UcmCxUcsi/README.md
+++ b/usb/UcmCxUcsi/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: UcmTcpciCx Port Controller Client Driver
+ platform: KMDF
+ language: cpp
+ category: USB
+ description: Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx).
+ samplefwlink: https://go.microsoft.com/fwlink/p/?linkid=856744
+--->
+
+
# UcmTcpciCx Port Controller Client Driver
This is a sample driver that shows how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx). The sample is a driver for an embedded controller which is complient with the [USB Type-C Connector System Software Interface (UCSI)](http://www.intel.com/content/www/us/en/io/universal-serial-bus/usb-type-c-ucsi-spec.html).
diff --git a/usb/UcmTcpciCxClientSample/README.md b/usb/UcmTcpciCxClientSample/README.md
index d3fd73ec..02d043bf 100644
--- a/usb/UcmTcpciCxClientSample/README.md
+++ b/usb/UcmTcpciCxClientSample/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: UcmTcpciCx Port Controller Client Driver
+ platform: KMDF
+ language: cpp
+ category: USB
+ description: Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager Type-C Port Controller Interface class extension driver (UcmTcpciCx).
+ samplefwlink: https://go.microsoft.com/fwlink/p/?linkid=856745
+--->
+
+
# UcmTcpciCx Port Controller Client Driver
This is a skeleton sample driver that shows how to create a Windows USB Type-C port controller driver using the USB Connector Manager Type-C Port Controller Interface class extension driver (UcmTcpciCx). UcmTcpciCx is currently only availble using the Windows Insider program - documentation for UcmTcpciCx will be available at the next release of Windows.
diff --git a/usb/kmdf_enumswitches/README.md b/usb/kmdf_enumswitches/README.md
index d6a7ee9f..dda67616 100644
--- a/usb/kmdf_enumswitches/README.md
+++ b/usb/kmdf_enumswitches/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Sample KMDF Bus Driver for OSR USB-FX2
+ platform: KMDF
+ language: cpp
+ category: USB
+ description: Demonstrates how to use KMDF as a bus driver using the OSR USB-FX2 device.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618000
+--->
+
+
Sample KMDF Bus Driver for OSR USB-FX2
======================================
diff --git a/usb/kmdf_fx2/README.md b/usb/kmdf_fx2/README.md
index 0bf65d1d..68666660 100644
--- a/usb/kmdf_fx2/README.md
+++ b/usb/kmdf_fx2/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Sample KMDF Function Driver for OSR USB-FX2
+ platform: KMDF
+ language: cpp
+ category: USB
+ description: Demonstrates how to use KMDF to perform bulk and interrupt data transfers to a USB device.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620313
+--->
+
+
Sample KMDF Function Driver for OSR USB-FX2
===========================================
diff --git a/usb/ufxclientsample/README.md b/usb/ufxclientsample/README.md
index ec39fd35..54a2f69f 100644
--- a/usb/ufxclientsample/README.md
+++ b/usb/ufxclientsample/README.md
@@ -1,4 +1,14 @@
-USB Function Client Driver
+<!---
+ name: USB Function Client Driver
+ platform: KMDF
+ language: cpp
+ category: USB
+ description: Demonstrates how to create a Windows USB function controller driver using the USB function class extension driver (UFX).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620315
+--->
+
+
+USB Function Client Driver
==========================
This is a skeleton sample driver that shows how to create a Windows USB function controller driver using the USB function class extension driver (UFX).
diff --git a/usb/umdf2_fx2/README.md b/usb/umdf2_fx2/README.md
index 0d98a5ce..bc2cfba5 100644
--- a/usb/umdf2_fx2/README.md
+++ b/usb/umdf2_fx2/README.md
@@ -1,3 +1,12 @@
+<!---
+ name: Sample Function Driver for OSR USB-FX2 (UMDF Version 2)
+ platform: UMDF2
+ language: cpp
+ category: USB
+ description: Demomstreates a UMDF version 2 driver for the OSR USB-FX2 device.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618003
+--->
+
Sample Function Driver for OSR USB-FX2 (UMDF Version 2)
=======================================================
@@ -55,7 +64,7 @@ Build the sample using MSBuild
As an alternative to building the driver sample in Visual Studio, you can build it in a Visual Studio Command Prompt window. In Visual Studio, on the **Tools** menu, choose **Visual Studio Command Prompt**. In the Visual Studio Command Prompt window, navigate to the folder that has the solution file, umdf2echo.sln. Use the MSBuild command to build the solution. Here is an example:
-**msbuild /p:configuration=�Win8 Release� /p:platform=�Win32� umdf2\_fx2.sln**
+**msbuild /p:configuration=�Win8 Release� /p:platform=�Win32� umdf2\_fx2.sln**
For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644).
diff --git a/usb/umdf_filter_kmdf/README.md b/usb/umdf_filter_kmdf/README.md
index ecc62acd..5eaf3347 100644
--- a/usb/umdf_filter_kmdf/README.md
+++ b/usb/umdf_filter_kmdf/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Sample UMDF Filter above KMDF Function Driver for OSR USB-FX2 (UMDF Version 1)
+ platform: KMDF
+ language: cpp
+ category: USB
+ description: Demonstrates how to load a UMDF filter driver as an upper filter driver above the kmdf_fx2 sample driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620316
+--->
+
+
Sample UMDF Filter above KMDF Function Driver for OSR USB-FX2 (UMDF Version 1)
==============================================================================
diff --git a/usb/umdf_filter_umdf/README.md b/usb/umdf_filter_umdf/README.md
index b0c7970f..f4d3dc26 100644
--- a/usb/umdf_filter_umdf/README.md
+++ b/usb/umdf_filter_umdf/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Sample UMDF Filter above UMDF Function Driver for OSR USB-FX2 (UMDF Version 1)
+ platform: UMDF1
+ language: cpp
+ category: USB
+ description: Demonstrates how to load a UMDF filter driver as an upper filter driver above the umdf_fx2 sample driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618001
+--->
+
+
Sample UMDF Filter above UMDF Function Driver for OSR USB-FX2 (UMDF Version 1)
==============================================================================
diff --git a/usb/umdf_fx2/README.md b/usb/umdf_fx2/README.md
index 2f7f1ded..4b707cbe 100644
--- a/usb/umdf_fx2/README.md
+++ b/usb/umdf_fx2/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Sample UMDF Function Driver for OSR USB-FX2 (UMDF version 1)
+ platform: UMDF1
+ language: cpp
+ category: USB
+ description: A UMDF driver for the OSR USB-FX2 device that includes a test application, sample device metadata, and supports impersonation and idle power down.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618002
+--->
+
+
Sample UMDF Function Driver for OSR USB-FX2 (UMDF Version 1)
============================================================
diff --git a/usb/usbsamp/README.md b/usb/usbsamp/README.md
index 8d9d4d9d..30f46c17 100644
--- a/usb/usbsamp/README.md
+++ b/usb/usbsamp/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Usbsamp Generic USB Driver
+ platform: KMDF
+ language: cpp
+ category: USB
+ description: Demonstrates how to perform full speed, high speed, and SuperSpeed transfers to and from bulk and isochronous endpoints of a generic USB device.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618938
+--->
+
+
Usbsamp Generic USB Driver
==========================
diff --git a/usb/usbview/README.md b/usb/usbview/README.md
index cd117f82..fe1bbbb1 100644
--- a/usb/usbview/README.md
+++ b/usb/usbview/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: USBView sample application
+ platform: WDM
+ language: cpp
+ category: USB
+ description: Provides an application that allows you to browse all USB controllers and connected USB devices on your system.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618004
+--->
+
+
USBView sample application
==========================
diff --git a/usb/wdf_osrfx2_lab/README.md b/usb/wdf_osrfx2_lab/README.md
index 6940418f..faba87fa 100644
--- a/usb/wdf_osrfx2_lab/README.md
+++ b/usb/wdf_osrfx2_lab/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: WDF Sample Driver Learning Lab for OSR USB-FX2
+ platform: UMDF KMDF
+ language: cpp
+ category: USB
+ description: Contains a console test application and a series of iterative drivers for both KMDF and UMDF version 1.
+ samplefwlink: https://go.microsoft.com/fwlink/?linkid=856746
+--->
+
+
WDF Sample Driver Learning Lab for OSR USB-FX2
==============================================