mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 01:14:46 +03:00
Updated Revision for ACPI 2.0 semantics -- returns ACPI support level
date 2001.09.25.17.58.00; author rmoore1; state Exp;
This commit is contained in:
parent
5f3333c633
commit
6ce1c6d831
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: utcopy - Internal to external object translation utilities
|
||||
* $Revision: 1.82 $
|
||||
* $Revision: 1.83 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -230,7 +230,7 @@ AcpiUtCopyIsimpleToEsimple (
|
||||
|
||||
case AML_REVISION_OP:
|
||||
ExternalObject->Type = ACPI_TYPE_INTEGER;
|
||||
ExternalObject->Integer.Value = ACPI_CA_VERSION;
|
||||
ExternalObject->Integer.Value = ACPI_CA_SUPPORT_LEVEL;
|
||||
break;
|
||||
|
||||
case AML_INT_NAMEPATH_OP:
|
||||
|
Loading…
x
Reference in New Issue
Block a user