summaryrefslogtreecommitdiff
path: root/oc/Kexts/VoodooPS2Controller.kext/Contents/Info.plist
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/VoodooPS2Controller.kext/Contents/Info.plist
parent1d86a9a40ce6448236854ea53e0e30d095d77e77 (diff)
Add Boot OC
Diffstat (limited to 'oc/Kexts/VoodooPS2Controller.kext/Contents/Info.plist')
-rwxr-xr-xoc/Kexts/VoodooPS2Controller.kext/Contents/Info.plist161
1 files changed, 161 insertions, 0 deletions
diff --git a/oc/Kexts/VoodooPS2Controller.kext/Contents/Info.plist b/oc/Kexts/VoodooPS2Controller.kext/Contents/Info.plist
new file mode 100755
index 0000000..5e95bda
--- /dev/null
+++ b/oc/Kexts/VoodooPS2Controller.kext/Contents/Info.plist
@@ -0,0 +1,161 @@
+<?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>VoodooPS2Controller</string>
+ <key>CFBundleGetInfoString</key>
+ <string>2.3.7, 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>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Voodoo PS/2 Controller</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>ACPI PS/2 Nub</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>as.acidanthera.voodoo.driver.PS2Controller</string>
+ <key>FindMouseDelay</key>
+ <integer>100</integer>
+ <key>IOClass</key>
+ <string>AppleACPIPS2Nub</string>
+ <key>IONameMatch</key>
+ <array>
+ <string>PNP0303</string>
+ <string>PNP030B</string>
+ <string>PNP0320</string>
+ </array>
+ <key>IOProviderClass</key>
+ <string>IOACPIPlatformDevice</string>
+ <key>MouseNameMatch</key>
+ <array>
+ <string>PNP0F03</string>
+ <string>PNP0F0B</string>
+ <string>PNP0F0E</string>
+ <string>PNP0F13</string>
+ </array>
+ </dict>
+ <key>ApplePS2Controller</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>as.acidanthera.voodoo.driver.PS2Controller</string>
+ <key>IOClass</key>
+ <string>ApplePS2Controller</string>
+ <key>IONameMatch</key>
+ <string>ps2controller</string>
+ <key>IOProviderClass</key>
+ <string>IOPlatformDevice</string>
+ <key>Platform Profile</key>
+ <dict>
+ <key>Default</key>
+ <dict>
+ <key>MouseWakeFirst</key>
+ <false/>
+ <key>WakeDelay</key>
+ <integer>10</integer>
+ </dict>
+ <key>HPQOEM</key>
+ <dict>
+ <key>1411</key>
+ <string>ProBook</string>
+ <key>1619</key>
+ <string>ProBook</string>
+ <key>161C</key>
+ <string>ProBook</string>
+ <key>164F</key>
+ <string>ProBook</string>
+ <key>167C</key>
+ <string>ProBook</string>
+ <key>167E</key>
+ <string>ProBook</string>
+ <key>1680</key>
+ <string>ProBook</string>
+ <key>179B</key>
+ <string>ProBook</string>
+ <key>179C</key>
+ <string>ProBook</string>
+ <key>17A9</key>
+ <string>ProBook</string>
+ <key>17F0</key>
+ <string>ProBook</string>
+ <key>17F3</key>
+ <string>ProBook</string>
+ <key>17F6</key>
+ <string>ProBook</string>
+ <key>1942</key>
+ <string>ProBook</string>
+ <key>1949</key>
+ <string>ProBook</string>
+ <key>198F</key>
+ <string>ProBook</string>
+ <key>ProBook</key>
+ <dict>
+ <key>WakeDelay</key>
+ <integer>0</integer>
+ </dict>
+ <key>ProBook-102</key>
+ <string>ProBook</string>
+ <key>ProBook-87</key>
+ <string>ProBook</string>
+ </dict>
+ </dict>
+ <key>RM,deliverNotifications</key>
+ <true/>
+ </dict>
+ </dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.10</string>
+ <key>OSBundleCompatibleVersion</key>
+ <string>2.3.7</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>com.apple.iokit.IOACPIFamily</key>
+ <string>1.0.0d1</string>
+ <key>com.apple.kpi.bsd</key>
+ <string>8.0.0</string>
+ <key>com.apple.kpi.iokit</key>
+ <string>8.0.0</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>8.0.0</string>
+ <key>com.apple.kpi.mach</key>
+ <string>8.0.0</string>
+ <key>com.apple.kpi.unsupported</key>
+ <string>8.0.0</string>
+ </dict>
+ <key>OSBundleRequired</key>
+ <string>Console</string>
+</dict>
+</plist>