Skip to content

Commit

Permalink
Updated kexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Jun 5, 2021
1 parent 7d8f7fd commit b498683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Docs/Kexts.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Kexts
| Video and audio | MinKernel (Min macOS) | MaxKernel (Max macOS) |
|-----------------|-----------------------|-----------------------|
| [AppleALC.kext](https://github.com/acidanthera/AppleALC) | 12.0.0 (10.8) ||
| [AppleALCU.kext](https://github.com/acidanthera/AppleALC) | 12.0.0 (10.8) ||
| [EMUUSBAudio.kext](https://github.com/Wouter1/EMU-driver) |||
| [kXAudioDriver.kext](https://github.com/kxproject/kx-audio-driver) |||
| [Nvidia CUDA drivers](https://www.nvidia.com/object/mac-driver-archive.html) | 10.0.0 (10.6) | 17.9.9 (10.13) |
Expand Down
2 changes: 2 additions & 0 deletions Utilities/ocvalidate/KextInfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ KEXT_PRECEDENCE mKextPrecedence[] = {
{ "SMCProcessor.kext", "VirtualSMC.kext" },
{ "SMCSuperIO.kext", "VirtualSMC.kext" },
{ "AppleALC.kext", "Lilu.kext" },
{ "AppleALCU.kext", "Lilu.kext" },
{ "AirportBrcmFixup.kext", "Lilu.kext" },
{ "BrightnessKeys.kext", "Lilu.kext" },
{ "CpuTscSync.kext", "Lilu.kext" },
Expand Down Expand Up @@ -60,6 +61,7 @@ KEXT_INFO mKextInfo[] = {
{ "SMCProcessor.kext", "Contents/MacOS/SMCProcessor", "Contents/Info.plist" },
{ "SMCSuperIO.kext", "Contents/MacOS/SMCSuperIO", "Contents/Info.plist" },
{ "AppleALC.kext", "Contents/MacOS/AppleALC", "Contents/Info.plist" },
{ "AppleALCU.kext", "Contents/MacOS/AppleALCU", "Contents/Info.plist" },
{ "AirportBrcmFixup.kext", "Contents/MacOS/AirportBrcmFixup", "Contents/Info.plist" },
{ "AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext", "", "Contents/Info.plist" },
{ "AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext", "", "Contents/Info.plist" },
Expand Down

0 comments on commit b498683

Please sign in to comment.