summaryrefslogtreecommitdiff
path: root/oc/Kexts/VoodooI2C.kext/Contents/PlugIns
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-11 02:21:42 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-11 02:21:42 +0700
commit0797deb6747ee9c5d385bc0119ae70a23f585b22 (patch)
tree6e84c34d37cb1421dd365b21055c2b3f360dcfd1 /oc/Kexts/VoodooI2C.kext/Contents/PlugIns
parent1d86a9a40ce6448236854ea53e0e30d095d77e77 (diff)
Add Boot OC
Diffstat (limited to 'oc/Kexts/VoodooI2C.kext/Contents/PlugIns')
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist159
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIObin0 -> 303264 bytes
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources115
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist84
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServicesbin0 -> 62544 bytes
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources115
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist80
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInputbin0 -> 108320 bytes
-rwxr-xr-xoc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources115
9 files changed, 668 insertions, 0 deletions
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist
new file mode 100755
index 0000000..a1b119c
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist
@@ -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>23H124</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>VoodooGPIO</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.coolstar.VoodooGPIO</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>VoodooGPIO</string>
+ <key>CFBundlePackageType</key>
+ <string>KEXT</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.1</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>1.1</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string></string>
+ <key>DTPlatformName</key>
+ <string>macosx</string>
+ <key>DTPlatformVersion</key>
+ <string>13.3</string>
+ <key>DTSDKBuild</key>
+ <string>22E245</string>
+ <key>DTSDKName</key>
+ <string>macosx13.3</string>
+ <key>DTXcode</key>
+ <string>1431</string>
+ <key>DTXcodeBuild</key>
+ <string>14E300c</string>
+ <key>IOKitPersonalities</key>
+ <dict>
+ <key>VoodooGPIOAMD</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.coolstar.VoodooGPIO</string>
+ <key>IOClass</key>
+ <string>VoodooGPIOAMD</string>
+ <key>IONameMatch</key>
+ <array>
+ <string>AMD0030</string>
+ <string>AMDI0030</string>
+ <string>AMDI0031</string>
+ </array>
+ <key>IOProviderClass</key>
+ <string>IOService</string>
+ </dict>
+ <key>VoodooGPIOCannonLakeH</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.coolstar.VoodooGPIO</string>
+ <key>IOClass</key>
+ <string>VoodooGPIOCannonLakeH</string>
+ <key>IONameMatch</key>
+ <array>
+ <string>INT3450</string>
+ </array>
+ <key>IOProviderClass</key>
+ <string>IOService</string>
+ </dict>
+ <key>VoodooGPIOCannonLakeLP</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.coolstar.VoodooGPIO</string>
+ <key>IOClass</key>
+ <string>VoodooGPIOCannonLakeLP</string>
+ <key>IONameMatch</key>
+ <array>
+ <string>INT34BB</string>
+ </array>
+ <key>IOProviderClass</key>
+ <string>IOService</string>
+ </dict>
+ <key>VoodooGPIOIceLakeLP</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.coolstar.VoodooGPIO</string>
+ <key>IOClass</key>
+ <string>VoodooGPIOIceLakeLP</string>
+ <key>IONameMatch</key>
+ <array>
+ <string>INT3455</string>
+ </array>
+ <key>IOProviderClass</key>
+ <string>IOService</string>
+ </dict>
+ <key>VoodooGPIOSunrisePointH</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.coolstar.VoodooGPIO</string>
+ <key>IOClass</key>
+ <string>VoodooGPIOSunrisePointH</string>
+ <key>IONameMatch</key>
+ <array>
+ <string>INT345D</string>
+ </array>
+ <key>IOProviderClass</key>
+ <string>IOService</string>
+ </dict>
+ <key>VoodooGPIOSunrisePointLP</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.coolstar.VoodooGPIO</string>
+ <key>IOClass</key>
+ <string>VoodooGPIOSunrisePointLP</string>
+ <key>IONameMatch</key>
+ <array>
+ <string>INT344B</string>
+ </array>
+ <key>IOProviderClass</key>
+ <string>IOService</string>
+ </dict>
+ <key>VoodooGPIOTigerLakeLP</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.coolstar.VoodooGPIO</string>
+ <key>IOClass</key>
+ <string>VoodooGPIOTigerLakeLP</string>
+ <key>IONameMatch</key>
+ <array>
+ <string>INTC1055</string>
+ </array>
+ <key>IOProviderClass</key>
+ <string>IOService</string>
+ </dict>
+ </dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.12</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2017 CoolStar. All rights reserved.</string>
+ <key>OSBundleCompatibleVersion</key>
+ <string>1.1</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>com.apple.iokit.IOACPIFamily</key>
+ <string>1.4</string>
+ <key>com.apple.kpi.iokit</key>
+ <string>13.0</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>13.0</string>
+ <key>com.apple.kpi.mach</key>
+ <string>13.0</string>
+ </dict>
+ <key>OSBundleRequired</key>
+ <string>Root</string>
+</dict>
+</plist>
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO
new file mode 100755
index 0000000..ec240fd
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO
Binary files differ
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources
new file mode 100755
index 0000000..d5d0fd7
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,115 @@
+<?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>files</key>
+ <dict/>
+ <key>files2</key>
+ <dict/>
+ <key>rules</key>
+ <dict>
+ <key>^Resources/</key>
+ <true/>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^Resources/Base\.lproj/</key>
+ <dict>
+ <key>weight</key>
+ <real>1010</real>
+ </dict>
+ <key>^version.plist$</key>
+ <true/>
+ </dict>
+ <key>rules2</key>
+ <dict>
+ <key>.*\.dSYM($|/)</key>
+ <dict>
+ <key>weight</key>
+ <real>11</real>
+ </dict>
+ <key>^(.*/)?\.DS_Store$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>2000</real>
+ </dict>
+ <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
+ <dict>
+ <key>nested</key>
+ <true/>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^.*</key>
+ <true/>
+ <key>^Info\.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^PkgInfo$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^Resources/Base\.lproj/</key>
+ <dict>
+ <key>weight</key>
+ <real>1010</real>
+ </dict>
+ <key>^[^/]+$</key>
+ <dict>
+ <key>nested</key>
+ <true/>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^embedded\.provisionprofile$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^version\.plist$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ </dict>
+</dict>
+</plist>
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist
new file mode 100755
index 0000000..568599e
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist
@@ -0,0 +1,84 @@
+<?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>23H124</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>VoodooI2CServices</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.alexandred.VoodooI2CServices</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>VoodooI2CServices</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></string>
+ <key>DTPlatformName</key>
+ <string>macosx</string>
+ <key>DTPlatformVersion</key>
+ <string>13.3</string>
+ <key>DTSDKBuild</key>
+ <string>22E245</string>
+ <key>DTSDKName</key>
+ <string>macosx13.3</string>
+ <key>DTXcode</key>
+ <string>1431</string>
+ <key>DTXcodeBuild</key>
+ <string>14E300c</string>
+ <key>IOKitPersonalities</key>
+ <dict>
+ <key>VoodooI2CLogger</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>com.alexandred.VoodooI2CServices</string>
+ <key>IOClass</key>
+ <string>VoodooI2CLogger</string>
+ <key>IOMatchCategory</key>
+ <string>VoodooI2CLogger</string>
+ <key>IOProviderClass</key>
+ <string>VoodooI2CServices</string>
+ </dict>
+ <key>VoodooI2CServices</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>com.alexandred.VoodooI2CServices</string>
+ <key>IOClass</key>
+ <string>VoodooI2CServices</string>
+ <key>IOMatchCategory</key>
+ <string>VoodooI2CServices</string>
+ <key>IOProviderClass</key>
+ <string>IOResources</string>
+ </dict>
+ </dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.11</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2017 Alexandre Daoud. All rights reserved.</string>
+ <key>OSBundleCompatibleVersion</key>
+ <string>1.0.0</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>com.apple.kpi.iokit</key>
+ <string>14</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>14</string>
+ </dict>
+ <key>OSBundleRequired</key>
+ <string>Root</string>
+</dict>
+</plist>
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices
new file mode 100755
index 0000000..8ce7109
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices
Binary files differ
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources
new file mode 100755
index 0000000..d5d0fd7
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,115 @@
+<?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>files</key>
+ <dict/>
+ <key>files2</key>
+ <dict/>
+ <key>rules</key>
+ <dict>
+ <key>^Resources/</key>
+ <true/>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^Resources/Base\.lproj/</key>
+ <dict>
+ <key>weight</key>
+ <real>1010</real>
+ </dict>
+ <key>^version.plist$</key>
+ <true/>
+ </dict>
+ <key>rules2</key>
+ <dict>
+ <key>.*\.dSYM($|/)</key>
+ <dict>
+ <key>weight</key>
+ <real>11</real>
+ </dict>
+ <key>^(.*/)?\.DS_Store$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>2000</real>
+ </dict>
+ <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
+ <dict>
+ <key>nested</key>
+ <true/>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^.*</key>
+ <true/>
+ <key>^Info\.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^PkgInfo$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^Resources/Base\.lproj/</key>
+ <dict>
+ <key>weight</key>
+ <real>1010</real>
+ </dict>
+ <key>^[^/]+$</key>
+ <dict>
+ <key>nested</key>
+ <true/>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^embedded\.provisionprofile$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^version\.plist$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ </dict>
+</dict>
+</plist>
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist
new file mode 100755
index 0000000..14518b9
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist
@@ -0,0 +1,80 @@
+<?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>23H124</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>VoodooInput</string>
+ <key>CFBundleIdentifier</key>
+ <string>me.kishorprins.VoodooInput</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>VoodooInput</string>
+ <key>CFBundlePackageType</key>
+ <string>KEXT</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.1.6</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>1.1.6</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string></string>
+ <key>DTPlatformName</key>
+ <string>macosx</string>
+ <key>DTPlatformVersion</key>
+ <string>13.3</string>
+ <key>DTSDKBuild</key>
+ <string>22E245</string>
+ <key>DTSDKName</key>
+ <string>macosx13.3</string>
+ <key>DTXcode</key>
+ <string>1431</string>
+ <key>DTXcodeBuild</key>
+ <string>14E300c</string>
+ <key>IOKitPersonalities</key>
+ <dict>
+ <key>Voodoo Input</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>me.kishorprins.VoodooInput</string>
+ <key>IOClass</key>
+ <string>VoodooInput</string>
+ <key>IOProbeScore</key>
+ <integer>200</integer>
+ <key>IOPropertyMatch</key>
+ <dict>
+ <key>VoodooInputSupported</key>
+ <true/>
+ </dict>
+ <key>IOProviderClass</key>
+ <string>IOService</string>
+ </dict>
+ </dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.10</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2019 Kishor Prins. All rights reserved.</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>com.apple.iokit.IOHIDFamily</key>
+ <string>2.0</string>
+ <key>com.apple.kpi.iokit</key>
+ <string>14</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>14</string>
+ <key>com.apple.kpi.mach</key>
+ <string>13.0</string>
+ </dict>
+ <key>OSBundleRequired</key>
+ <string>Root</string>
+</dict>
+</plist>
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput
new file mode 100755
index 0000000..c7e404b
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput
Binary files differ
diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources
new file mode 100755
index 0000000..d5d0fd7
--- /dev/null
+++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,115 @@
+<?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>files</key>
+ <dict/>
+ <key>files2</key>
+ <dict/>
+ <key>rules</key>
+ <dict>
+ <key>^Resources/</key>
+ <true/>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^Resources/Base\.lproj/</key>
+ <dict>
+ <key>weight</key>
+ <real>1010</real>
+ </dict>
+ <key>^version.plist$</key>
+ <true/>
+ </dict>
+ <key>rules2</key>
+ <dict>
+ <key>.*\.dSYM($|/)</key>
+ <dict>
+ <key>weight</key>
+ <real>11</real>
+ </dict>
+ <key>^(.*/)?\.DS_Store$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>2000</real>
+ </dict>
+ <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
+ <dict>
+ <key>nested</key>
+ <true/>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^.*</key>
+ <true/>
+ <key>^Info\.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^PkgInfo$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^Resources/Base\.lproj/</key>
+ <dict>
+ <key>weight</key>
+ <real>1010</real>
+ </dict>
+ <key>^[^/]+$</key>
+ <dict>
+ <key>nested</key>
+ <true/>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^embedded\.provisionprofile$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^version\.plist$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ </dict>
+</dict>
+</plist>