summaryrefslogtreecommitdiff
path: root/serial
diff options
context:
space:
mode:
Diffstat (limited to 'serial')
-rw-r--r--serial/VirtualSerial/README.md2
-rw-r--r--serial/VirtualSerial2/README.md2
-rw-r--r--serial/serenum/README.md2
-rw-r--r--serial/serial/README.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/serial/VirtualSerial/README.md b/serial/VirtualSerial/README.md
index d6781b44..b566c2a5 100644
--- a/serial/VirtualSerial/README.md
+++ b/serial/VirtualSerial/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem)."
languages:
- cpp
diff --git a/serial/VirtualSerial2/README.md b/serial/VirtualSerial2/README.md
index 998e02ff..4c87556b 100644
--- a/serial/VirtualSerial2/README.md
+++ b/serial/VirtualSerial2/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
urlFragment: virtual-serial-driver-sample-v2
description: "Demonstrates UMDF version 2 serial drivers and includes a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem)."
languages:
diff --git a/serial/serenum/README.md b/serial/serenum/README.md
index 083efbce..c7848201 100644
--- a/serial/serenum/README.md
+++ b/serial/serenum/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Enumerates Plug-n-Play RS-232 devices that are compliant with the current revision of Plug and Play External COM Device."
languages:
- cpp
diff --git a/serial/serial/README.md b/serial/serial/README.md
index 2c9ef446..7cea010f 100644
--- a/serial/serial/README.md
+++ b/serial/serial/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "The Serial (16550-based RS-232) sample driver is a WDF version of the inbox Serial.sys driver."
languages:
- cpp