summaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-02-03 07:46:42 -0800
committerRobert Moore <Robert.Moore@intel.com>2016-02-03 07:46:42 -0800
commit5f21bddaa2cec035ca80608803ce2f0858d4f387 (patch)
tree72d12c00b30e6bdc67f6ebba1a984dd3079613d6 /source/common/ahpredef.c
parent19f84c249267fab0bfb138bd14d12510fb4faf24 (diff)
downloadacpica-5f21bddaa2cec035ca80608803ce2f0858d4f387.tar.gz
ACPI 6.1: Add full support for this version of ACPI spec
Small changes: 1) A couple new predefined names 2) New _HID values 3) New subtable for HEST
Diffstat (limited to 'source/common/ahpredef.c')
-rw-r--r--source/common/ahpredef.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c
index 4bef8e938..1c8144408 100644
--- a/source/common/ahpredef.c
+++ b/source/common/ahpredef.c
@@ -212,6 +212,7 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_FDI", "Floppy Drive Information", "Returns a floppy drive information block"),
AH_PREDEF ("_FDM", "Floppy Drive Mode", "Sets a floppy drive speed"),
AH_PREDEF ("_FIF", "Fan Information", "Returns fan device information"),
+ AH_PREDEF ("_FIT", "Firmware Interface Table", "Returns a list of NFIT structures"),
AH_PREDEF ("_FIX", "Fixed Register Resource Provider", "Returns a list of devices that implement FADT register blocks"),
AH_PREDEF ("_FLC", "Flow Control", "Flow control, Resource Descriptor field"),
AH_PREDEF ("_FPS", "Fan Performance States", "Returns a list of supported fan performance states"),
@@ -404,8 +405,10 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_UPP", "User Presence Polling", "Returns the recommended user presence polling interval"),
AH_PREDEF ("_VEN", "Vendor Data", "Resource Descriptor field"),
AH_PREDEF ("_VPO", "Video Post Options", "Returns the implemented video post options"),
- AH_PREDEF ("_WAK", "Wake", "Inform AML that the system has just awakened"),
AH_PREDEF ("_Wxx", "Wake Event", "Method executed as a result of a wake event"),
+ AH_PREDEF ("_WAK", "Wake", "Inform AML that the system has just awakened"),
+ AH_PREDEF ("_WPC", "Wireless Power Calibration", "Calibrate power and notify wireless device"),
+ AH_PREDEF ("_WPP", "Wireless Power Polling", "Get recommended polling interval"),
AH_PREDEF (NULL, NULL, NULL)
};