Skip to content

Commit

Permalink
ver 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex committed Apr 1, 2024
1 parent c9b1b9a commit 71a9574
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 426 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.9.0]

- Fix USB issues
- Fix Sleep issues
- Remove legacy patch about USB and Sleep
- Remove legacy patch for NootedRed
- Proper USB mapping
- Fix PCI injection
- Update NootedRed kext
## [1.8.0]

- Optimize EFI
Expand Down
Binary file removed EFI/OC/ACPI/SSDT-GPRW.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/SSDT-OCWork-asus.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-USB-Reset.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/SSDT-USBW.aml
Binary file not shown.
2 changes: 2 additions & 0 deletions EFI/OC/Kexts/NootedRed.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@
</dict>
<key>aty_properties</key>
<dict>
<key>DalForceSingleDispPipeSplit</key>
<integer>1</integer>
<key>PP_GPUPowerDownEnabled</key>
<integer>0</integer>
<key>PP_GfxOffControl</key>
Expand Down
Binary file modified EFI/OC/Kexts/NootedRed.kext/Contents/MacOS/NootedRed
Binary file not shown.
8 changes: 4 additions & 4 deletions EFI/OC/Kexts/USBMap.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<true/>
<key>port-count</key>
<data>
BgAAAA==
BAAAAA==
</data>
<key>ports</key>
<dict>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<key>#port</key>
<data>
BQAAAA==
</data>
Expand All @@ -97,7 +97,7 @@
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<key>#port</key>
<data>
BgAAAA==
</data>
Expand All @@ -107,7 +107,7 @@
<key>model</key>
<string>MacBookPro16,3</string>
</dict>
<key>MacBookPro16,3-XHC1</key>
<key>MacBookPro16,3-XHC2</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBHostMergeProperties</string>
Expand Down
72 changes: 0 additions & 72 deletions EFI/OC/Kexts/USBWakeFixup.kext/Contents/Info.plist

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 71a9574

Please sign in to comment.