summaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorDavid E. Box <david.e.box@linux.intel.com>2014-05-13 11:53:31 -0700
committerDavid E. Box <david.e.box@linux.intel.com>2014-05-15 19:07:00 -0700
commitd6ab9047c9aac2c4c19b63b354f15073aefbf0d8 (patch)
tree763ff0f690337f1c438e40a8ff0d4a5a24c82687 /source/common/ahpredef.c
parent64fd2ba4c4cb0e4e9fa470b8d12421c0611a34b2 (diff)
downloadacpica-d6ab9047c9aac2c4c19b63b354f15073aefbf0d8.tar.gz
Predefined names: _PRP proposal changed to _DSD
Changes required to support new _DSD predefined name, formerly _PRP. Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Diffstat (limited to 'source/common/ahpredef.c')
-rw-r--r--source/common/ahpredef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c
index 21038ab10..c26a91733 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"),
@@ -289,7 +290,6 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_PR3", "Power Resources for D3hot", "Returns a list of dependent power resources to enter state D3hot"),
AH_PREDEF ("_PRE", "Power Resources for Enumeration", "Returns a list of dependent power resources to enumerate devices on a bus"),
AH_PREDEF ("_PRL", "Power Source Redundancy List", "Returns a list of power source devices in the same redundancy grouping"),
- AH_PREDEF ("_PRP", "Device Properties", "Returns a list of device property information"),
AH_PREDEF ("_PRS", "Possible Resource Settings", "Returns a list of a device's possible resource settings"),
AH_PREDEF ("_PRT", "PCI Routing Table", "Returns a list of PCI interrupt mappings"),
AH_PREDEF ("_PRW", "Power Resources for Wake", "Returns a list of dependent power resources for waking"),