mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
Indicate via flags whether _STA actually exists
This commit is contained in:
parent
9210753e9f
commit
3cc7be5246
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: uteval - Object evaluation
|
||||
* $Revision: 1.60 $
|
||||
* $Revision: 1.61 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -737,7 +737,7 @@ AcpiUtExecute_STA (
|
||||
"_STA on %4.4s was not found, assuming device is present\n",
|
||||
AcpiUtGetNodeName (DeviceNode)));
|
||||
|
||||
*Flags = 0x0F;
|
||||
*Flags = ACPI_UINT32_MAX;
|
||||
Status = AE_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user