Skip to content

Commit

Permalink
2019.11.25
Browse files Browse the repository at this point in the history
* Update to Clover r5099
* Update Lilu family of kexts
* Update InteMausiEthernet to v2.5 (final)
* Move VoodooPS2Conroller kext (v.1.9.2) to kext/Misc (option)
* Add Acidanthera VoodooPS2 kext (v.2.0.4) to Other (default)
  • Loading branch information
tluck committed Nov 25, 2019
1 parent fdce9f4 commit b456a94
Show file tree
Hide file tree
Showing 42 changed files with 2,068 additions and 436 deletions.
Binary file modified EFI/BOOT/BOOTX64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/CLOVERX64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers/UEFI/AudioDxe.efi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleGetInfoString</key>
<string>0.9.3, Copyright 2017 RehabMan Inc. All rights reserved.</string>
<string>0.9.4, Copyright 2017 RehabMan Inc. All rights reserved.</string>
<key>CFBundleIdentifier</key>
<string>org.rehabman.driver.AppleBacklightInjector</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -15,15 +15,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.9.3</string>
<string>0.9.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>0.9.3</string>
<string>0.9.4</string>
<key>IOKitPersonalities</key>
<dict>
<key>AppleIntelPanelA</key>
Expand All @@ -45,21 +45,6 @@
ABEAAACMANgBNgGPAf4CowNFA+cExwU1B1oJHAsTDZsQ
WRMS
</data>
<key>F10T050b</key>
<data>
ABEAAAAcACwAPwBRAGgAigCrAMwA+gE1AYEB3QJEAskD
WQPo
</data>
<key>F10T11ed</key>
<data>
ABEAAABPAHoAsADjASIBfwHbAjgCtwNaBC4FLgZMB7wJ
SwrY
</data>
<key>F10T159e</key>
<data>
ABEAAAAcACwAPwBRAGgAigCrAMwA+gE1AYEB3QJEAskD
WQPo
</data>
<key>F10T213e</key>
<data>
ABEAAACMANgBNgGPAf4CowNFA+cExwU1B1oJHAsTDZsQ
Expand All @@ -75,6 +60,31 @@
ABEAAACMANgBNgGPAf4CowNFA+cExwU1B1oJHAsTDZsQ
WRMS
</data>
<key>F15T11ed</key>
<data>
ABEAAABPAHoAsADjASIBfwHbAjgCtwNaBC4FLgZMB7wJ
SwrZ
</data>
<key>F15Txxxx</key>
<data>
ABEAAABPAHoAsADjASIBfwHbAjgCtwNaBC4FLgZMB7wJ
SwrZ
</data>
<key>F16T050b</key>
<data>
ABEAAAAcACwAPwBRAGgAigCrAMwA+gE1AYEB3QJEAskD
WQPo
</data>
<key>F16T159e</key>
<data>
ABEAAAAcACwAPwBRAGgAigCrAMwA+gE1AYEB3QJEAskD
WQPo
</data>
<key>F16Txxxx</key>
<data>
ABEAAAAcACwAPwBRAGgAigCrAMwA+gE1AYEB3QJEAskD
WQPo
</data>
</dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleBacklight</string>
Expand All @@ -100,7 +110,7 @@
<key>IONameMatch</key>
<string>backlight</string>
<key>IOProbeScore</key>
<integer>2500</integer>
<integer>5500</integer>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
</dict>
Expand Down
159 changes: 159 additions & 0 deletions EFI/CLOVER/kexts/Misc/VoodooPS2Controller.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<?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>BuildMachineOSBuild</key>
<string>18B57c</string>
<key>CFBundleExecutable</key>
<string>VoodooPS2Controller</string>
<key>CFBundleGetInfoString</key>
<string>1.9.2, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
<key>CFBundleIdentifier</key>
<string>org.rehabman.voodoo.driver.PS2Controller</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Voodoo PS/2 Controller</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.9.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10A255</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18A384</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1000</string>
<key>DTXcodeBuild</key>
<string>10A255</string>
<key>IOKitPersonalities</key>
<dict>
<key>ACPI PS/2 Nub</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.rehabman.voodoo.driver.PS2Controller</string>
<key>FindMouseDelay</key>
<integer>100</integer>
<key>IOClass</key>
<string>AppleACPIPS2Nub</string>
<key>IONameMatch</key>
<array>
<string>PNP0303</string>
<string>PNP030B</string>
<string>PNP0320</string>
</array>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
<key>MouseNameMatch</key>
<array>
<string>PNP0F03</string>
<string>PNP0F0B</string>
<string>PNP0F0E</string>
<string>PNP0F13</string>
</array>
</dict>
<key>ApplePS2Controller</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.rehabman.voodoo.driver.PS2Controller</string>
<key>IOClass</key>
<string>ApplePS2Controller</string>
<key>IONameMatch</key>
<string>ps2controller</string>
<key>IOProviderClass</key>
<string>IOPlatformDevice</string>
<key>Platform Profile</key>
<dict>
<key>Default</key>
<dict>
<key>MouseWakeFirst</key>
<false/>
<key>WakeDelay</key>
<integer>10</integer>
</dict>
<key>HPQOEM</key>
<dict>
<key>1411</key>
<string>ProBook</string>
<key>1619</key>
<string>ProBook</string>
<key>161C</key>
<string>ProBook</string>
<key>164F</key>
<string>ProBook</string>
<key>167C</key>
<string>ProBook</string>
<key>167E</key>
<string>ProBook</string>
<key>1680</key>
<string>ProBook</string>
<key>179B</key>
<string>ProBook</string>
<key>179C</key>
<string>ProBook</string>
<key>17A9</key>
<string>ProBook</string>
<key>17F0</key>
<string>ProBook</string>
<key>17F3</key>
<string>ProBook</string>
<key>17F6</key>
<string>ProBook</string>
<key>1942</key>
<string>ProBook</string>
<key>1949</key>
<string>ProBook</string>
<key>198F</key>
<string>ProBook</string>
<key>ProBook</key>
<dict>
<key>WakeDelay</key>
<integer>0</integer>
</dict>
<key>ProBook-102</key>
<string>ProBook</string>
<key>ProBook-87</key>
<string>ProBook</string>
</dict>
</dict>
<key>RM,deliverNotifications</key>
<true/>
</dict>
</dict>
<key>OSBundleCompatibleVersion</key>
<string>1.9.2</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.0.0d1</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>8.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Console</string>
<key>Source Code</key>
<string>https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller</string>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit b456a94

Please sign in to comment.