Skip to content

Commit

Permalink
Add Base and BaseSkip keys to GPRW-Patch.plist and UPRW-Patch.plist (#89
Browse files Browse the repository at this point in the history
)
  • Loading branch information
PingZi-Wing authored Aug 23, 2021
1 parent bc7a25c commit 627f512
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion extra-files/GPRW-Patch.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>#Don&apos;t forget the SSDT-GPRW</key>
<key>#Do not forget SSDT-GPRW</key>
<string>Without it this patch is worthless</string>
<key>ACPI</key>
<dict>
<key>Patch</key>
<array>
<dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key>
<string>change Method(GPRW,2,N) to XPRW, pair with SSDT-GPRW.aml</string>
<key>Count</key>
Expand Down
6 changes: 5 additions & 1 deletion extra-files/UPRW-Patch.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>#Don&apos;t forget the SSDT-UPRW</key>
<key>#Do not forget SSDT-UPRW</key>
<string>Without it this patch is worthless</string>
<key>ACPI</key>
<dict>
<key>Patch</key>
<array>
<dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key>
<string>change Method(UPRW,2,N) to XPRW, pair with SSDT-UPRW.aml</string>
<key>Count</key>
Expand Down

0 comments on commit 627f512

Please sign in to comment.