summaryrefslogtreecommitdiff
path: root/pofx
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-05 20:18:16 -0700
committerGitHub <[email protected]>2019-09-05 20:18:16 -0700
commit22af24719daf72029a70119cc6653d2a3b940549 (patch)
tree6677b85dbdae81db047b97a51533ea356abb13e3 /pofx
parent516d94ce47bd535dc813d654297ace02c61d46f6 (diff)
* Update README.md * Update README.md
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.