From 22d669004e1037a3749fbbb26432063751427713 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:42:02 +0000 Subject: [PATCH] change for AcpiEnableEvent API change date 2002.02.01.23.15.00; author agrover; state Exp; --- source/tools/acpiexec/aemain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tools/acpiexec/aemain.c b/source/tools/acpiexec/aemain.c index b69183fb7..f6549d563 100644 --- a/source/tools/acpiexec/aemain.c +++ b/source/tools/acpiexec/aemain.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: aemain - Main routine for the AcpiExec utility - * $Revision: 1.53 $ + * $Revision: 1.54 $ * *****************************************************************************/ @@ -439,7 +439,7 @@ main ( ReturnBuf.Pointer = Buffer; AcpiGetName (AcpiGbl_RootNode, ACPI_FULL_PATHNAME, &ReturnBuf); AcpiEnableEvent (ACPI_EVENT_GLOBAL, ACPI_EVENT_FIXED, 0); - AcpiEnableEvent (0, ACPI_EVENT_GPE, ACPI_EVENT_ENABLE); + AcpiEnableEvent (0, ACPI_EVENT_GPE, 0); } #ifdef _IA16