diff options
Diffstat (limited to 'oc/Kexts/VoodooI2C.kext/Contents')
10 files changed, 33 insertions, 318 deletions
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/Info.plist index c6e5c5f..0c596e6 100755 --- a/oc/Kexts/VoodooI2C.kext/Contents/Info.plist +++ b/oc/Kexts/VoodooI2C.kext/Contents/Info.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> - <string>23H124</string> + <string>19F101</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> @@ -17,29 +17,27 @@ <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> - <string>2.9.1</string> + <string>2.8</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> </array> <key>CFBundleVersion</key> - <string>2.9.1</string> + <string>2.8</string> <key>DTCompiler</key> <string>com.apple.compilers.llvm.clang.1_0</string> <key>DTPlatformBuild</key> - <string></string> - <key>DTPlatformName</key> - <string>macosx</string> + <string>11E801a</string> <key>DTPlatformVersion</key> - <string>13.3</string> + <string>GM</string> <key>DTSDKBuild</key> - <string>22E245</string> + <string>19G68</string> <key>DTSDKName</key> - <string>macosx13.3</string> + <string>macosx10.15</string> <key>DTXcode</key> - <string>1431</string> + <string>1170</string> <key>DTXcodeBuild</key> - <string>14E300c</string> + <string>11E801a</string> <key>IOKitPersonalities</key> <dict> <key>Custom MT2 Personality</key> @@ -513,25 +511,6 @@ <key>IOProviderClass</key> <string>IOService</string> </dict> - <key>VoodooI2CACPIControllerAMD</key> - <dict> - <key>AccessIntrMaskWorkaround</key> - <true/> - <key>CFBundleIdentifier</key> - <string>com.alexandred.VoodooI2C</string> - <key>IOClass</key> - <string>VoodooI2CACPIController</string> - <key>IONameMatch</key> - <array> - <string>AMD0010</string> - <string>AMDI0010</string> - <string>AMDI0510</string> - </array> - <key>IOProbeScore</key> - <integer>9999</integer> - <key>IOProviderClass</key> - <string>IOService</string> - </dict> <key>VoodooI2CControllerDriver</key> <dict> <key>CFBundleIdentifier</key> diff --git a/oc/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C b/oc/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C Binary files differindex 95c0304..fb7853a 100755 --- a/oc/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C +++ b/oc/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist index a1b119c..5b11f44 100755 --- a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> - <string>23H124</string> + <string>19F101</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> @@ -27,36 +27,19 @@ <key>DTCompiler</key> <string>com.apple.compilers.llvm.clang.1_0</string> <key>DTPlatformBuild</key> - <string></string> - <key>DTPlatformName</key> - <string>macosx</string> + <string>11E801a</string> <key>DTPlatformVersion</key> - <string>13.3</string> + <string>GM</string> <key>DTSDKBuild</key> - <string>22E245</string> + <string>19G68</string> <key>DTSDKName</key> - <string>macosx13.3</string> + <string>macosx10.15</string> <key>DTXcode</key> - <string>1431</string> + <string>1170</string> <key>DTXcodeBuild</key> - <string>14E300c</string> + <string>11E801a</string> <key>IOKitPersonalities</key> <dict> - <key>VoodooGPIOAMD</key> - <dict> - <key>CFBundleIdentifier</key> - <string>org.coolstar.VoodooGPIO</string> - <key>IOClass</key> - <string>VoodooGPIOAMD</string> - <key>IONameMatch</key> - <array> - <string>AMD0030</string> - <string>AMDI0030</string> - <string>AMDI0031</string> - </array> - <key>IOProviderClass</key> - <string>IOService</string> - </dict> <key>VoodooGPIOCannonLakeH</key> <dict> <key>CFBundleIdentifier</key> @@ -122,19 +105,6 @@ <key>IOProviderClass</key> <string>IOService</string> </dict> - <key>VoodooGPIOTigerLakeLP</key> - <dict> - <key>CFBundleIdentifier</key> - <string>org.coolstar.VoodooGPIO</string> - <key>IOClass</key> - <string>VoodooGPIOTigerLakeLP</string> - <key>IONameMatch</key> - <array> - <string>INTC1055</string> - </array> - <key>IOProviderClass</key> - <string>IOService</string> - </dict> </dict> <key>LSMinimumSystemVersion</key> <string>10.12</string> diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO Binary files differindex ec240fd..e688c8a 100755 --- a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources deleted file mode 100755 index d5d0fd7..0000000 --- a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>files</key> - <dict/> - <key>files2</key> - <dict/> - <key>rules</key> - <dict> - <key>^Resources/</key> - <true/> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^version.plist$</key> - <true/> - </dict> - <key>rules2</key> - <dict> - <key>.*\.dSYM($|/)</key> - <dict> - <key>weight</key> - <real>11</real> - </dict> - <key>^(.*/)?\.DS_Store$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>2000</real> - </dict> - <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^.*</key> - <true/> - <key>^Info\.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^PkgInfo$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^[^/]+$</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^embedded\.provisionprofile$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^version\.plist$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - </dict> -</dict> -</plist> diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist index 568599e..85e1eb0 100755 --- a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> - <string>23H124</string> + <string>19F101</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> @@ -27,19 +27,17 @@ <key>DTCompiler</key> <string>com.apple.compilers.llvm.clang.1_0</string> <key>DTPlatformBuild</key> - <string></string> - <key>DTPlatformName</key> - <string>macosx</string> + <string>11E801a</string> <key>DTPlatformVersion</key> - <string>13.3</string> + <string>GM</string> <key>DTSDKBuild</key> - <string>22E245</string> + <string>19G68</string> <key>DTSDKName</key> - <string>macosx13.3</string> + <string>macosx10.15</string> <key>DTXcode</key> - <string>1431</string> + <string>1170</string> <key>DTXcodeBuild</key> - <string>14E300c</string> + <string>11E801a</string> <key>IOKitPersonalities</key> <dict> <key>VoodooI2CLogger</key> diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices Binary files differindex 8ce7109..afe9656 100755 --- a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources deleted file mode 100755 index d5d0fd7..0000000 --- a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>files</key> - <dict/> - <key>files2</key> - <dict/> - <key>rules</key> - <dict> - <key>^Resources/</key> - <true/> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^version.plist$</key> - <true/> - </dict> - <key>rules2</key> - <dict> - <key>.*\.dSYM($|/)</key> - <dict> - <key>weight</key> - <real>11</real> - </dict> - <key>^(.*/)?\.DS_Store$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>2000</real> - </dict> - <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^.*</key> - <true/> - <key>^Info\.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^PkgInfo$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^[^/]+$</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^embedded\.provisionprofile$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^version\.plist$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - </dict> -</dict> -</plist> diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist index 14518b9..2d2354a 100755 --- a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> - <string>23H124</string> + <string>19F101</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> @@ -17,29 +17,27 @@ <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> - <string>1.1.6</string> + <string>1.1.4</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> </array> <key>CFBundleVersion</key> - <string>1.1.6</string> + <string>1.1.4</string> <key>DTCompiler</key> <string>com.apple.compilers.llvm.clang.1_0</string> <key>DTPlatformBuild</key> - <string></string> - <key>DTPlatformName</key> - <string>macosx</string> + <string>11E801a</string> <key>DTPlatformVersion</key> - <string>13.3</string> + <string>GM</string> <key>DTSDKBuild</key> - <string>22E245</string> + <string>19G68</string> <key>DTSDKName</key> - <string>macosx13.3</string> + <string>macosx10.15</string> <key>DTXcode</key> - <string>1431</string> + <string>1170</string> <key>DTXcodeBuild</key> - <string>14E300c</string> + <string>11E801a</string> <key>IOKitPersonalities</key> <dict> <key>Voodoo Input</key> @@ -60,7 +58,7 @@ </dict> </dict> <key>LSMinimumSystemVersion</key> - <string>10.10</string> + <string>10.11</string> <key>NSHumanReadableCopyright</key> <string>Copyright © 2019 Kishor Prins. All rights reserved.</string> <key>OSBundleLibraries</key> diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput Binary files differindex c7e404b..a0a8815 100755 --- a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput |
