diff --git a/.DS_Store b/.DS_Store index c2b025e..abe022c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/EFI/.DS_Store b/EFI/.DS_Store index 30e5df6..e66d985 100644 Binary files a/EFI/.DS_Store and b/EFI/.DS_Store differ diff --git a/EFI/OC/.DS_Store b/EFI/OC/.DS_Store index 8a6ce77..10e9735 100644 Binary files a/EFI/OC/.DS_Store and b/EFI/OC/.DS_Store differ diff --git a/EFI/OC/ACPI/.DS_Store b/EFI/OC/ACPI/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/EFI/OC/ACPI/.DS_Store and /dev/null differ diff --git a/EFI/OC/Drivers/.DS_Store b/EFI/OC/Drivers/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/EFI/OC/Drivers/.DS_Store and /dev/null differ diff --git a/EFI/OC/Kexts/.DS_Store b/EFI/OC/Kexts/.DS_Store index 4bb7008..8b4bbed 100644 Binary files a/EFI/OC/Kexts/.DS_Store and b/EFI/OC/Kexts/.DS_Store differ diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist index 8f17771..da74605 100755 --- a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist @@ -3,13 +3,13 @@ BuildMachineOSBuild - 18A391 + 19B88 CFBundleExecutable VoodooPS2Controller CFBundleGetInfoString - 1.9.2, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013 + 2.0.4, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013 CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Controller + as.acidanthera.voodoo.driver.PS2Controller CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.9.2 + 2.0.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,27 +25,27 @@ MacOSX CFBundleVersion - 1.9.2 + 2.0.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9F2000 + 11A1027 DTPlatformVersion GM DTSDKBuild - 12D75 + 19A547 DTSDKName - macosx10.8 + macosx10.15 DTXcode - 0941 + 1110 DTXcodeBuild - 9F2000 + 11A1027 IOKitPersonalities ACPI PS/2 Nub CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Controller + as.acidanthera.voodoo.driver.PS2Controller FindMouseDelay 100 IOClass @@ -69,7 +69,7 @@ ApplePS2Controller CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Controller + as.acidanthera.voodoo.driver.PS2Controller IOClass ApplePS2Controller IONameMatch @@ -134,8 +134,10 @@ + LSMinimumSystemVersion + 10.11 OSBundleCompatibleVersion - 1.9.2 + 2.0.4 OSBundleLibraries com.apple.iokit.IOACPIFamily @@ -153,7 +155,5 @@ OSBundleRequired Console - Source Code - https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller index 073fb59..651f60d 100755 Binary files a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller and b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller differ diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Info.plist b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Info.plist new file mode 100755 index 0000000..67698e1 --- /dev/null +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Keyboard + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 2.0.4 + CFBundleVersion + 2.0.4 + + diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard new file mode 100755 index 0000000..12edb2b Binary files /dev/null and b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard differ diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist index 0d5fede..a730e8e 100755 --- a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist @@ -3,13 +3,13 @@ BuildMachineOSBuild - 18A391 + 19B88 CFBundleExecutable VoodooPS2Keyboard CFBundleGetInfoString - 1.9.2, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013 + 2.0.4, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013 CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Keyboard + as.acidanthera.voodoo.driver.PS2Keyboard CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.9.2 + 2.0.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,27 +25,27 @@ MacOSX CFBundleVersion - 1.9.2 + 2.0.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9F2000 + 11A1027 DTPlatformVersion GM DTSDKBuild - 12D75 + 19A547 DTSDKName - macosx10.8 + macosx10.15 DTXcode - 0941 + 1110 DTXcodeBuild - 9F2000 + 11A1027 IOKitPersonalities ApplePS2Keyboard CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Keyboard + as.acidanthera.voodoo.driver.PS2Keyboard IOClass ApplePS2Keyboard IOProviderClass @@ -275,14 +275,6 @@ Default - ActionSwipeDown - 3b d, 37 d, 7d d, 7d u, 37 u, 3b u - ActionSwipeLeft - 3b d, 37 d, 7b d, 7b u, 37 u, 3b u - ActionSwipeRight - 3b d, 37 d, 7c d, 7c u, 37 u, 3b u - ActionSwipeUp - 3b d, 37 d, 7e d, 7e u, 37 u, 3b u Breakless PS2 ;Items must be strings in the form of breaklessscan (in hex) @@ -601,10 +593,14 @@ + LSMinimumSystemVersion + 10.11 OSBundleLibraries + as.acidanthera.voodoo.driver.PS2Controller + 2.0.4 com.apple.iokit.IOHIDFamily - 1.1 + 1.0.0b1 com.apple.kpi.bsd 8.0.0 com.apple.kpi.iokit @@ -615,12 +611,8 @@ 8.0.0 com.apple.kpi.unsupported 8.0.0 - org.rehabman.voodoo.driver.PS2Controller - 1.9.2 OSBundleRequired Console - Source Code - https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard index dd8ab99..0b74314 100755 Binary files a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard and b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard differ diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/_CodeSignature/CodeResources b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,115 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Info.plist b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Info.plist new file mode 100755 index 0000000..cad6e1a --- /dev/null +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Mouse + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 2.0.4 + CFBundleVersion + 2.0.4 + + diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse new file mode 100755 index 0000000..484e85c Binary files /dev/null and b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse differ diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist index 8f256b3..6ff5627 100755 --- a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist @@ -3,13 +3,13 @@ BuildMachineOSBuild - 18A391 + 19B88 CFBundleExecutable VoodooPS2Mouse CFBundleGetInfoString - 1.9.2, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013 + 2.0.4, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013 CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Mouse + as.acidanthera.voodoo.driver.PS2Mouse CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.9.2 + 2.0.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,27 +25,27 @@ MacOSX CFBundleVersion - 1.9.2 + 2.0.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9F2000 + 11A1027 DTPlatformVersion GM DTSDKBuild - 12D75 + 19A547 DTSDKName - macosx10.8 + macosx10.15 DTXcode - 0941 + 1110 DTXcodeBuild - 9F2000 + 11A1027 IOKitPersonalities ApplePS2Mouse CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Mouse + as.acidanthera.voodoo.driver.PS2Mouse HIDPointerAccelerationType HIDTrackpadAcceleration HIDScrollAccelerationType @@ -175,8 +175,12 @@ 1452 + LSMinimumSystemVersion + 10.11 OSBundleLibraries + as.acidanthera.voodoo.driver.PS2Controller + 2.0.4 com.apple.iokit.IOHIDFamily 1.0.0b1 com.apple.kpi.iokit @@ -185,12 +189,8 @@ 9.0.0 com.apple.kpi.mach 9.0.0 - org.rehabman.voodoo.driver.PS2Controller - 1.9.2 OSBundleRequired Console - Source Code - https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse index 4c89bc0..c27d790 100755 Binary files a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse and b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse differ diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/_CodeSignature/CodeResources b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,115 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Info.plist b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Info.plist new file mode 100755 index 0000000..fec69ed --- /dev/null +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Trackpad + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 2.0.4 + CFBundleVersion + 2.0.4 + + diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad new file mode 100755 index 0000000..fc25180 Binary files /dev/null and b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad differ diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist index 2affabf..8111604 100755 --- a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist @@ -3,13 +3,13 @@ BuildMachineOSBuild - 18A391 + 19B88 CFBundleExecutable VoodooPS2Trackpad CFBundleGetInfoString - 1.9.2, Copyright Apple Computer, Inc. 2002-2003, mackerintel 2008, RehabMan 2012-2013 + 2.0.4, Copyright Apple Computer, Inc. 2002-2003, mackerintel 2008, RehabMan 2012-2013 CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Trackpad + as.acidanthera.voodoo.driver.PS2Trackpad CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.9.2 + 2.0.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,27 +25,27 @@ MacOSX CFBundleVersion - 1.9.2 + 2.0.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9F2000 + 11A1027 DTPlatformVersion GM DTSDKBuild - 12D75 + 19A547 DTSDKName - macosx10.8 + macosx10.15 DTXcode - 0941 + 1110 DTXcodeBuild - 9F2000 + 11A1027 IOKitPersonalities ALPS GlidePoint CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Trackpad + as.acidanthera.voodoo.driver.PS2Trackpad IOClass ApplePS2ALPSGlidePoint IOProbeScore @@ -105,10 +105,21 @@ + Native Multitouch Engine + + CFBundleIdentifier + as.acidanthera.voodoo.driver.PS2Trackpad + IOClass + VoodooPS2NativeEngine + IOMatchCategory + VoodooPS2NativeEngine + IOProviderClass + VoodooPS2MultitouchInterface + Sentelic FSP CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Trackpad + as.acidanthera.voodoo.driver.PS2Trackpad IOClass ApplePS2SentelicFSP IOProbeScore @@ -171,7 +182,7 @@ Synaptics TouchPad CFBundleIdentifier - org.rehabman.voodoo.driver.PS2Trackpad + as.acidanthera.voodoo.driver.PS2Trackpad HIDPointerAccelerationTable AACAAFVTQioABwAAAAAAAgAEAAAABAAAABAAAAAQAAAAACAAAA0A @@ -238,20 +249,8 @@ Default - BogusDeltaThreshX - 0 - BogusDeltaThreshY - 0 ButtonCount 3 - CenterX - 3000 - CenterY - 3000 - CircularScrollDivisor - 0 - CircularScrollTrigger - 0 ClickPadClickTime 300000000 ClickPadTrackBoth @@ -281,82 +280,20 @@ DisableLEDUpdating - DisableZoneBottom - 4200 - DisableZoneControl - 0 - DisableZoneLeft - 0 - DisableZoneRight - 1700 - DisableZoneTop - 99999 - DivisorX - 5 - DivisorY - 5 - DoubleTapThresholdX - 150 - DoubleTapThresholdY - 150 - DragExitDelayTime - 1000000000 - DragLockTempMask - 1048592 DynamicEWMode - EdgeBottom - 1700 - EdgeLeft - 1700 - EdgeRight - 5200 - EdgeTop - 4200 FakeMiddleButton FingerChangeIgnoreDeltas 3 - FingerZ - 30 - HorizontalScrollDivisor - 0 - ImmediateClick - - MaxDragTime - 180000000 - MaxTapTime - 130000000 + ForceTouchMode + 1 + ForceTouchPressureThreshold + 100 MiddleClickTime 100000000 - MomentumScrollDivisor - 100 - MomentumScrollMultiplier - 98 - MomentumScrollSamplesMin - 3 - MomentumScrollThreshY - 18 - MomentumScrollTimer - 10000000 - MouseCount - 0 MouseMiddleScroll - MouseMultiplierX - 20 - MouseMultiplierY - 20 - MouseScrollMultiplierX - 20 - MouseScrollMultiplierY - 20 - MultiFingerHorizontalDivisor - 13 - MultiFingerVerticalDivisor - 13 - MultiFingerWLimit - 9 ProcessBluetoothMouseStopsTrackpad ProcessUSBMouseStopsTrackpad @@ -365,64 +302,16 @@ 500000000 Resolution 400 - RightClickZoneBottom - 0 - RightClickZoneLeft - 3800 - RightClickZoneRight - 99999 - RightClickZoneTop - 2000 - ScrollDeltaThreshX - 0 - ScrollDeltaThreshY - 0 ScrollResolution 400 SkipPassThrough - SmoothInput - - StickyHorizontalScrolling - - StickyMultiFingerScrolling - - StickyVerticalScrolling - - SwapDoubleTriple - - SwipeDeltaX - 800 - SwipeDeltaY - 800 - TapThresholdX - 75 - TapThresholdY - 75 USBMouseStopsTrackpad 0 - UnitsPerMMX - 50 - UnitsPerMMY - 50 - UnsmoothInput - UseHighRate - VerticalScrollDivisor - 0 WakeDelay 1000 - ZLimit - 115 - ZoneBottom - 0 - ZoneLeft - 1700 - ZoneRight - 5200 - ZoneTop - 99999 HPQOEM @@ -478,14 +367,6 @@ Thinkpad_ClickPad Thinkpad_ClickPad - BogusDeltaThreshX - 100 - BogusDeltaThreshY - 100 - Clicking - - DragLockTempMask - 262148 DynamicEWMode EdgeBottom @@ -510,27 +391,11 @@ ScrollResolution 800 - SmoothInput - Thinkpad - UnsmoothInput - Thinkpad_TrackPad - BogusDeltaThreshX - 800 - BogusDeltaThreshY - 800 - Clicking - - DivisorX - 1 - DivisorY - 1 - DragLockTempMask - 262148 DynamicEWMode FakeMiddleButton @@ -541,28 +406,10 @@ MaxTapTime 100000000 - MomentumScrollThreshY - 16 - MouseMultiplierX - 8 - MouseMultiplierY - 8 - MouseScrollMultiplierX - 2 - MouseScrollMultiplierY - 2 - MultiFingerHorizontalDivisor - 4 - MultiFingerVerticalDivisor - 4 PalmNoAction When Typing Resolution 3200 - ScrollDeltaThreshX - 10 - ScrollDeltaThreshY - 10 ScrollResolution 800 SmoothInput @@ -584,8 +431,12 @@ 1452 + LSMinimumSystemVersion + 10.11 OSBundleLibraries + as.acidanthera.voodoo.driver.PS2Controller + 2.0.4 com.apple.iokit.IOHIDFamily 1.0.0b1 com.apple.kpi.iokit @@ -594,12 +445,8 @@ 9.0.0 com.apple.kpi.mach 9.0.0 - org.rehabman.voodoo.driver.PS2Controller - 1.9.2 OSBundleRequired Console - Source Code - https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad index 356c071..9e9c11b 100755 Binary files a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad and b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad differ diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/_CodeSignature/CodeResources b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,115 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/_CodeSignature/CodeResources b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..b07c3c3 --- /dev/null +++ b/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,209 @@ + + + + + files + + files2 + + PlugIns/VoodooPS2Keyboard.kext + + cdhash + + TeeKSkRnhPC0E4ue+BfeYqiv3Dk= + + requirement + cdhash H"83084d9ee6cf2ebc5f84e3638201239c585a7c02" or cdhash H"4de78a4a446784f0b4138b9ef817de62a8afdc39" + + PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Info.plist + + hash + + NpzvS37RlAVxMZB2y3/A5Nlz6Ms= + + hash2 + + T55pE1iCpjhVvud/1wN3oz1hxTIOlqiC7wXCDnyveKg= + + + PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard + + hash + + vcL0Pbo3G4rRbh3/zZYcUlimbfQ= + + hash2 + + 8XDCX+qzju0Ojkh97g3Xyyl6D3roPzzsBtXq8O7LFPE= + + + PlugIns/VoodooPS2Mouse.kext + + cdhash + + GyCIf3KCJa44FKfAjPkWwx0kFDU= + + requirement + cdhash H"cc13b523645842ff842328e0958d4c8994e58e0b" or cdhash H"1b20887f728225ae3814a7c08cf916c31d241435" + + PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Info.plist + + hash + + ABqHG7fwriPHr38l7+KWrMBUOog= + + hash2 + + wJh7bhUtyr4D6T06Ie6UjIiJWH7j/rsv+fUrp7L+R68= + + + PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse + + hash + + 2G26AuDpDB3PhEtTiDWQ6AmTAFw= + + hash2 + + pmUXVYeTx7NsQyaHQT+JoXnV4Um/nCDqiJCOYjCcWCg= + + + PlugIns/VoodooPS2Trackpad.kext + + cdhash + + bVYsldcZxfowXZRCDS02F6DbBeM= + + requirement + cdhash H"790eded200bdc57589c90a0abdcce0e3d6cb09b9" or cdhash H"6d562c95d719c5fa305d94420d2d3617a0db05e3" + + PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Info.plist + + hash + + +vwx9ZPZjOx2p9wfk1Vxf9T/A5M= + + hash2 + + pJ3+/AWLQdLVpvuTi08ItpeRcWi4MYLP2AhDlqw7miQ= + + + PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad + + hash + + z3m1Y2rHi0hzMXoXhwQMkLCa8ts= + + hash2 + + WFWxilVLoWIwpgCh7ktqvQyvMmd1647tX3Qta08638k= + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/README.md b/README.md index a05059d..4c6a8e0 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,7 @@ Wireless Card: **BCM94360CD 4 antennas.** - TRIM - USB 2.0 / USB 3.0 - Battery -- Touchpad: - Default ApplePS2Controller is the one from [Rehabman](https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller), it support those three buttons on the touchpad, but doesn't support three finger gestures. - If you wanna use three finger gesture, and you don't care about those buttons, you can replace ApplePS2Controller with this one from [acidanthera](https://github.com/acidanthera/VoodooPS2). +- Touchpad - Redpoint - SD Card Reader (Thanks to @willmav5000) - Use [one-key-hidpi](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/blob/master/one-key-hidpi) to enable HiDPI