From: Bob Moore Date: Fri, 10 Oct 2014 02:39:24 +0000 (+0800) Subject: ACPICA: Add string for _DDN method name. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5f8b35b6330db14d15fb385cc7b2ccca53dc323e;p=deliverable%2Flinux.git ACPICA: Add string for _DDN method name. The _DDN method will be used internally. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/acnames.h b/include/acpi/acnames.h index f97804bdf1ff..7461327e14e4 100644 --- a/include/acpi/acnames.h +++ b/include/acpi/acnames.h @@ -52,6 +52,7 @@ #define METHOD_NAME__CBA "_CBA" #define METHOD_NAME__CID "_CID" #define METHOD_NAME__CRS "_CRS" +#define METHOD_NAME__DDN "_DDN" #define METHOD_NAME__HID "_HID" #define METHOD_NAME__INI "_INI" #define METHOD_NAME__PLD "_PLD"