From a597e3b247df72aec0f6e056c95abe2d973ac10c Mon Sep 17 00:00:00 2001 From: Saket Dumbre Date: Tue, 25 Apr 2023 10:52:21 -0700 Subject: Add support for _DSC as per ACPI 6.5 --- source/common/ahpredef.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/common/ahpredef.c') diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c index f4080587f..a1f3a1252 100644 --- a/source/common/ahpredef.c +++ b/source/common/ahpredef.c @@ -234,6 +234,7 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] = AH_PREDEF ("_DMA", "Direct Memory Access", "Returns device current resources for DMA transactions, and resource field"), AH_PREDEF ("_DOD", "Display Output Devices", "Enumerate all devices attached to the display adapter"), AH_PREDEF ("_DOS", "Disable Output Switching", "Sets the display output switching mode"), + AH_PREDEF ("_DSC", "Deepest State for Configuration", "Returns the deepest D-state of the device to the OSPM"), AH_PREDEF ("_DPL", "Device Selection Polarity", "Polarity of Device Selection signal, Resource Descriptor field"), AH_PREDEF ("_DRS", "Drive Strength", "Drive Strength setting for GPIO connection, Resource Descriptor field"), AH_PREDEF ("_DSD", "Device-Specific Data", "Returns a list of device property information"), -- cgit v1.2.1