diff options
Diffstat (limited to 'pofx')
| -rw-r--r-- | pofx/PEP/README.md | 2 | ||||
| -rw-r--r-- | pofx/UMDF2/README.md | 2 | ||||
| -rw-r--r-- | pofx/WDF/README.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pofx/PEP/README.md b/pofx/PEP/README.md index fb399a21..ece35c04 100644 --- a/pofx/PEP/README.md +++ b/pofx/PEP/README.md @@ -24,4 +24,4 @@ Use the PEP ACPI interface if: * You want to write peripheral (off-SoC) device power management in C rather than in ACPI Source Language (ASL). * You need to override an ACPI method which exists in a platform's DSDT or SSDT firmware tables. -* Shipping, maintaining, and updating a driver binary suits your platform better than firmware updates (note that you will still need FADT, MADT, DBG2, and so on in firmware - this interface is only for runtime methods).
\ No newline at end of file +* Shipping, maintaining, and updating a driver binary suits your platform better than firmware updates (note that you will still need FADT, MADT, DBG2, and so on in firmware - this interface is only for runtime methods). diff --git a/pofx/UMDF2/README.md b/pofx/UMDF2/README.md index 64092ecf..b73aadea 100644 --- a/pofx/UMDF2/README.md +++ b/pofx/UMDF2/README.md @@ -67,4 +67,4 @@ As an alternative to building the driver sample in Visual Studio, you can build **msbuild /p:configuration="Release" /p:platform="Win32" PoFx.sln** -For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644).
\ No newline at end of file +For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644). diff --git a/pofx/WDF/README.md b/pofx/WDF/README.md index 9c10e060..d689c281 100644 --- a/pofx/WDF/README.md +++ b/pofx/WDF/README.md @@ -124,4 +124,4 @@ The code to implement S0-idle power management support for the device is conditi Additional Information ---------------------- -For detailed information about implementing F-state-based power management for a multiple component device, see [Supporting Multiple Functional Power States for Multiple-Component Devices](http://msdn.microsoft.com/en-us/library/windows/hardware/hh451028).
\ No newline at end of file +For detailed information about implementing F-state-based power management for a multiple component device, see [Supporting Multiple Functional Power States for Multiple-Component Devices](http://msdn.microsoft.com/en-us/library/windows/hardware/hh451028). |
