summaryrefslogtreecommitdiff
path: root/pofx
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-07-15 11:54:00 -0700
committerDen Delimarsky <[email protected]>2019-07-15 11:54:00 -0700
commit1aa39e393c0657d7dfd5110727f3b92d20fc3187 (patch)
tree4b9c82e688a866d016f078a01a9f7fe743b92f54 /pofx
parentad599508acbb5ba1dd633af484a727f04bfddfd7 (diff)
Diffstat (limited to 'pofx')
-rw-r--r--pofx/PEP/README.md2
-rw-r--r--pofx/UMDF2/README.md2
-rw-r--r--pofx/WDF/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/pofx/PEP/README.md b/pofx/PEP/README.md
index 12c42339..e98a2836 100644
--- a/pofx/PEP/README.md
+++ b/pofx/PEP/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates an interface which allows PEP to implement ACPI runtime methods natively via a driver."
languages:
- cpp
diff --git a/pofx/UMDF2/README.md b/pofx/UMDF2/README.md
index ed354715..f775ad53 100644
--- a/pofx/UMDF2/README.md
+++ b/pofx/UMDF2/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates how a UMDF version 2 driver can implement F-state-based power management."
languages:
- cpp
diff --git a/pofx/WDF/README.md b/pofx/WDF/README.md
index 6bec1c8f..1e6a21a9 100644
--- a/pofx/WDF/README.md
+++ b/pofx/WDF/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrate how a KMDF driver can implement F-state-based power management."
languages:
- cpp