From 627f5121240650f1b0ca9e3d340447d23c0d17f5 Mon Sep 17 00:00:00 2001 From: PingZi-Wing <57025184+PingZi-Wing@users.noreply.github.com> Date: Tue, 24 Aug 2021 01:14:33 +0800 Subject: [PATCH] Add Base and BaseSkip keys to GPRW-Patch.plist and UPRW-Patch.plist (#89) --- extra-files/GPRW-Patch.plist | 6 +++++- extra-files/UPRW-Patch.plist | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/extra-files/GPRW-Patch.plist b/extra-files/GPRW-Patch.plist index e45bd301..1430ab70 100644 --- a/extra-files/GPRW-Patch.plist +++ b/extra-files/GPRW-Patch.plist @@ -2,13 +2,17 @@ - #Don't forget the SSDT-GPRW + #Do not forget SSDT-GPRW Without it this patch is worthless ACPI Patch + Base + + BaseSkip + 0 Comment change Method(GPRW,2,N) to XPRW, pair with SSDT-GPRW.aml Count diff --git a/extra-files/UPRW-Patch.plist b/extra-files/UPRW-Patch.plist index d534a7cf..8808aa11 100644 --- a/extra-files/UPRW-Patch.plist +++ b/extra-files/UPRW-Patch.plist @@ -2,13 +2,17 @@ - #Don't forget the SSDT-UPRW + #Do not forget SSDT-UPRW Without it this patch is worthless ACPI Patch + Base + + BaseSkip + 0 Comment change Method(UPRW,2,N) to XPRW, pair with SSDT-UPRW.aml Count