summaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2014-07-23 08:03:02 -0700
committerRobert Moore <Robert.Moore@intel.com>2014-07-23 08:03:02 -0700
commitbd1cd4f7c8994c78736845e1fc2d1301ac5f7041 (patch)
tree1e4196f4f75e7dcf31986276b7dd0397cd580efc /source/common/ahpredef.c
parentc49dbfed2bc069d0038ea7e1294409bfde7c2c8c (diff)
downloadacpica-bd1cd4f7c8994c78736845e1fc2d1301ac5f7041.tar.gz
ACPI 5.1: Support for the _DSD predefined name.
Adds full support for _DSD. David Box.
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 525c7bb98..18271aa67 100644
--- a/source/common/ahpredef.c
+++ b/source/common/ahpredef.c
@@ -193,6 +193,7 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_DOS", "Disable Output Switching", "Sets the display output switching mode"),
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"),
AH_PREDEF ("_DSM", "Device-Specific Method", "Executes device-specific functions"),
AH_PREDEF ("_DSS", "Device Set State", "Sets the display device state"),
AH_PREDEF ("_DSW", "Device Sleep Wake", "Sets the sleep and wake transition states for a device"),