From 5f21bddaa2cec035ca80608803ce2f0858d4f387 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Wed, 3 Feb 2016 07:46:42 -0800 Subject: 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 --- source/common/ahpredef.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/common/ahpredef.c') 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) }; -- cgit v1.2.1