diff options
author | Bob Moore <robert.moore@intel.com> | 2014-04-30 10:05:27 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-07 00:55:01 +0200 |
commit | e57db4093da567215bcfb10b98ac5f3fc210b1e3 (patch) | |
tree | 07988c90355bff88d0aab8b2bd13dc121d1fe3cc /include/acpi | |
parent | d63f37901e0977857dc19764c0ada1768ce4415d (diff) | |
download | linux-e57db4093da567215bcfb10b98ac5f3fc210b1e3.tar.gz linux-e57db4093da567215bcfb10b98ac5f3fc210b1e3.tar.bz2 linux-e57db4093da567215bcfb10b98ac5f3fc210b1e3.zip |
ACPICA: Back port of _PRP update.
This patch is the linuxize result of the following commit:
Subject: ACPICA: Add check for _PRP/_HID dependency, with error message.
_PRP requires that a _HID appears in the same scope.
The iASL changes are not in this patch as iASL currently is not
shipped in the kernel.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acnames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acnames.h b/include/acpi/acnames.h index 3dd6e838dc30..f0e713fadb1f 100644 --- a/include/acpi/acnames.h +++ b/include/acpi/acnames.h @@ -55,6 +55,7 @@ #define METHOD_NAME__HID "_HID" #define METHOD_NAME__INI "_INI" #define METHOD_NAME__PLD "_PLD" +#define METHOD_NAME__PRP "_PRP" #define METHOD_NAME__PRS "_PRS" #define METHOD_NAME__PRT "_PRT" #define METHOD_NAME__PRW "_PRW" |