summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-07-04 15:42:04 -0700
committerDen Delimarsky <[email protected]>2019-07-04 15:42:04 -0700
commitde37e30aa04422fe5f64de3a9d31c4c39e1e24ae (patch)
treef038d8dea60355c4670639db504ef858a7aff139 /usb
parent2123936e0d64f81ff75c52dd7ee1b2d470c651a7 (diff)
Update sample metadata
Diffstat (limited to 'usb')
-rw-r--r--usb/UcmCxUcsi/README.md2
-rw-r--r--usb/UcmTcpciCxClientSample/README.md2
-rw-r--r--usb/UcmUcsiAcpiSample/README.md2
-rw-r--r--usb/kmdf_enumswitches/README.md2
-rw-r--r--usb/kmdf_fx2/README.md2
-rw-r--r--usb/ufxclientsample/README.md2
-rw-r--r--usb/umdf2_fx2/README.md2
-rw-r--r--usb/umdf_filter_kmdf/README.md2
-rw-r--r--usb/umdf_filter_umdf/README.md2
-rw-r--r--usb/umdf_fx2/README.md2
-rw-r--r--usb/usbsamp/README.md2
-rw-r--r--usb/usbview/README.md2
-rw-r--r--usb/wdf_osrfx2_lab/README.md2
13 files changed, 13 insertions, 13 deletions
diff --git a/usb/UcmCxUcsi/README.md b/usb/UcmCxUcsi/README.md
index aec7f7f1..b2a44eb6 100644
--- a/usb/UcmCxUcsi/README.md
+++ b/usb/UcmCxUcsi/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx).
+description: "Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx)."
languages:
- cpp
products:
diff --git a/usb/UcmTcpciCxClientSample/README.md b/usb/UcmTcpciCxClientSample/README.md
index 5919ee07..fa1af7c3 100644
--- a/usb/UcmTcpciCxClientSample/README.md
+++ b/usb/UcmTcpciCxClientSample/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-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).
+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)."
languages:
- cpp
products:
diff --git a/usb/UcmUcsiAcpiSample/README.md b/usb/UcmUcsiAcpiSample/README.md
index fc163389..b7c2cabf 100644
--- a/usb/UcmUcsiAcpiSample/README.md
+++ b/usb/UcmUcsiAcpiSample/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx).
+description: "Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx)."
languages:
- cpp
products:
diff --git a/usb/kmdf_enumswitches/README.md b/usb/kmdf_enumswitches/README.md
index 1d4e0319..6868131d 100644
--- a/usb/kmdf_enumswitches/README.md
+++ b/usb/kmdf_enumswitches/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates how to use KMDF as a bus driver using the OSR USB-FX2 device.
+description: "Demonstrates how to use KMDF as a bus driver using the OSR USB-FX2 device."
languages:
- cpp
products:
diff --git a/usb/kmdf_fx2/README.md b/usb/kmdf_fx2/README.md
index a31a908d..d98faea7 100644
--- a/usb/kmdf_fx2/README.md
+++ b/usb/kmdf_fx2/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates how to use KMDF to perform bulk and interrupt data transfers to a USB device.
+description: "Demonstrates how to use KMDF to perform bulk and interrupt data transfers to a USB device."
languages:
- cpp
products:
diff --git a/usb/ufxclientsample/README.md b/usb/ufxclientsample/README.md
index 3197795f..47a57cbf 100644
--- a/usb/ufxclientsample/README.md
+++ b/usb/ufxclientsample/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates how to create a Windows USB function controller driver using the USB function class extension driver (UFX).
+description: "Demonstrates how to create a Windows USB function controller driver using the USB function class extension driver (UFX)."
languages:
- cpp
products:
diff --git a/usb/umdf2_fx2/README.md b/usb/umdf2_fx2/README.md
index ce1742cd..974ccbcc 100644
--- a/usb/umdf2_fx2/README.md
+++ b/usb/umdf2_fx2/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates a UMDF version 2 driver for the OSR USB-FX2 device.
+description: "Demonstrates a UMDF version 2 driver for the OSR USB-FX2 device."
languages:
- cpp
products:
diff --git a/usb/umdf_filter_kmdf/README.md b/usb/umdf_filter_kmdf/README.md
index e938c44a..7e6e1aaf 100644
--- a/usb/umdf_filter_kmdf/README.md
+++ b/usb/umdf_filter_kmdf/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates how to load a UMDF filter driver as an upper filter driver above the kmdf_fx2 sample driver.
+description: "Demonstrates how to load a UMDF filter driver as an upper filter driver above the kmdf_fx2 sample driver."
languages:
- cpp
products:
diff --git a/usb/umdf_filter_umdf/README.md b/usb/umdf_filter_umdf/README.md
index f9db0a44..94ea29a3 100644
--- a/usb/umdf_filter_umdf/README.md
+++ b/usb/umdf_filter_umdf/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates how to load a UMDF filter driver as an upper filter driver above the umdf_fx2 sample driver.
+description: "Demonstrates how to load a UMDF filter driver as an upper filter driver above the umdf_fx2 sample driver."
languages:
- cpp
products:
diff --git a/usb/umdf_fx2/README.md b/usb/umdf_fx2/README.md
index 89c7cadf..5ffd63a2 100644
--- a/usb/umdf_fx2/README.md
+++ b/usb/umdf_fx2/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-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.
+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."
languages:
- cpp
products:
diff --git a/usb/usbsamp/README.md b/usb/usbsamp/README.md
index 54a9f860..54c643fd 100644
--- a/usb/usbsamp/README.md
+++ b/usb/usbsamp/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Demonstrates how to perform full speed, high speed, and SuperSpeed transfers to and from bulk and isochronous endpoints of a generic USB device.
+description: "Demonstrates how to perform full speed, high speed, and SuperSpeed transfers to and from bulk and isochronous endpoints of a generic USB device."
languages:
- cpp
products:
diff --git a/usb/usbview/README.md b/usb/usbview/README.md
index 5e06c913..0873e623 100644
--- a/usb/usbview/README.md
+++ b/usb/usbview/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Provides an application that allows you to browse all USB controllers and connected USB devices on your system.
+description: "Provides an application that allows you to browse all USB controllers and connected USB devices on your system."
languages:
- cpp
products:
diff --git a/usb/wdf_osrfx2_lab/README.md b/usb/wdf_osrfx2_lab/README.md
index e244b09b..7d43ff43 100644
--- a/usb/wdf_osrfx2_lab/README.md
+++ b/usb/wdf_osrfx2_lab/README.md
@@ -1,6 +1,6 @@
---
topic: sample
-description: Contains a console test application and a series of iterative drivers for both KMDF and UMDF version 1.
+description: "Contains a console test application and a series of iterative drivers for both KMDF and UMDF version 1."
languages:
- cpp
products: