diff --git a/EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist b/EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist index 6e7a6fa..23cb665 100644 --- a/EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist @@ -17,13 +17,13 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 2.4.4 + 2.5.2 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 2.4.4 + 2.5.2 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -528,31 +528,25 @@ com.alexandred.VoodooI2C IOClass VoodooI2CPCIController - IONameMatch - - pci8086,34e8 - pci8086,6e8 - pci8086,6e9 - pci8086,2e8 - pci8086,2e9 - pci8086,9d60 - pci8086,9d61 - pci8086,9d62 - pci8086,9d63 - pci8086,9de8 - pci8086,9de9 - pci8086,a160 - pci8086,a161 - pci8086,a162 - pci8086,a368 - pci8086,a369 - pci8086,a36a - pci8086,a36b - + IOPCIMatch + 0x9d608086&0xFFFCFFFF 0xa1608086&0xFFFCFFFF 0x9de88086&0xFFFCFFFF 0xa3688086&0xFFFCFFFF IOProbeScore 9999 IOProviderClass - IOService + IOPCIDevice + + VoodooI2CPCILakeController + + CFBundleIdentifier + com.alexandred.VoodooI2C + IOClass + VoodooI2CPCILakeController + IOPCIMatch + 0x06e88086&0xFFFCFFFF 0x02e88086&0xFFFCFFFF 0x34e88086&0xFFFCFFFF + IOProbeScore + 9999 + IOProviderClass + IOPCIDevice LSMinimumSystemVersion diff --git a/EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C b/EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C index 05e73c9..425fb7b 100644 Binary files a/EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C and b/EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C differ diff --git a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist index a4a2b7d..8bf15f5 100644 --- a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist @@ -66,6 +66,19 @@ IOProviderClass IOService + VoodooGPIOIceLakeLP + + CFBundleIdentifier + org.coolstar.VoodooGPIO + IOClass + VoodooGPIOIceLakeLP + IONameMatch + + INT3455 + + IOProviderClass + IOService + VoodooGPIOSunrisePointH CFBundleIdentifier diff --git a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO index bbac89c..c8bb2b7 100644 Binary files a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO and b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO differ diff --git a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices index 0732102..8ae4502 100644 Binary files a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices and b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices differ diff --git a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist index 8fb59ff..4585bc7 100644 --- a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist @@ -17,13 +17,13 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.0.7 + 1.0.9 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 1.0.7 + 1.0.9 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput index d0cf14a..d27ba6a 100644 Binary files a/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput and b/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput differ diff --git a/EFI/OC/Kexts/VoodooI2CELAN.kext/Contents/MacOS/VoodooI2CELAN b/EFI/OC/Kexts/VoodooI2CELAN.kext/Contents/MacOS/VoodooI2CELAN index 483286a..2719eaa 100644 Binary files a/EFI/OC/Kexts/VoodooI2CELAN.kext/Contents/MacOS/VoodooI2CELAN and b/EFI/OC/Kexts/VoodooI2CELAN.kext/Contents/MacOS/VoodooI2CELAN differ diff --git a/EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID b/EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID index 6b68786..c3ddea9 100644 Binary files a/EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID and b/EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID differ diff --git a/EFI/OC/Kexts/VoodooI2CSynaptics.kext/Contents/MacOS/VoodooI2CSynaptics b/EFI/OC/Kexts/VoodooI2CSynaptics.kext/Contents/MacOS/VoodooI2CSynaptics index b58f9e3..8b090c1 100644 Binary files a/EFI/OC/Kexts/VoodooI2CSynaptics.kext/Contents/MacOS/VoodooI2CSynaptics and b/EFI/OC/Kexts/VoodooI2CSynaptics.kext/Contents/MacOS/VoodooI2CSynaptics differ diff --git a/EFI/OC/config.plist b/EFI/OC/config.plist index 0afa424..06fb11d 100644 --- a/EFI/OC/config.plist +++ b/EFI/OC/config.plist @@ -684,12 +684,12 @@ Emulate - DummyPowerManagement - Cpuid1Data Cpuid1Mask + DummyPowerManagement + MaxKernel MinKernel @@ -1007,7 +1007,7 @@ EnablePassword ExposeSensitiveData - 3 + 6 HaltLevel 2147483648 PasswordHash @@ -1015,7 +1015,7 @@ PasswordSalt SecureBootModel - Default + Disabled ScanPolicy 0 Vault @@ -1060,7 +1060,7 @@ SystemAudioVolume Rg== boot-args - -v keepsyms=1 debug=0x100 alcid=13 igfxonln=1 -v keepsyms=1 debug=0x100 alcid=13 igfxonln=1 + -v keepsyms=1 debug=0x100 alcid=13 igfxonln=1 -lilubetaall run-efi-updater No csr-active-config @@ -1126,12 +1126,12 @@ AdviseWindows - SystemMemoryStatus - Auto MLB C02620902GUHMHKAD ProcessorType 0 + SystemMemoryStatus + Auto ROM EAK13ISZ SpoofVendor @@ -1302,26 +1302,26 @@ Address 268435456 - Type - Reserved Comment HD3000: IGPU memory corruption errata Enabled Size 268435456 + Type + Reserved Address 569344 - Type - RuntimeCode Comment Fix black screen on wake from hibernation for Lenovo Thinkpad T490 Enabled Size 4096 + Type + RuntimeCode