mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Added AcpiCaVersion info to the AcpiGetSystemInfo returned data.
Starting version is 0x0080 (0.80) date 2000.04.05.23.53.00; author rmosgrov; state Exp;
This commit is contained in:
parent
daa4f5512c
commit
147b7ad5ee
@ -267,6 +267,8 @@ AcpiGetSystemInfo (
|
||||
OutBuffer->Length = sizeof (ACPI_SYSTEM_INFO);
|
||||
InfoPtr = (ACPI_SYSTEM_INFO *) OutBuffer->Pointer;
|
||||
|
||||
InfoPtr->AcpiCAVersion = Gbl_AcpiCaVersion;
|
||||
|
||||
/* System flags (ACPI capabilities) */
|
||||
|
||||
InfoPtr->Flags = Gbl_SystemFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user