Skip to content

Commit

Permalink
moved to VoodooRMI/VoodooSMBus since lastest VoodooPS2 changes still …
Browse files Browse the repository at this point in the history
…arent compatible to T460
  • Loading branch information
MSzturc committed Aug 19, 2020
1 parent c32d7d2 commit 35f13a6
Show file tree
Hide file tree
Showing 19 changed files with 1,283 additions and 14 deletions.
60 changes: 46 additions & 14 deletions EFI/OC/Config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1209,13 +1209,13 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext</string>
<string>VoodooSMBus.kext</string>
<key>Comment</key>
<string>PS2Controller</string>
<string>Synaptics SMBUS touchpad support</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Controller</string>
<string>Contents/MacOS/VoodooSMBus</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand All @@ -1225,9 +1225,9 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
<string>VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key>
<string>MT2 emulator</string>
<string>Support package for macOS input</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand All @@ -1241,13 +1241,29 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string>
<string>VoodooRMI.kext</string>
<key>Comment</key>
<string>Keyboard</string>
<string>Synaptics SMBUS touchpad support</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Keyboard</string>
<string>Contents/MacOS/VoodooRMI</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext</string>
<key>Comment</key>
<string>Support for Synaptics SMBUS touchpad input</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/RMISMBus</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand All @@ -1257,13 +1273,13 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
<string>VoodooRMI.kext/Contents/PlugIns/VoodooTrackpoint.kext</string>
<key>Comment</key>
<string>Mouse</string>
<string>Generic trackpoint input handler</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Mouse</string>
<string>Contents/MacOS/VoodooTrackpoint</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand All @@ -1273,13 +1289,29 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
<string>VoodooPS2Controller.kext</string>
<key>Comment</key>
<string>PS2 Input for macOS</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Controller</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Keyboard.kext</string>
<key>Comment</key>
<string>Trackpad</string>
<string>PS2 Keyboard Support</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Trackpad</string>
<string>Contents/MacOS/VoodooPS2Keyboard</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand Down
97 changes: 97 additions & 0 deletions EFI/OC/Kexts/VoodooRMI.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<?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>17G14019</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>VoodooRMI</string>
<key>CFBundleIdentifier</key>
<string>com.1Revenger1.VoodooRMI</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VoodooRMI</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17E189</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>IOKitPersonalities</key>
<dict>
<key>RMIDevice</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.1Revenger1.VoodooRMI</string>
<key>Configuration</key>
<dict>
<key>DisableWhileTypingTimeout</key>
<integer>100</integer>
<key>ForceTouchEmulation</key>
<true/>
<key>ForceTouchMinPressure</key>
<integer>90</integer>
<key>MinYDiffThumbDetection</key>
<integer>200</integer>
<key>TrackstickDeadzone</key>
<integer>1</integer>
<key>TrackstickMultiplier</key>
<integer>20</integer>
<key>TrackstickScrollMultiplierX</key>
<integer>20</integer>
<key>TrackstickScrollMultiplierY</key>
<integer>20</integer>
</dict>
<key>IOClass</key>
<string>RMIBus</string>
<key>IOProbeScore</key>
<integer>2910</integer>
<key>IOPropertyMatch</key>
<dict>
<key>RMI4 Supported</key>
<true/>
</dict>
<key>IOProviderClass</key>
<string>RMITransport</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 1Revenger1. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOHIDFamily</key>
<string>2.0</string>
<key>com.apple.kpi.iokit</key>
<string>18.5</string>
<key>com.apple.kpi.libkern</key>
<string>18.5</string>
<key>com.apple.kpi.mach</key>
<string>18.5</string>
</dict>
<key>OSBundleRequired</key>
<string>Console</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?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>17G14019</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>RMII2C</string>
<key>CFBundleIdentifier</key>
<string>com.1Revenger1.RMII2C</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>RMII2C</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17E189</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>IOKitPersonalities</key>
<dict>
<key>RMII2C</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.1Revenger1.RMII2C</string>
<key>IOClass</key>
<string>RMII2C</string>
<key>IOProbeScore</key>
<integer>500</integer>
<key>IOPropertyMatch</key>
<array>
<dict>
<key>name</key>
<string>SYNA2B31</string>
</dict>
<dict>
<key>name</key>
<string>SYNA2B33</string>
</dict>
</array>
<key>IOProviderClass</key>
<string>VoodooI2CDeviceNub</string>
<key>Legacy</key>
<false/>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 1Revenger1. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.1Revenger1.VoodooRMI</key>
<string>1.0</string>
<key>com.alexandred.VoodooI2C</key>
<string>2.0</string>
<key>com.apple.iokit.IOHIDFamily</key>
<string>2.0</string>
<key>com.apple.kpi.iokit</key>
<string>18.5</string>
<key>com.apple.kpi.libkern</key>
<string>18.5</string>
<key>com.apple.kpi.mach</key>
<string>18.5</string>
</dict>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit 35f13a6

Please sign in to comment.