From 467c5e9157e812ac0b21877e6cfe782807d957a5 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sun, 1 Mar 2020 08:59:08 -0700 Subject: [PATCH] Update plug.md --- Universal/plug.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/Universal/plug.md b/Universal/plug.md index a9ddf37..ef5a268 100644 --- a/Universal/plug.md +++ b/Universal/plug.md @@ -31,31 +31,7 @@ Scope (\_PR.CPU0) <- Rename this { Method (DTGP, 5, NotSerialized) { - If ((Arg0 == ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b"))) - { - If ((Arg1 == One)) - { - If ((Arg2 == Zero)) - { - Arg4 = Buffer (One) - { - 0x03 - } - Return (One) - } - - If ((Arg2 == One)) - { - Return (One) - } - } - } - - Arg4 = Buffer (One) - { - 0x00 - } - Return (Zero) + ... } ```