summaryrefslogtreecommitdiff
path: root/pofx
diff options
context:
space:
mode:
Diffstat (limited to 'pofx')
-rw-r--r--pofx/UMDF2/README.md10
-rw-r--r--pofx/WDF/README.md10
2 files changed, 0 insertions, 20 deletions
diff --git a/pofx/UMDF2/README.md b/pofx/UMDF2/README.md
index d3fa2da1..c526f412 100644
--- a/pofx/UMDF2/README.md
+++ b/pofx/UMDF2/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: Power Framework (PoFx) Sample (UMDF Version 2)
- platform: UMDF2
- language: cpp
- category: Power
- description: Demonstrates how a UMDF version 2 driver can implement F-state-based power management.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617936
---->
-
# Power Framework (PoFx) Sample (UMDF Version 2)
This solution demonstrates how a User-Mode Driver Framework (UMDF) version 2 driver can implement F-state-based power management. The SingleComp project demonstrates how a UMDF version 2 driver can implement F-state-based power management for a device that has only a single component.
diff --git a/pofx/WDF/README.md b/pofx/WDF/README.md
index 731550ed..c4503eee 100644
--- a/pofx/WDF/README.md
+++ b/pofx/WDF/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: KMDF Power Framework (PoFx) Sample
- platform: KMDF
- language: cpp
- category: Power
- description: Demonstrate how a KMDF driver can implement F-state-based power management.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617937
---->
-
# KMDF Power Framework (PoFx) Sample
This solution consists of two samples that demonstrate how a KMDF driver can implement F-state-based power management. The SingleComp sample demonstrates how a KMDF driver can implement F-state-based power management for a device that has only a single component. The MultiComp sample demonstrates how a KMDF driver can implement F-state-based power management for a device that has an arbitrary number of components that can be individually power-managed.