Skip to content

Commit

Permalink
Update SSDT-PNLF.dsl
Browse files Browse the repository at this point in the history
Update for OC 0.7.3 and later
  • Loading branch information
banhbaoxamlan authored Apr 9, 2022
1 parent 7353b88 commit bcee3a8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Other/Disassembled ACPI/SSDT-PNLF.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@ DefinitionBlock ("", "SSDT", 2, "X230", "PNLF", 0)
Offset(0x02), GDID, 16,
Offset(0x10), BAR1, 32,
}

OperationRegion (RMB1, SystemMemory, And (BAR1, 0xFFFFFFF0), 0x000E1184)
OperationRegion (RMB1, SystemMemory, BAR1 & ~0xF, 0xe1184)
Field (RMB1, AnyAcc, Lock, Preserve)
{
Offset (0x48250),
Offset (0x48254),
LEVL, 32,
Offset (0xC8250),
LEVW, 32,
LEVX, 32,
Offset (0x48250),
LEVL, 32,
Offset (0xC8250),
LEVW, 32,
LEVX, 32,
}

Method (_INI, 0, NotSerialized)
Expand Down Expand Up @@ -71,4 +70,4 @@ DefinitionBlock ("", "SSDT", 2, "X230", "PNLF", 0)
}
}
}
}
}

0 comments on commit bcee3a8

Please sign in to comment.