Skip to content

Commit

Permalink
Added VoodooInput
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jan 28, 2020
1 parent d57378d commit dc0e13b
Show file tree
Hide file tree
Showing 108 changed files with 3,250 additions and 2,464 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/CPUFriend.kext/Contents/MacOS/CPUFriend
Binary file not shown.
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/Lilu.kext/Contents/MacOS/Lilu
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/NVMeFix.kext/Contents/MacOS/NVMeFix
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,76 +3,76 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18F132</string>
<string>19C57</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>VoodooI2CSynaptics</string>
<string>VoodooInput</string>
<key>CFBundleIdentifier</key>
<string>com.alexandred.VoodooI2CSynaptics</string>
<string>me.kishorprins.VoodooInput</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VoodooI2CSynaptics</string>
<string>VoodooInput</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSpokenName</key>
<string></string>
<string>1.0.2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>1.0.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>19B90</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1020</string>
<string>1130</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>IOKitPersonalities</key>
<dict>
<key>VoodooI2CHIDDevice</key>
<key>Voodoo Input</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.alexandred.VoodooI2CSynaptics</string>
<string>me.kishorprins.VoodooInput</string>
<key>IOClass</key>
<string>VoodooI2CSynapticsDevice</string>
<string>VoodooInput</string>
<key>IOProbeScore</key>
<integer>400</integer>
<integer>200</integer>
<key>IOPropertyMatch</key>
<dict>
<key>name</key>
<string>SYN1B7F</string>
<key>VoodooInputSupported</key>
<true/>
</dict>
<key>IOProviderClass</key>
<string>VoodooI2CDeviceNub</string>
<string>IOService</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Alexandre Daoud. All rights reserved.</string>
<string>Copyright © 2019 Kishor Prins. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.alexandred.VoodooI2C</key>
<key>com.apple.iokit.IOHIDFamily</key>
<string>2.0</string>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.4</string>
<key>com.apple.kpi.iokit</key>
<string>15.6</string>
<string>14</string>
<key>com.apple.kpi.libkern</key>
<string>15.6</string>
<string>14</string>
<key>com.apple.kpi.mach</key>
<string>15.6</string>
<string>13.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>
Binary file not shown.
22 changes: 12 additions & 10 deletions EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18E226</string>
<string>19C57</string>
<key>CFBundleExecutable</key>
<string>VoodooPS2Controller</string>
<key>CFBundleGetInfoString</key>
<string>2.0.4, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
<string>2.1.1, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.voodoo.driver.PS2Controller</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>19B90</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1020</string>
<string>1130</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>IOKitPersonalities</key>
<dict>
<key>ACPI PS/2 Nub</key>
Expand Down Expand Up @@ -134,8 +134,10 @@
<true/>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>OSBundleCompatibleVersion</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOACPIFamily</key>
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18E226</string>
<string>19C57</string>
<key>CFBundleExecutable</key>
<string>VoodooPS2Keyboard</string>
<key>CFBundleGetInfoString</key>
<string>2.0.4, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013</string>
<string>2.1.1, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.voodoo.driver.PS2Keyboard</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>19B90</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1020</string>
<string>1130</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>IOKitPersonalities</key>
<dict>
<key>ApplePS2Keyboard</key>
Expand Down Expand Up @@ -208,9 +208,15 @@
<array>
<string>;This section maps ps2 codes (packet format) received quickly (macros) into fake ps2 codes (packet format)</string>
<string>;Fn+F1</string>
<data>//8CbgAAAAACWwEZ</data>
<data>//8C7gAAAAAC2wGZ</data>
<data>//8C7gAAAAABmQLb</data>
<data>
//8CbgAAAAACWwEZ
</data>
<data>
//8C7gAAAAAC2wGZ
</data>
<data>
//8C7gAAAAABmQLb
</data>
</array>
<key>MaximumMacroTime</key>
<integer>35000000</integer>
Expand Down Expand Up @@ -290,15 +296,15 @@
<key>Make Application key into Apple Fn key</key>
<false/>
<key>Make Application key into right windows</key>
<false/>
<true/>
<key>Make right modifier keys into Hangul and Hanja</key>
<false/>
<key>SleepPressTime</key>
<integer>0</integer>
<key>Swap capslock and left control</key>
<false/>
<key>Swap command and option</key>
<false/>
<true/>
<key>Use ISO layout keyboard</key>
<false/>
<key>alt_handler_id</key>
Expand Down Expand Up @@ -587,10 +593,12 @@
</dict>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.acidanthera.voodoo.driver.PS2Controller</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>com.apple.iokit.IOHIDFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.bsd</key>
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18E226</string>
<string>19C57</string>
<key>CFBundleExecutable</key>
<string>VoodooPS2Mouse</string>
<key>CFBundleGetInfoString</key>
<string>2.0.4, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013</string>
<string>2.1.1, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.voodoo.driver.PS2Mouse</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>19B90</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1020</string>
<string>1130</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>IOKitPersonalities</key>
<dict>
<key>ApplePS2Mouse</key>
Expand Down Expand Up @@ -175,10 +175,12 @@
<integer>1452</integer>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.acidanthera.voodoo.driver.PS2Controller</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>com.apple.iokit.IOHIDFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.iokit</key>
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.
Loading

0 comments on commit dc0e13b

Please sign in to comment.