Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.4 KB

power-framework--pofx--driver-samples.md

File metadata and controls

15 lines (12 loc) · 1.4 KB
title description ms.date
Power Framework (PoFx) Driver Samples
The driver samples in this directory provide a starting point for writing a custom PoFx driver for your device.
03/22/2023

Power framework (PoFx) driver samples

The driver samples in this directory provide a starting point for writing a custom PoFx driver for your device.

Sample Description
PEP ACPI Sample Demonstrates an interface which allows a Power Engine Plugin (PEP) to implement ACPI runtime methods natively via a Windows driver rather than firmware.
UMDF2 PoFx Driver The UMDF 2 SingleComp sample demonstrates how a UMDF2 driver can implement F-state-based power management for a device that has only a single component.
WDF PoFx Driver Contains 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