From 997de4e17cf02a81027df8d01a4fcefe25da3796 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 13 Apr 2011 18:18:52 +0000 Subject: Import ACPICA 20110413. --- compiler/dttemplate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler/dttemplate.c') diff --git a/compiler/dttemplate.c b/compiler/dttemplate.c index ce49db2cdd36..122d464129bb 100644 --- a/compiler/dttemplate.c +++ b/compiler/dttemplate.c @@ -121,7 +121,8 @@ DtCreateTemplates ( /* Create all known templates if requested */ - if (!ACPI_STRNCMP (Signature, "ALL", 3)) + if (!ACPI_STRNCMP (Signature, "ALL", 3) || + !ACPI_STRCMP (Signature, "*")) { Status = DtCreateAllTemplates (); return (Status); -- cgit v1.2.3