summaryrefslogtreecommitdiff
path: root/src/ec/roda/it8518/acpi/lid.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/roda/it8518/acpi/lid.asl')
-rw-r--r--src/ec/roda/it8518/acpi/lid.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/roda/it8518/acpi/lid.asl b/src/ec/roda/it8518/acpi/lid.asl
index c30bb4dee5..61eda55926 100644
--- a/src/ec/roda/it8518/acpi/lid.asl
+++ b/src/ec/roda/it8518/acpi/lid.asl
@@ -7,8 +7,8 @@ Device (LID)
Name (_HID, EisaId ("PNP0C0D")) // _HID: Hardware ID
Method (_LID, 0, NotSerialized) // _LID: Lid Status
{
- Store ("-----> LID0: _LID", Debug)
- Store ("<----- LID0: _LID", Debug)
+ Printf ("-----> LID0: _LID")
+ Printf ("<----- LID0: _LID")
Return (LIDS)
}
}