diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-11 02:21:42 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-11 02:21:42 +0700 |
| commit | 0797deb6747ee9c5d385bc0119ae70a23f585b22 (patch) | |
| tree | 6e84c34d37cb1421dd365b21055c2b3f360dcfd1 /oc/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext | |
| parent | 1d86a9a40ce6448236854ea53e0e30d095d77e77 (diff) | |
Add Boot OC
Diffstat (limited to 'oc/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext')
2 files changed, 107 insertions, 0 deletions
diff --git a/oc/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist b/oc/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist new file mode 100755 index 0000000..27fff91 --- /dev/null +++ b/oc/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist @@ -0,0 +1,107 @@ +<?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>23H222</string> + <key>CFBundleExecutable</key> + <string>VoodooPS2Mouse</string> + <key>CFBundleGetInfoString</key> + <string>2.3.7, 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> + <string>6.0</string> + <key>CFBundleName</key> + <string>Voodoo PS/2 Mouse</string> + <key>CFBundlePackageType</key> + <string>KEXT</string> + <key>CFBundleShortVersionString</key> + <string>2.3.7</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>2.3.7</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>14.2</string> + <key>DTSDKBuild</key> + <string>23C53</string> + <key>DTSDKName</key> + <string>macosx14.2</string> + <key>DTXcode</key> + <string>1520</string> + <key>DTXcodeBuild</key> + <string>15C500b</string> + <key>IOKitPersonalities</key> + <dict> + <key>ApplePS2Mouse</key> + <dict> + <key>CFBundleIdentifier</key> + <string>as.acidanthera.voodoo.driver.PS2Mouse</string> + <key>IOClass</key> + <string>ApplePS2Mouse</string> + <key>IOProviderClass</key> + <string>ApplePS2MouseDevice</string> + <key>Platform Profile</key> + <dict> + <key>Default</key> + <dict> + <key>ButtonCount</key> + <integer>3</integer> + <key>DefaultResolution</key> + <integer>240</integer> + <key>DisableDevice</key> + <false/> + <key>FakeMiddleButton</key> + <false/> + <key>ForceDefaultResolution</key> + <true/> + <key>ForceSetResolution</key> + <false/> + <key>MiddleClickTime</key> + <integer>100000000</integer> + <key>MouseCount</key> + <integer>0</integer> + <key>MouseYInverter</key> + <integer>1</integer> + <key>ResolutionMode</key> + <integer>3</integer> + <key>ScrollResolution</key> + <integer>5</integer> + <key>ScrollYInverter</key> + <integer>1</integer> + <key>WakeDelay</key> + <integer>1000</integer> + </dict> + </dict> + </dict> + </dict> + <key>LSMinimumSystemVersion</key> + <string>10.10</string> + <key>OSBundleLibraries</key> + <dict> + <key>as.acidanthera.voodoo.driver.PS2Controller</key> + <string>2.3.7</string> + <key>com.apple.iokit.IOHIDFamily</key> + <string>1.0.0b1</string> + <key>com.apple.kpi.iokit</key> + <string>9.0.0</string> + <key>com.apple.kpi.libkern</key> + <string>9.0.0</string> + <key>com.apple.kpi.mach</key> + <string>9.0.0</string> + </dict> + <key>OSBundleRequired</key> + <string>Console</string> +</dict> +</plist> diff --git a/oc/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse b/oc/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse Binary files differnew file mode 100755 index 0000000..3557f89 --- /dev/null +++ b/oc/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse |
