mirror of
https://github.com/acpica/acpica/
synced 2025-01-28 12:15:24 +03:00
change for AcpiEnableEvent API change
date 2002.02.01.23.15.00; author agrover; state Exp;
This commit is contained in:
parent
9c292daf7c
commit
22d669004e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user