summaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-03-07 12:41:44 -0800
committerErik Schmauss <erik.schmauss@intel.com>2017-03-07 12:43:10 -0800
commite78d6d6450a2ce2b2a73fbe72c8dfa4600b7ee58 (patch)
treee93c7538b9fc2f7f61288d20bf3c77e2b4010ab2 /source/common/ahpredef.c
parent223a647c72243359231865a64c1be04d208dcdbd (diff)
downloadacpica-e78d6d6450a2ce2b2a73fbe72c8dfa4600b7ee58.tar.gz
Add support for _PPR as a predefined method.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'source/common/ahpredef.c')
-rw-r--r--source/common/ahpredef.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c
index 08907766f..5e77af88f 100644
--- a/source/common/ahpredef.c
+++ b/source/common/ahpredef.c
@@ -329,6 +329,7 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_PPC", "Performance Present Capabilities", "Returns a list of the performance states currently supported by the platform"),
AH_PREDEF ("_PPE", "Polling for Platform Error", "Returns the polling interval to retrieve Corrected Platform Error information"),
AH_PREDEF ("_PPI", "Pin Configuration", "Resource Descriptor field"),
+ AH_PREDEF ("_PPR", "Processor Properties", "Returns properties associated with a processor or processor container device."),
AH_PREDEF ("_PR", "Processor", "Predefined scope for processor objects"),
AH_PREDEF ("_PR0", "Power Resources for D0", "Returns a list of dependent power resources to enter state D0 (fully on)"),
AH_PREDEF ("_PR1", "Power Resources for D1", "Returns a list of dependent power resources to enter state D1"),