Skip to content

Commit

Permalink
voodooinput not loading?
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Apr 9, 2020
1 parent eb6b612 commit 8c9c2d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<string>1.0.5</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.4</string>
<string>1.0.5</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
22 changes: 11 additions & 11 deletions EFIOC/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -770,13 +770,13 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key>
<string>Trackpad</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooGPIO</string>
<string>Contents/MacOS/VoodooInput.kext</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand All @@ -786,13 +786,13 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string>
<key>Comment</key>
<string>Trackpad</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooI2CServices</string>
<string>Contents/MacOS/VoodooGPIO</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand All @@ -802,13 +802,13 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooI2C.kext</string>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string>
<key>Comment</key>
<string>Trackpad</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooI2C</string>
<string>Contents/MacOS/VoodooI2CServices</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand All @@ -818,13 +818,13 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooI2CHID.kext</string>
<string>VoodooI2C.kext</string>
<key>Comment</key>
<string>Trackpad</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooI2CHID</string>
<string>Contents/MacOS/VoodooI2C</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand All @@ -834,13 +834,13 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
<string>VoodooI2CHID.kext</string>
<key>Comment</key>
<string>Trackpad</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooInput</string>
<string>Contents/MacOS/VoodooI2CHID</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand Down Expand Up @@ -1323,4 +1323,4 @@
</dict>
</dict>
</dict>
</plist>
</plist>

0 comments on commit 8c9c2d4

Please sign in to comment.