Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Fix SSDT-PLUG
Browse files Browse the repository at this point in the history
  • Loading branch information
EETagent committed Sep 14, 2020
1 parent 1af92e1 commit 035bef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified OC/ACPI/SSDT-PLUG.aml
Binary file not shown.
4 changes: 2 additions & 2 deletions Other/Disassembled ACPI/SSDT-PLUG.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*/
DefinitionBlock ("", "SSDT", 2, "T480", "PLUG", 0x00003000)
{
External (_SB.PR00, ProcessorObj)
External (_PR.PR00, ProcessorObj)

Scope (_SB.PR00)
Scope (_PR.PR00)
{
Method (DTGP, 5, NotSerialized)
{
Expand Down

0 comments on commit 035bef7

Please sign in to comment.