aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/z220_sff_workstation/acpi/platform.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/z220_sff_workstation/acpi/platform.asl')
-rw-r--r--src/mainboard/hp/z220_sff_workstation/acpi/platform.asl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/hp/z220_sff_workstation/acpi/platform.asl b/src/mainboard/hp/z220_sff_workstation/acpi/platform.asl
index 02a1b54b87..5a861f1f3b 100644
--- a/src/mainboard/hp/z220_sff_workstation/acpi/platform.asl
+++ b/src/mainboard/hp/z220_sff_workstation/acpi/platform.asl
@@ -15,6 +15,7 @@
Method(_WAK, 1, NotSerialized)
{
+ // Generated by SSDT
\_SB.PCI0.LPCB.SIO0.SIOW (Arg0)
Return(Package(){0,0})
@@ -22,5 +23,6 @@ Method(_WAK, 1, NotSerialized)
Method(_PTS, 1, NotSerialized)
{
+ // Generated by SSDT
\_SB.PCI0.LPCB.SIO0.SIOS (Arg0)
}