diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 19:15:06 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 19:15:06 -0700 |
| commit | dbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (patch) | |
| tree | 2a8e1a39358b66cc2bc0d85e163956aafd5ccd16 /pofx | |
| parent | ffeacc14932f98db4e7926825909a37d2b6d332f (diff) | |
Update manifests
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 | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/pofx/PEP/README.md b/pofx/PEP/README.md index ece35c04..fb399a21 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). +* 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 diff --git a/pofx/UMDF2/README.md b/pofx/UMDF2/README.md index b73aadea..64092ecf 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). +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 diff --git a/pofx/WDF/README.md b/pofx/WDF/README.md index 70dbedf7..9c10e060 100644 --- a/pofx/WDF/README.md +++ b/pofx/WDF/README.md @@ -124,5 +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). - +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 |
