For the first time to submit
This commit is contained in:
+115
@@ -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>BuildMachineOSBuild</key>
|
||||
<string>18A391</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>ACPIBatteryManager</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.90.1, Copyright 2011 Apple Inc., RehabMan 2012</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>ACPIBatteryManager</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.90.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.90.1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>9F2000</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>12D75</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.8</string>
|
||||
<key>DTXcode</key>
|
||||
<string>0941</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>9F2000</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>ACPI AC Adapter</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
|
||||
<key>IOClass</key>
|
||||
<string>ACPIACAdapter</string>
|
||||
<key>IONameMatch</key>
|
||||
<string>ACPI0003</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>1000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOACPIPlatformDevice</string>
|
||||
</dict>
|
||||
<key>ACPI Battery Manager</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
|
||||
<key>Configuration</key>
|
||||
<dict>
|
||||
<key>Correct16bitSignedCurrentRate</key>
|
||||
<true/>
|
||||
<key>CorrectCorruptCapacities</key>
|
||||
<true/>
|
||||
<key>CurrentDischargeRateMax</key>
|
||||
<integer>20000</integer>
|
||||
<key>EstimateCycleCountDivisor</key>
|
||||
<integer>6</integer>
|
||||
<key>FirstPollDelay</key>
|
||||
<integer>4000</integer>
|
||||
<key>StartupDelay</key>
|
||||
<integer>0</integer>
|
||||
<key>UseDesignVoltageForCurrentCapacity</key>
|
||||
<true/>
|
||||
<key>UseDesignVoltageForDesignCapacity</key>
|
||||
<true/>
|
||||
<key>UseDesignVoltageForMaxCapacity</key>
|
||||
<true/>
|
||||
<key>UseExtendedBatteryInformationMethod</key>
|
||||
<true/>
|
||||
<key>UseExtraBatteryInformationMethod</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>AppleSmartBatteryManager</string>
|
||||
<key>IONameMatch</key>
|
||||
<string>PNP0C0A</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>1000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOACPIPlatformDevice</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2011 Apple Inc. All rights reserved, RehabMan 2012</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0d1</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>9.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>9.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
<key>Source Code</key>
|
||||
<string>https://github.com/RehabMan/OS-X-ACPI-Battery-Driver</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
+101
@@ -0,0 +1,101 @@
|
||||
<?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>18G95</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>ACPIMonitor</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.slice.ACPIMonitor</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.3</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11A420a</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>15E60</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.11</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1100</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11A420a</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>ACPI Monitoring Plugin</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.slice.ACPIMonitor</string>
|
||||
<key>FanNames</key>
|
||||
<array>
|
||||
<string>System Fan</string>
|
||||
<string>CPU Fan</string>
|
||||
<string>Power Fan</string>
|
||||
<string>Intake Fan</string>
|
||||
<string>Exhaust Fan</string>
|
||||
<string>Fan 6</string>
|
||||
<string>Fan 7</string>
|
||||
<string>Fan 8</string>
|
||||
<string>Fan 9</string>
|
||||
<string>Fan 10</string>
|
||||
</array>
|
||||
<key>IOClass</key>
|
||||
<string>ACPIMonitor</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>ACPIMonitor</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>monitor</string>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOACPIPlatformDevice</string>
|
||||
<key>keysToAdd</key>
|
||||
<dict>
|
||||
<key>MSLD</key>
|
||||
<string>MSLD-1</string>
|
||||
<key>TCRR</key>
|
||||
<string>TA0P</string>
|
||||
<key>TCRW</key>
|
||||
<string>TA1P</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.6</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.2.0</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>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>9.0.0</string>
|
||||
<key>org.netkas.FakeSMC</key>
|
||||
<string>3.3.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
@@ -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>
|
||||
+130
@@ -0,0 +1,130 @@
|
||||
<?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>20A4300b</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>AirportBrcmFixup</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.lvs1974.AirportBrcmFixup</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>AirportBrcmFixup</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.8</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.0.8</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11E708</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19G68</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1160</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E708</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>as.lvs1974.AirportBrcmFixup</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.lvs1974.AirportBrcmFixup</string>
|
||||
<key>IOClass</key>
|
||||
<string>AirportBrcmFixup</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>AirportBrcmFixup</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>IOKit</string>
|
||||
</dict>
|
||||
<key>as.lvs1974.FakeAirportBrcmFixup</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.lvs1974.AirportBrcmFixup</string>
|
||||
<key>IOClass</key>
|
||||
<string>FakeBrcm</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>IODefaultMatchCategory</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>pci14e4,43ba</string>
|
||||
<string>pci14e4,43a3</string>
|
||||
<string>pci14e4,43a0</string>
|
||||
<string>pci14e4,4331</string>
|
||||
<string>pci14e4,4353</string>
|
||||
<string>pci14e4,43b1</string>
|
||||
<string>pci14e4,43b2</string>
|
||||
<string>pci14e4,4357</string>
|
||||
<string>pci14e4,432b</string>
|
||||
<string>pci14e4,4311</string>
|
||||
<string>pci14e4,4312</string>
|
||||
<string>pci14e4,4313</string>
|
||||
<string>pci14e4,4318</string>
|
||||
<string>pci14e4,4319</string>
|
||||
<string>pci14e4,431a</string>
|
||||
<string>pci14e4,4320</string>
|
||||
<string>pci14e4,4324</string>
|
||||
<string>pci14e4,4325</string>
|
||||
<string>pci14e4,4328</string>
|
||||
<string>pci14e4,432c</string>
|
||||
<string>pci14e4,432d</string>
|
||||
</array>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>6000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
<key>TruePowerOff</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.8</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017 lvs1974. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.6</string>
|
||||
<key>com.apple.driver.corecapture</key>
|
||||
<string>1.0.0</string>
|
||||
<key>com.apple.iokit.IONetworkingFamily</key>
|
||||
<string>1.5</string>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>2.7</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Network-Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
+51
@@ -0,0 +1,51 @@
|
||||
<?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>CFBundleGetInfoString</key>
|
||||
<string>Copyright © 2020 lvs1974. All rights reserved.</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.lvs1974.AirportBrcm4360Injector</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>AirPortBrcm4360</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>Airport_Brcm4360</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AirPort.Brcm4360</string>
|
||||
<key>IOClass</key>
|
||||
<string>AirPort_Brcm4360</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>IODefaultMatchCategory</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>pci14e4,4331</string>
|
||||
<string>pci14e4,4353</string>
|
||||
<string>pci14e4,4357</string>
|
||||
<string>pci14e4,43a3</string>
|
||||
<string>pci14e4,43b1</string>
|
||||
<string>pci14e4,43b2</string>
|
||||
</array>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>1110</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
<key>TruePowerOff</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Network-Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+115
@@ -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>
|
||||
EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext/Contents/Info.plist
Executable
+50
@@ -0,0 +1,50 @@
|
||||
<?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>CFBundleGetInfoString</key>
|
||||
<string>Copyright © 2020 lvs1974. All rights reserved.</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.lvs1974.AirportBrcmNICInjector</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>AirPortBrcmNIC</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>Airport_BrcmNIC</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AirPort.BrcmNIC</string>
|
||||
<key>IOClass</key>
|
||||
<string>AirPort_BrcmNIC</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>IODefaultMatchCategory</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>pci14e4,43ba</string>
|
||||
<string>pci14e4,43a3</string>
|
||||
<string>pci14e4,43a0</string>
|
||||
<string>pci14e4,43b1</string>
|
||||
<string>pci14e4,43b2</string>
|
||||
</array>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>2048</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
<key>TruePowerOff</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Network-Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+115
@@ -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>
|
||||
@@ -0,0 +1,134 @@
|
||||
<?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>PlugIns/AirPortBrcm4360_Injector.kext</key>
|
||||
<dict>
|
||||
<key>cdhash</key>
|
||||
<data>
|
||||
RJ2ZUOQ9JKN7Eoc8o4TuLgLxEXU=
|
||||
</data>
|
||||
<key>requirement</key>
|
||||
<string>cdhash H"49f05751cbfda6ba640bea88ab47654cf1fea459" or cdhash H"449d9950e43d24a37b12873ca384ee2e02f11175"</string>
|
||||
</dict>
|
||||
<key>PlugIns/AirPortBrcmNIC_Injector.kext</key>
|
||||
<dict>
|
||||
<key>cdhash</key>
|
||||
<data>
|
||||
OzqYJA7+l+C2d6LxXozby55MhMg=
|
||||
</data>
|
||||
<key>requirement</key>
|
||||
<string>cdhash H"ea90bb042b73934b0644dbd3cbcf53372455878a" or cdhash H"3b3a98240efe97e0b677a2f15e8cdbcb9e4c84c8"</string>
|
||||
</dict>
|
||||
</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>
|
||||
+11648
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
@@ -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>
|
||||
+1410
File diff suppressed because it is too large
Load Diff
+67
@@ -0,0 +1,67 @@
|
||||
<?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>18E226</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>BrcmFirmwareData</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.BrcmFirmwareStore</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>BrcmFirmwareData</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.5.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.5.3</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>BrcmFirmwareStore</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.BrcmFirmwareStore</string>
|
||||
<key>IOClass</key>
|
||||
<string>BrcmFirmwareStore</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>BrcmFirmwareStore</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>2.5.3</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>9.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>9.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>9.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
+131
@@ -0,0 +1,131 @@
|
||||
<?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>18G87</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>BrcmPatchRAM2</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.no-one.BrcmPatchRAM2</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>BrcmPatchRAM2</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2.10</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.2.10</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10G8</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18G74</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1030</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10G8</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>0a5c_6412</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.no-one.BrcmPatchRAM2</string>
|
||||
<key>DisplayName</key>
|
||||
<string>Dell Wireless 1820A Bluetooth 4.1 LE</string>
|
||||
<key>FirmwareKey</key>
|
||||
<string>BCM4350C5_003.006.007.0222.4689_v8785</string>
|
||||
<key>IOClass</key>
|
||||
<string>BrcmPatchRAM2</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>BrcmPatchRAM2</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>4000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>InitialDelay</key>
|
||||
<integer>200</integer>
|
||||
<key>PostResetDelay</key>
|
||||
<integer>250</integer>
|
||||
<key>PreResetDelay</key>
|
||||
<integer>250</integer>
|
||||
<key>UpgradeDelay</key>
|
||||
<integer>200</integer>
|
||||
<key>idProduct</key>
|
||||
<integer>25618</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>2652</integer>
|
||||
</dict>
|
||||
<key>0a5c_6414</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.no-one.BrcmPatchRAM2</string>
|
||||
<key>DisplayName</key>
|
||||
<string>Dell Wireless 1820A Bluetooth 4.1 LE</string>
|
||||
<key>FirmwareKey</key>
|
||||
<string>BCM4350C5_003.006.007.0222.4689_v8785</string>
|
||||
<key>IOClass</key>
|
||||
<string>BrcmPatchRAM2</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>BrcmPatchRAM2</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>4000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>InitialDelay</key>
|
||||
<integer>200</integer>
|
||||
<key>PostResetDelay</key>
|
||||
<integer>250</integer>
|
||||
<key>PreResetDelay</key>
|
||||
<integer>250</integer>
|
||||
<key>UpgradeDelay</key>
|
||||
<integer>200</integer>
|
||||
<key>idProduct</key>
|
||||
<integer>25620</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>2652</integer>
|
||||
</dict>
|
||||
<key>BrcmPatchRAMResidency</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.no-one.BrcmPatchRAM2</string>
|
||||
<key>IOClass</key>
|
||||
<string>BrcmPatchRAMResidency</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>BrcmPatchRAMResidency</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>disabled_IOResources</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOUSBHostFamily</key>
|
||||
<string>1.0.1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>8.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>8.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>8.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>8.0</string>
|
||||
<key>com.no-one.BrcmFirmwareStore</key>
|
||||
<string>2.2.10</string>
|
||||
</dict>
|
||||
<key>Source Code</key>
|
||||
<string>https://github.com/RehabMan/BrcmPatchRAM.git</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
+2129
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+103
@@ -0,0 +1,103 @@
|
||||
<?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>18E226</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>CPUFriend</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.vanilla.driver.CPUFriend</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>CPUFriend</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>CPUFriend</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.vanilla.driver.CPUFriend</string>
|
||||
<key>IOClass</key>
|
||||
<string>CPUFriend</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>CPUFriend</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>IOKit</string>
|
||||
</dict>
|
||||
<key>CPUFriendPlatform</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.vanilla.driver.CPUFriend</string>
|
||||
<key>IOClass</key>
|
||||
<string>CPUFriendData</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>6000</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>IOCPUNumber</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleACPICPU</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>ACPI</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017 - 2019 PMheart. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
+472
@@ -0,0 +1,472 @@
|
||||
<?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>19C57</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>CodecCommander</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.7.1, Copyright © 2013-2014 TimeWalker. All rights reserved.</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.tw.CodecCommander</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>CodecCommander</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.7.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.7.2</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11C29</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19B90</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1130</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11C29</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>CodecCommander</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.tw.CodecCommander</string>
|
||||
<key>Codec Profile</key>
|
||||
<dict>
|
||||
<key>1002</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>10de</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>10ec_0233</key>
|
||||
<string>Realtek ALC283,etc</string>
|
||||
<key>10ec_0235</key>
|
||||
<string>Realtek ALC283,etc</string>
|
||||
<key>10ec_0236</key>
|
||||
<string>Realtek ALC283,etc</string>
|
||||
<key>10ec_0255</key>
|
||||
<string>Realtek ALC283,etc</string>
|
||||
<key>10ec_0269</key>
|
||||
<string>Realtek ALC269</string>
|
||||
<key>10ec_0269_HDA_1028_04d9</key>
|
||||
<string>Realtek ALC269VB</string>
|
||||
<key>10ec_0269_HDA_1458_fa50</key>
|
||||
<string>Realtek ALC269 BRIX</string>
|
||||
<key>10ec_0282</key>
|
||||
<string>Realtek ALC283,etc</string>
|
||||
<key>10ec_0283</key>
|
||||
<string>Realtek ALC283,etc</string>
|
||||
<key>10ec_0292</key>
|
||||
<string>Realtek ALC292</string>
|
||||
<key>10ec_0668</key>
|
||||
<string>Realtek ALC668</string>
|
||||
<key>10ec_0892_HDA_1458</key>
|
||||
<string>Realtek ALC892 desktop</string>
|
||||
<key>10ec_0892_HDA_8086</key>
|
||||
<string>Realtek ALC892 desktop</string>
|
||||
<key>10ec_0900</key>
|
||||
<string>Realtek ALC1150</string>
|
||||
<key>8086</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>Default</key>
|
||||
<dict>
|
||||
<key>Check Infinitely</key>
|
||||
<false/>
|
||||
<key>Check Interval</key>
|
||||
<integer>3000</integer>
|
||||
<key>Custom Commands</key>
|
||||
<array/>
|
||||
<key>Perform Reset on EAPD Fail</key>
|
||||
<false/>
|
||||
<key>Send Delay</key>
|
||||
<integer>300</integer>
|
||||
<key>Sleep Nodes</key>
|
||||
<true/>
|
||||
<key>Update Nodes</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>Disabled HDMI</key>
|
||||
<dict>
|
||||
<key>Check Infinitely</key>
|
||||
<false/>
|
||||
<key>Disable</key>
|
||||
<true/>
|
||||
<key>Sleep Nodes</key>
|
||||
<false/>
|
||||
<key>Update Nodes</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Realtek ALC1150</key>
|
||||
<dict>
|
||||
<key>Custom Commands</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AgUABw==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x20 SET_COEF_INDEX 0x07</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<true/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AgR8sA==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x20 SET_PROC_COEF 0x7CB0</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>Send Delay</key>
|
||||
<integer>100</integer>
|
||||
<key>Sleep Nodes</key>
|
||||
<false/>
|
||||
<key>Update Nodes</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Realtek ALC269</key>
|
||||
<dict>
|
||||
<key>Custom Commands</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AVcIgw==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x15 SET_UNSOLICITED_ENABLE 0x83</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<key>Realtek ALC269 BRIX</key>
|
||||
<dict>
|
||||
<key>Custom Commands</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AVcIgw==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x15 SET_UNSOLICITED_ENABLE 0x83</string>
|
||||
<key>On Init</key>
|
||||
<false/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<key>Realtek ALC269VB</key>
|
||||
<dict>
|
||||
<key>Custom Commands</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AhcIgw==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x21 SET_UNSOLICITED_ENABLE 0x83</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>Send Delay</key>
|
||||
<integer>20</integer>
|
||||
<key>Sleep Nodes</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Realtek ALC283,etc</key>
|
||||
<dict>
|
||||
<key>Custom Commands</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AZcHJQ==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x19 SET_PIN_WIDGET_CONTROL 0x25</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AhcIgw==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x21 SET_UNSOLICITED_ENABLE 0x83</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>Perform Reset</key>
|
||||
<false/>
|
||||
<key>Send Delay</key>
|
||||
<integer>10</integer>
|
||||
<key>Sleep Nodes</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Realtek ALC292</key>
|
||||
<dict>
|
||||
<key>Custom Commands</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<string>0x01a70724</string>
|
||||
<key>Comment</key>
|
||||
<string>Node 0x1a - Pin Control (In Enable / VRefEn)</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AVcIgw==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x15 SET_UNSOLICITED_ENABLE 0x83</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>Perform Reset</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Realtek ALC668</key>
|
||||
<dict>
|
||||
<key>Custom Commands</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AVcIgw==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>0x15 SET_UNSOLICITED_ENABLE 0x83</string>
|
||||
<key>On Init</key>
|
||||
<true/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<data>
|
||||
AbcHIA==
|
||||
</data>
|
||||
<key>Comment</key>
|
||||
<string>Node 0x1b - Pin Control (In Enable)</string>
|
||||
<key>On Init</key>
|
||||
<false/>
|
||||
<key>On Sleep</key>
|
||||
<false/>
|
||||
<key>On Wake</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>Perform Reset</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Realtek ALC892 desktop</key>
|
||||
<dict>
|
||||
<key>Sleep Nodes</key>
|
||||
<false/>
|
||||
<key>Update Nodes</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>CodecCommander</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>CodecCommander</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHDACodecFunction</string>
|
||||
<key>IOUserClientClass</key>
|
||||
<string>CodecCommanderClient</string>
|
||||
</dict>
|
||||
<key>CodecCommanderPowerHook</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.tw.CodecCommander</string>
|
||||
<key>Codec Profile</key>
|
||||
<dict>
|
||||
<key>1002</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>10de</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>8086</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>Disabled HDMI</key>
|
||||
<dict>
|
||||
<key>Disable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>CodecCommanderPowerHook</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>CodecCommanderPowerHook</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleHDADriver</string>
|
||||
</dict>
|
||||
<key>CodecCommanderProbeInit</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.tw.CodecCommander</string>
|
||||
<key>Codec Profile</key>
|
||||
<dict>
|
||||
<key>Default</key>
|
||||
<dict>
|
||||
<key>Custom Commands</key>
|
||||
<array/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>CodecCommanderProbeInit</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>5000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHDACodecDevice</string>
|
||||
</dict>
|
||||
<key>CodecCommanderResidency</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.tw.CodecCommander</string>
|
||||
<key>IOClass</key>
|
||||
<string>CodecCommanderResidency</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>CodecCommanderResidency</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
</dict>
|
||||
<key>CodecCommanderVoodooHDA</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.tw.CodecCommander</string>
|
||||
<key>Codec Profile</key>
|
||||
<dict>
|
||||
<key>1002</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>10de</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>8086</key>
|
||||
<string>Disabled HDMI</string>
|
||||
<key>Default</key>
|
||||
<dict>
|
||||
<key>Check Infinitely</key>
|
||||
<false/>
|
||||
<key>Perform Reset</key>
|
||||
<false/>
|
||||
<key>Perform Reset on EAPD Fail</key>
|
||||
<false/>
|
||||
<key>Perform Reset on External Wake</key>
|
||||
<false/>
|
||||
<key>Sleep Nodes</key>
|
||||
<false/>
|
||||
<key>Update Nodes</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Disabled HDMI</key>
|
||||
<dict>
|
||||
<key>Check Infinitely</key>
|
||||
<false/>
|
||||
<key>Disable</key>
|
||||
<true/>
|
||||
<key>Sleep Nodes</key>
|
||||
<false/>
|
||||
<key>Update Nodes</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>CodecCommander</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>CodecCommander</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>VoodooHDADevice</string>
|
||||
<key>IOUserClientClass</key>
|
||||
<string>CodecCommanderClient</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.6</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2013-2014 TimeWalker/RehabMan. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0d1</string>
|
||||
<key>com.apple.iokit.IOAudioFamily</key>
|
||||
<string>1.1</string>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>1.0.0b1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>9.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>9.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>9.0.0</string>
|
||||
</dict>
|
||||
<key>Source Code</key>
|
||||
<string>https://github.com/RehabMan/EAPD-Codec-Commander</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
+38
@@ -0,0 +1,38 @@
|
||||
// CodecCommander configuration for ALC1220
|
||||
// provided by daliansky @github
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC1220", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
Package()
|
||||
{
|
||||
// 0x19 SET_PIN_WIDGET_CONTROL 0x24
|
||||
"Command", Buffer() { 0x01, 0x97, 0x07, 0x24 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x1B SET_UNSOLICITED_ENABLE 0x83
|
||||
"Command", Buffer() { 0x01, 0xB7, 0x08, 0x83 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
},
|
||||
"Perform Reset", ">y",
|
||||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC
|
||||
"Send Delay", 10,
|
||||
"Sleep Nodes", ">n",
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
Executable
+46
@@ -0,0 +1,46 @@
|
||||
// CodecCommander configuration for ALC256 to fix various issue
|
||||
// repo: https://github.com/insanelydeepak/cloverHDA-for-Mac-OS-Sierra-10.12
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC256i", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
Package()
|
||||
{
|
||||
// 0x19 SET_PIN_WIDGET_CONTROL 0x24
|
||||
"Command", Buffer() { 0x01, 0x97, 0x07, 0x24 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x1A SET_PIN_WIDGET_CONTROL 0x20
|
||||
"Command", Buffer() { 0x01, 0xA7, 0x07, 0x20 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x21 SET_UNSOLICITED_ENABLE 0x83
|
||||
"Command", Buffer() { 0x02, 0x17, 0x08, 0x83 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
}
|
||||
},
|
||||
"Perform Reset", ">n",
|
||||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC
|
||||
"Send Delay", 10,
|
||||
"Sleep Nodes", ">n",
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
// CodecCommander configuration for ALC256
|
||||
// From: https://github.com/vbourachot/XPS13-9350-OSX/blob/master/ssdt/SSDT-ALC256.dsl
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC256v", 0x00003000)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
Package()
|
||||
{
|
||||
// 0x19 SET_PIN_WIDGET_CONTROL 0x25
|
||||
"Command", Buffer() { 0x01, 0x97, 0x07, 0x25 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x21 SET_UNSOLICITED_ENABLE 0x83
|
||||
"Command", Buffer() { 0x02, 0x17, 0x08, 0x83 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x20 SET_COEF_INDEX 0x36
|
||||
"Command", Buffer() { 0x02, 0x05, 0x00, 0x36 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x20 SET_PROC_COEF 0x1737
|
||||
"Command", Buffer() { 0x02, 0x04, 0x17, 0x37 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
},
|
||||
"Perform Reset", ">n",
|
||||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC
|
||||
"Send Delay", 10,
|
||||
"Sleep Nodes", ">n",
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
// This SSDT demonstrates a custom configuration for ALC280.
|
||||
|
||||
// If you had a codec that needed the same configuration, you could
|
||||
// load this SSDT in order to implement it without modifying the kext.
|
||||
// It will override the defaults specfied by the CodecCommander Info.plist
|
||||
|
||||
// Customize to suit your needs.
|
||||
|
||||
// This data provided by @zirkaiva.
|
||||
// See here: http://www.tonymacx86.com/el-capitan-laptop-guides/175935-guide-lenovo-t430-el-capitan-34.html#post1239765
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC280", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
Package()
|
||||
{
|
||||
// 0x15 SET_UNSOLICITED_ENABLE 0x83
|
||||
"Command", Buffer() { 0x01, 0x57, 0x08, 0x83 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x1a SET_PIN_WIDGET_CONTROL 0x24
|
||||
// Node 0x1a - Pin Control (In Enable / VRefEn)
|
||||
"Command", Buffer() { 0x01, 0xa7, 0x07, 0x24 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
},
|
||||
//"Perform Reset", ">n", // enable if using AppleALC
|
||||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
+44
@@ -0,0 +1,44 @@
|
||||
// This SSDT demonstrates a custom configuration for ALC283.
|
||||
// It is the same data that is currently in the Info.plist
|
||||
|
||||
// If you had a codec that needed the same configuration, you could
|
||||
// load this SSDT in order to implement it without modifying the kext.
|
||||
// It will override the defaults specfied by the CodecCommander Info.plist
|
||||
|
||||
// Customize to suit your needs.
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC283", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
Package()
|
||||
{
|
||||
// 0x19 SET_PIN_WIDGET_CONTROL 0x25
|
||||
"Command", Buffer() { 0x01, 0x97, 0x07, 0x25 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x21 SET_UNSOLICITED_ENABLE 0x83
|
||||
"Command", Buffer() { 0x02, 0x17, 0x08, 0x83 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
},
|
||||
"Perform Reset", ">n",
|
||||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC
|
||||
"Send Delay", 10,
|
||||
"Sleep Nodes", ">n",
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
+52
@@ -0,0 +1,52 @@
|
||||
// This SSDT demonstrates a custom configuration for ALC298.
|
||||
// It is the same data that is currently in the Info.plist
|
||||
|
||||
// If you had a codec that needed the same configuration, you could
|
||||
// load this SSDT in order to implement it without modifying the kext.
|
||||
// It will override the defaults specfied by the CodecCommander Info.plist
|
||||
|
||||
// Customize to suit your needs.
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC298", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
Package()
|
||||
{
|
||||
// 0x18 SET_PIN_WIDGET_CONTROL 0x22
|
||||
"Command", Buffer() { 0x01, 0x87, 0x07, 0x22 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x1a SET_PIN_WIDGET_CONTROL 0x23
|
||||
"Command", Buffer() { 0x01, 0xa7, 0x07, 0x23 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x21 SET_UNSOLICITED_ENABLE 0x83
|
||||
"Command", Buffer() { 0x02, 0x17, 0x08, 0x83 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
},
|
||||
"Perform Reset", ">n",
|
||||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC
|
||||
"Send Delay", 10,
|
||||
"Sleep Nodes", ">n",
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
// This SSDT demonstrates a custom configuration for ALC298.
|
||||
//
|
||||
// It is reportedly needed to solve problems of jack sense and
|
||||
// distorted sound with headphone.
|
||||
//
|
||||
// See here for details:
|
||||
// http://www.tonymacx86.com/threads/alc3266-10ec0298-files-for-applehdapatcher.191231/page-5#post-1323829
|
||||
//
|
||||
|
||||
// Customize to suit your needs.
|
||||
// Compile to SSDT-ALC298.aml, place in ACPI/patched. Make sure SortedOrder includes it.
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC298a", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
Package()
|
||||
{
|
||||
// 0x01 SET_CODEC_RESET 0x00
|
||||
"Command", Buffer() { 0x00, 0x17, 0xff, 0x00 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">n",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x01 SET_CODEC_RESET 0x00
|
||||
"Command", Buffer() { 0x00, 0x17, 0xff, 0x00 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">n",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x1 SET_POWER_STATE 0x03
|
||||
"Command", Buffer() { 0x00, 0x17, 0x05, 0x03 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">n",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x21 SET_UNSOLICITED_ENABLE 0x83
|
||||
"Command", Buffer() { 0x02, 0x17, 0x08, 0x83 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
},
|
||||
//"Perform Reset", ">n", // enable if using AppleALC
|
||||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
+63
@@ -0,0 +1,63 @@
|
||||
// This SSDT demonstrates a custom configuration for ALC668.
|
||||
//
|
||||
// It is reportedly needed to solve a problem with booting
|
||||
// OS X after Windows.
|
||||
//
|
||||
// See here for details:
|
||||
// http://www.tonymacx86.com/el-capitan-laptop-support/185808-alc668-no-sound-after-reboot-windows-10-a.html#post1201248
|
||||
//
|
||||
|
||||
// Customize to suit your needs.
|
||||
// Compile to SSDT-ALC668.aml, place in ACPI/patched. Make sure SortedOrder includes it.
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_ALC668", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
// correcting headphones (this is in the Info.plist too)
|
||||
Package()
|
||||
{
|
||||
// 0x15 SET_UNSOLICITED_ENABLE 0x83
|
||||
"Command", Buffer() { 0x01, 0x57, 0x08, 0x83 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// Node 0x1b - Pin Control (In Enable)
|
||||
"Command", Buffer() { 0x01, 0xb7, 0x07, 0x20 },
|
||||
"On Init", ">n",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
// correcting audio after Windows (not in current Info.plist)
|
||||
Package()
|
||||
{
|
||||
// 0x20 SET_COEF_INDEX 0x07
|
||||
"Command", Buffer() { 0x02, 0x05, 0x00, 0x07 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">n",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x20 SET_PROC_COEF 0x0F80
|
||||
"Command", Buffer() { 0x02, 0x04, 0x0f, 0x80 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">n",
|
||||
},
|
||||
},
|
||||
//"Perform Reset", ">n", // enable if using AppleALC
|
||||
//"Perform Reset on External Wake", ">n", // enable if using AppleALC
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
// This SSDT demonstrates a custom configuration with certain features
|
||||
// disabled when using AppleALC.kext.
|
||||
// AppleALC.kext has some extra patches for AppleHDA that interfere with these
|
||||
// features breaking audio after wake from sleep.
|
||||
//
|
||||
// Customize to suit your needs.
|
||||
//
|
||||
// As of CodecCommander v2.7.1, CodecCommander detects AppleALC for setting the default
|
||||
// of these two options false.
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_CCALC", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Perform Reset", ">n",
|
||||
"Perform Reset on External Wake", ">n",
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
// SSDT to correct some problems headphone/mic on CX20752.
|
||||
//
|
||||
// Note: For use with the Anti-pop patches (seee RehabMan NUC repo)
|
||||
//
|
||||
// created by nayeweiyang/XuWang
|
||||
|
||||
DefinitionBlock ("", "SSDT", 1, "hack", "_CX20752", 0)
|
||||
{
|
||||
External(_SB.PCI0.HDEF, DeviceObj)
|
||||
|
||||
Name(_SB.PCI0.HDEF.RMCF, Package()
|
||||
{
|
||||
"CodecCommander", Package()
|
||||
{
|
||||
"Custom Commands", Package()
|
||||
{
|
||||
Package(){}, // signifies Array instead of Dictionary
|
||||
Package()
|
||||
{
|
||||
// 0x19 SET_PIN_WIDGET_CONTROL 0x24
|
||||
"Command", Buffer() { 0x01, 0x97, 0x07, 0x24 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
Package()
|
||||
{
|
||||
// 0x1a SET_PIN_WIDGET_CONTROL 0x24
|
||||
"Command", Buffer() { 0x01, 0xa7, 0x07, 0x24 },
|
||||
"On Init", ">y",
|
||||
"On Sleep", ">n",
|
||||
"On Wake", ">y",
|
||||
},
|
||||
|
||||
},
|
||||
"Perform Reset", ">n",
|
||||
"Perform Reset on External Wake", ">n",
|
||||
},
|
||||
})
|
||||
}
|
||||
//EOF
|
||||
|
||||
|
||||
@@ -0,0 +1,267 @@
|
||||
<?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>Resources/Samples/SSDT-ALC1220.dsl</key>
|
||||
<data>
|
||||
EIES+l9rMGoeBieSkUNddrD5bWo=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-ALC256-insanelydeepak.dsl</key>
|
||||
<data>
|
||||
VZkOsssBJ6T1/BsvNJsxIgN6sZY=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-ALC256-vbourachot.dsl</key>
|
||||
<data>
|
||||
4Kgmc2FJT1dIg9N7ykidCcuhPVI=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-ALC280.dsl</key>
|
||||
<data>
|
||||
I0LQ4c40vPqO7KQyWKJ2MnsfiIU=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-ALC283.dsl</key>
|
||||
<data>
|
||||
3C5d98Yawh/48mwCelHDHJ4GINQ=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-ALC298.dsl</key>
|
||||
<data>
|
||||
VKDMTH2YOrg+Y+z3VS9OHrPS0Fk=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-ALC298a.dsl</key>
|
||||
<data>
|
||||
uZMK4TFxYyvCnF64GKMCkmIj+D0=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-ALC668.dsl</key>
|
||||
<data>
|
||||
pxe3Mfkqdxto0CYYP1QQNnR/yYw=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-AppleALC.dsl</key>
|
||||
<data>
|
||||
VPP+WvDCKf8Tw2HAbI6mGSApZec=
|
||||
</data>
|
||||
<key>Resources/Samples/SSDT-CX20752.dsl</key>
|
||||
<data>
|
||||
2Dc4I1jWG0/CmJeTVaO3ci4K3B0=
|
||||
</data>
|
||||
</dict>
|
||||
<key>files2</key>
|
||||
<dict>
|
||||
<key>Resources/Samples/SSDT-ALC1220.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
EIES+l9rMGoeBieSkUNddrD5bWo=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
jqBgCuISRIgDEohB6eJL6S35hXiT4avRWCIQkoG/7jE=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-ALC256-insanelydeepak.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
VZkOsssBJ6T1/BsvNJsxIgN6sZY=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
sfT2TRn4QDdpacpab2BQO0EUosUxxjYP+H67YVrFxSM=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-ALC256-vbourachot.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
4Kgmc2FJT1dIg9N7ykidCcuhPVI=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
OJ1gIMJ54LeFpxyxQ4BNebpxAspZWngZsLotyXRav1E=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-ALC280.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
I0LQ4c40vPqO7KQyWKJ2MnsfiIU=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
VXWVuyccAWvOYtVBGFby4wtGs8w3rgemCSrDsfU9Y4w=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-ALC283.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
3C5d98Yawh/48mwCelHDHJ4GINQ=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
wrBGgW4l9PJROiSBO70+4LDlxtKuTClEHurWIKbAqWw=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-ALC298.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
VKDMTH2YOrg+Y+z3VS9OHrPS0Fk=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
4wJ+O/VDersVdLXH6wdYyd8Giyj5sp39FYFacOMgWMo=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-ALC298a.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
uZMK4TFxYyvCnF64GKMCkmIj+D0=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
35qUmgVJmTFC09kAKboui1WfOeWpx8EZiuw0Ak11KqM=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-ALC668.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
pxe3Mfkqdxto0CYYP1QQNnR/yYw=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
LyyMqlOlDDUkN/V9UfdYEo4NdzbruFwX9AtjqfzikHw=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-AppleALC.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
VPP+WvDCKf8Tw2HAbI6mGSApZec=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
Sqi40XOwc8QaXlqUngUwxY66utwbKX2zXrdXprwkCoA=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Samples/SSDT-CX20752.dsl</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
2Dc4I1jWG0/CmJeTVaO3ci4K3B0=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
sDRLVLSx27tOfnytpsAD7S23OOmox6NE4EeMafkvxzk=
|
||||
</data>
|
||||
</dict>
|
||||
</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>
|
||||
+224
@@ -0,0 +1,224 @@
|
||||
<?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>18G95</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>FakeSMC</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.netkas.FakeSMC</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>FakeSMC</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.5.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.5.3</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11A420a</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>15E60</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.11</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1100</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11A420a</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>SMC Device Emulator</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.netkas.FakeSMC</string>
|
||||
<key>Configuration</key>
|
||||
<dict>
|
||||
<key>Keys</key>
|
||||
<dict>
|
||||
<key>$Num</key>
|
||||
<array>
|
||||
<string>ui8 </string>
|
||||
<data>AQ==</data>
|
||||
</array>
|
||||
<key>ACID</key>
|
||||
<array>
|
||||
<string>ch8*</string>
|
||||
<data>ur48RcADEEM=</data>
|
||||
</array>
|
||||
<key>ALI0</key>
|
||||
<array>
|
||||
<string>{ali</string>
|
||||
<data>BgECAA==</data>
|
||||
</array>
|
||||
<key>ALRV</key>
|
||||
<array>
|
||||
<string>ui16</string>
|
||||
<data>AAE=</data>
|
||||
</array>
|
||||
<key>ALV0</key>
|
||||
<array>
|
||||
<string>{alv</string>
|
||||
<data>AQEDtwCjABVq9A==</data>
|
||||
</array>
|
||||
<key>CLKH</key>
|
||||
<array>
|
||||
<string>{clh</string>
|
||||
<data>AABwgAABGUA=</data>
|
||||
</array>
|
||||
<key>CLKT</key>
|
||||
<array>
|
||||
<string>ui32</string>
|
||||
<data>AAByGw==</data>
|
||||
</array>
|
||||
<key>EPCI</key>
|
||||
<array>
|
||||
<string>flag</string>
|
||||
<data>AQ==</data>
|
||||
</array>
|
||||
<key>FNum</key>
|
||||
<array>
|
||||
<string>ui8</string>
|
||||
<data>AQ==</data>
|
||||
</array>
|
||||
<key>LSOF</key>
|
||||
<array>
|
||||
<string>flag</string>
|
||||
<data>AQ==</data>
|
||||
</array>
|
||||
<key>LSSB</key>
|
||||
<array>
|
||||
<string>{lso</string>
|
||||
<data>AQE=</data>
|
||||
</array>
|
||||
<key>LsNM</key>
|
||||
<array>
|
||||
<string>ui8</string>
|
||||
<data>AQ==</data>
|
||||
</array>
|
||||
<key>LsbV</key>
|
||||
<array>
|
||||
<string>{rev</string>
|
||||
<data>AQQKAAY=</data>
|
||||
</array>
|
||||
<key>MOST</key>
|
||||
<array>
|
||||
<string>ui16</string>
|
||||
<data>gAM=</data>
|
||||
</array>
|
||||
<key>MSDW</key>
|
||||
<array>
|
||||
<string>ui8</string>
|
||||
<data>AQ==</data>
|
||||
</array>
|
||||
<key>MSPS</key>
|
||||
<array>
|
||||
<string>{msp</string>
|
||||
<data>AA==</data>
|
||||
</array>
|
||||
<key>MSSD</key>
|
||||
<array>
|
||||
<string>si8</string>
|
||||
<data>Aw==</data>
|
||||
</array>
|
||||
<key>NATJ</key>
|
||||
<array>
|
||||
<string>ui8</string>
|
||||
<data>AA==</data>
|
||||
</array>
|
||||
<key>NATi</key>
|
||||
<array>
|
||||
<string>ui16</string>
|
||||
<string>0000</string>
|
||||
</array>
|
||||
<key>NTOK</key>
|
||||
<array>
|
||||
<string>ui8</string>
|
||||
<data>AQ==</data>
|
||||
</array>
|
||||
<key>NVPR</key>
|
||||
<array>
|
||||
<string>ui8</string>
|
||||
<data>AA==</data>
|
||||
</array>
|
||||
<key>OSK0</key>
|
||||
<array>
|
||||
<string>ch8*</string>
|
||||
<data>b3VyaGFyZHdvcmtieXRoZXNld29yZHNndWFyZGVkcGw=</data>
|
||||
</array>
|
||||
<key>OSK1</key>
|
||||
<array>
|
||||
<string>ch8*</string>
|
||||
<data>ZWFzZWRvbnRzdGVhbChjKUFwcGxlQ29tcHV0ZXJJbmM=</data>
|
||||
</array>
|
||||
<key>REV </key>
|
||||
<array>
|
||||
<string>{rev</string>
|
||||
<data>ATAPAAAD</data>
|
||||
</array>
|
||||
<key>RGEN</key>
|
||||
<array>
|
||||
<string>ui8</string>
|
||||
<data>Ag==</data>
|
||||
</array>
|
||||
<key>RMde</key>
|
||||
<array>
|
||||
<string>char</string>
|
||||
<data>QQ==</data>
|
||||
</array>
|
||||
<key>RPlt</key>
|
||||
<array>
|
||||
<string>ch8*</string>
|
||||
<string>m82</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>debug</key>
|
||||
<false/>
|
||||
<key>smc-compatible</key>
|
||||
<string>smc-napa</string>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>FakeSMC</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>IOACPIPlatformDevice</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleACPIPlatformExpert</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>ACPI</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.7</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>3.3.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</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>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>9.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
@@ -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>
|
||||
+108
@@ -0,0 +1,108 @@
|
||||
<?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>18E226</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>IntelMausi</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.mieze.IntelMausi</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>IntelMausi</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.3</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>IntelMausi</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.mieze.IntelMausi</string>
|
||||
<key>Driver Parameters</key>
|
||||
<dict>
|
||||
<key>enableCSO6</key>
|
||||
<true/>
|
||||
<key>enableTSO4</key>
|
||||
<false/>
|
||||
<key>enableTSO6</key>
|
||||
<false/>
|
||||
<key>maxIntrRate10</key>
|
||||
<integer>3000</integer>
|
||||
<key>maxIntrRate100</key>
|
||||
<integer>5000</integer>
|
||||
<key>maxIntrRate1000</key>
|
||||
<integer>8000</integer>
|
||||
<key>rxAbsTime10</key>
|
||||
<integer>0</integer>
|
||||
<key>rxAbsTime100</key>
|
||||
<integer>0</integer>
|
||||
<key>rxAbsTime1000</key>
|
||||
<integer>10</integer>
|
||||
<key>rxDelayTime10</key>
|
||||
<integer>0</integer>
|
||||
<key>rxDelayTime100</key>
|
||||
<integer>0</integer>
|
||||
<key>rxDelayTime1000</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<key>Driver_Version</key>
|
||||
<string>1.0.3</string>
|
||||
<key>IOClass</key>
|
||||
<string>IntelMausi</string>
|
||||
<key>IOPCIMatch</key>
|
||||
<string>0x10EA8086 0x10EB8086 0x10EF8086 0x10F08086 0x15028086 0x15038086 0x153A8086 0x153B8086 0x155A8086 0x15598086 0x15A08086 0x15A18086 0x15A28086 0x15A38086 0x156F8086 0x15708086 0x15B78086 0x15B88086 0x15D78086 0x15D88086 0x15E38086 0x15D68086 0x15BD8086 0x15BE8086 0x15BB8086 0x15BC8086 0x15DF8086 0x15E08086 0x15E18086 0x15E28086 0x15B98086 0x0D4E8086 0x0D4F8086 0x0D4C8086 0x0D4D8086 0x0D538086 0x0D558086</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>1000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2014 Laura Müller. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IONetworkingFamily</key>
|
||||
<string>1.5.0</string>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>1.7</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>8.10.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>8.10.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>8.10.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>8.10.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Network-Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
Executable
+83
@@ -0,0 +1,83 @@
|
||||
<?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>20A4300b</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Lilu</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.Lilu</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Lilu</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.6</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.4.6</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11E708</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19G68</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1160</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E708</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.Lilu</string>
|
||||
<key>IOClass</key>
|
||||
<string>Lilu</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>Lilu</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>IOKit</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.8</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2016-2020 vit9696. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.2.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Executable
BIN
Binary file not shown.
+103
@@ -0,0 +1,103 @@
|
||||
<?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>AppleSecurityExtension</key>
|
||||
<true/>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>16G29</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>LiluFriend</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>LiluFriend v1.1.0, Copyright © 2017 Vanilla. All rights reserved.</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.security.LiluFriend</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>LiluFriend</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>8E3004b</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>16E185</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.12</string>
|
||||
<key>DTXcode</key>
|
||||
<string>0833</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>8E3004b</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>LiluFriend</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.security.LiluFriend</string>
|
||||
<key>IOClass</key>
|
||||
<string>LiluFriend</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>LiluFriend</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>IOKit</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017 Vanilla. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.lvs1974.AirportBrcmFixup</key>
|
||||
<string>1.0</string>
|
||||
<key>as.lvs1974.BT4LEContinuityFixup</key>
|
||||
<string>1.0</string>
|
||||
<key>as.vit9696.AppleALC</key>
|
||||
<string>1.0</string>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>as.vit9696.SMCProcessor</key>
|
||||
<string>1.0</string>
|
||||
<key>as.vit9696.VirtualSMC</key>
|
||||
<string>1.0</string>
|
||||
<key>as.vit9696.WhateverGreen</key>
|
||||
<string>1.0</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
<key>org.vanilla.driver.CPUFriend</key>
|
||||
<string>1.0</string>
|
||||
<key>ru.joedm.SMCSuperIO</key>
|
||||
<string>1.0</string>
|
||||
<key>ru.usrsse2.SMCBatteryManager</key>
|
||||
<string>1.0.0</string>
|
||||
<key>ru.usrsse2.SMCLightSensor</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
+81
@@ -0,0 +1,81 @@
|
||||
<?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>18E226</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>RTCMemoryFixup</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.lvs1974.RTCMemoryFixup</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>RTCMemoryFixup</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.5</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.5</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>as.lvs1974.RTCMemoryFixup</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.lvs1974.RTCMemoryFixup</string>
|
||||
<key>IOClass</key>
|
||||
<string>RTCMemoryFixup</string>
|
||||
<key>IONameMatch</key>
|
||||
<string>PNP0B00</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>100</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOACPIPlatformDevice</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2018 lvs1974. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
+106
@@ -0,0 +1,106 @@
|
||||
<?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>19E264b</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>RealtekRTL8111</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.insanelymac.RealtekRTL8111</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>RealtekRTL8111</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.3.0d7</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.3.0d7</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11C504</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19B90</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1130</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11C504</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>RTL8111 PCIe Adapter</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.insanelymac.RealtekRTL8111</string>
|
||||
<key>Driver Parameters</key>
|
||||
<dict>
|
||||
<key>disableASPM</key>
|
||||
<true/>
|
||||
<key>enableCSO6</key>
|
||||
<true/>
|
||||
<key>enableEEE</key>
|
||||
<true/>
|
||||
<key>enableTSO4</key>
|
||||
<true/>
|
||||
<key>enableTSO6</key>
|
||||
<true/>
|
||||
<key>fallbackMAC</key>
|
||||
<string></string>
|
||||
<key>intrMitigate</key>
|
||||
<integer>53080</integer>
|
||||
<key>rxPolling</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>Driver_Version</key>
|
||||
<string>2.3.0d7</string>
|
||||
<key>IOClass</key>
|
||||
<string>RTL8111</string>
|
||||
<key>IOPCIMatch</key>
|
||||
<string>0x816810ec 0x81681186 0x250210ec 0x260010ec</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>1000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
<key>Model</key>
|
||||
<string>RTL8111</string>
|
||||
<key>Vendor</key>
|
||||
<string>Realtek</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.14</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2013 Laura Müller. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IONetworkingFamily</key>
|
||||
<string>1.5.0</string>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>1.7</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>8.10.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>8.10.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>8.10.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>8.10.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Network-Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
BIN
Binary file not shown.
+83
@@ -0,0 +1,83 @@
|
||||
<?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>18E226</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>SMCLightSensor</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>ru.usrsse2.SMCLightSensor</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>SMCLightSensor</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>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>SMCLightSensor</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>ru.usrsse2.SMCLightSensor</string>
|
||||
<key>IOClass</key>
|
||||
<string>SMCLightSensor</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>SMCLightSensor</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>IOKit</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2018 vit9696. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>as.vit9696.VirtualSMC</key>
|
||||
<string>1.0.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
+96
@@ -0,0 +1,96 @@
|
||||
<?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>19F101</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>SMCProcessor</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.SMCProcessor</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>SMCProcessor</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1.5</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11E608c</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19E258</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1150</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E608c</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>as.vit9696.SMCProcessor</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.SMCProcessor</string>
|
||||
<key>IOClass</key>
|
||||
<string>SMCProcessor</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>SMCProcessor</string>
|
||||
<key>IONameMatch</key>
|
||||
<string>processor</string>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>processor-index</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOACPIPlatformDevice</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>ACPI</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.8</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2018 vit9696. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>as.vit9696.VirtualSMC</key>
|
||||
<string>1.0.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
@@ -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>
|
||||
+91
@@ -0,0 +1,91 @@
|
||||
<?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>19F101</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>SMCSuperIO</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>ru.joedm.SMCSuperIO</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>SMCSuperIO</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1.5</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11E608c</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19E258</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1150</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E608c</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>ru.joedm.SMCSuperIO</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>ru.joedm.SMCSuperIO</string>
|
||||
<key>IOClass</key>
|
||||
<string>SMCSuperIO</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>SMCSuperIO</string>
|
||||
<key>IOPCIClassMatch</key>
|
||||
<string>0x06010000&0xffff0000</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>ACPI</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.8</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2018 joedm. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>as.vit9696.VirtualSMC</key>
|
||||
<string>1.0.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
@@ -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>
|
||||
+79
@@ -0,0 +1,79 @@
|
||||
<?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>16D32</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Sinetek-rtsx</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.sinet3k.Sinetek-rtsx</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Sinetek-rtsx</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>8C1002</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>16C58</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.12</string>
|
||||
<key>DTXcode</key>
|
||||
<string>0821</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>8C1002</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>rtsx_softc</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.sinet3k.Sinetek-rtsx</string>
|
||||
<key>IOClass</key>
|
||||
<string>rtsx_softc</string>
|
||||
<key>IOKitDebug</key>
|
||||
<integer>65535</integer>
|
||||
<key>IOPCIMatch</key>
|
||||
<string>0x520910EC 0x522710EC 0x522910EC 0x522A10EC 0x524910EC 0x528610EC 0x528710EC 0x528910EC</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>1000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017 sinetek. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>2.9</string>
|
||||
<key>com.apple.iokit.IOStorageFamily</key>
|
||||
<string>2.1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>16.4</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>16.4</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>16.4</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>16.4</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>8.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
@@ -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>
|
||||
+7089
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -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>
|
||||
+412
@@ -0,0 +1,412 @@
|
||||
<?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>20A4300b</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VirtualSMC</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.VirtualSMC</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>VirtualSMC</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1.5</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11E708</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19G68</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1160</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E708</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>as.vit9696.VirtualSMC</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.VirtualSMC</string>
|
||||
<key>IOClass</key>
|
||||
<string>VirtualSMC</string>
|
||||
<key>IODeviceMemory</key>
|
||||
<array>
|
||||
<array>
|
||||
<dict>
|
||||
<key>address</key>
|
||||
<integer>768</integer>
|
||||
<key>length</key>
|
||||
<integer>32</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<array>
|
||||
<dict>
|
||||
<key>address</key>
|
||||
<integer>4277141504</integer>
|
||||
<key>length</key>
|
||||
<integer>65536</integer>
|
||||
</dict>
|
||||
</array>
|
||||
</array>
|
||||
<key>IOInterruptControllers</key>
|
||||
<array>
|
||||
<string>io-apic-0</string>
|
||||
</array>
|
||||
<key>IOInterruptSpecifiers</key>
|
||||
<array>
|
||||
<data>
|
||||
BgAAAAAAAAA=
|
||||
</data>
|
||||
</array>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>IOACPIPlatformDevice</string>
|
||||
<key>IOName</key>
|
||||
<string>SMC</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>60000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleACPIPlatformExpert</string>
|
||||
<key>Keystore</key>
|
||||
<dict>
|
||||
<key>Generic</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
iA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>Total fan number, this should be put to a plugin</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
Rk51bQ==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>CPU plimit</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
TVNUYw==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>FAN plimit (supposedly)</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
TVNUZg==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>Memory plimit</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
TVNUbQ==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>This should be 1 on laptops, and is overriden by sensors</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
QkFUUA==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
ZmxhZw==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>Only MacPros have custom illumination controllers</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
THNOTQ==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
</array>
|
||||
<key>GenericDesktopV1</key>
|
||||
<array/>
|
||||
<key>GenericDesktopV2</key>
|
||||
<array/>
|
||||
<key>GenericLaptopV1</key>
|
||||
<array/>
|
||||
<key>GenericLaptopV2</key>
|
||||
<array/>
|
||||
<key>GenericV1</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>GPU plimit</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
TVNUZw==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
</array>
|
||||
<key>GenericV2</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>E plimit (???)</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
TVNUZQ==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>I plimit (???)</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
TVNUaQ==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>attr</key>
|
||||
<data>
|
||||
gA==
|
||||
</data>
|
||||
<key>comment</key>
|
||||
<string>J plimit (???)</string>
|
||||
<key>name</key>
|
||||
<data>
|
||||
TVNUag==
|
||||
</data>
|
||||
<key>type</key>
|
||||
<data>
|
||||
dWk4IA==
|
||||
</data>
|
||||
<key>value</key>
|
||||
<data>
|
||||
AA==
|
||||
</data>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<key>ModelInfo</key>
|
||||
<dict>
|
||||
<key>GenericV1</key>
|
||||
<dict>
|
||||
<key>branch</key>
|
||||
<data>
|
||||
ajUyAAAAAAA=
|
||||
</data>
|
||||
<key>hwname</key>
|
||||
<data>
|
||||
c21jLXBpa2V0b24A
|
||||
</data>
|
||||
<key>platform</key>
|
||||
<data>
|
||||
ajUyAAAAAAA=
|
||||
</data>
|
||||
<key>rev</key>
|
||||
<data>
|
||||
AXQPAAAE
|
||||
</data>
|
||||
<key>revfb</key>
|
||||
<data>
|
||||
AXQPAAAE
|
||||
</data>
|
||||
<key>revfu</key>
|
||||
<data>
|
||||
AXQPAAAE
|
||||
</data>
|
||||
</dict>
|
||||
<key>GenericV2</key>
|
||||
<dict>
|
||||
<key>branch</key>
|
||||
<data>
|
||||
ajUyAAAAAAA=
|
||||
</data>
|
||||
<key>hwname</key>
|
||||
<data>
|
||||
c21jLWh1cm9ucml2ZXIA
|
||||
</data>
|
||||
<key>platform</key>
|
||||
<data>
|
||||
ajUyAAAAAAA=
|
||||
</data>
|
||||
<key>rev</key>
|
||||
<data>
|
||||
AigPAAAH
|
||||
</data>
|
||||
<key>revfb</key>
|
||||
<data>
|
||||
AigPAAAH
|
||||
</data>
|
||||
<key>revfu</key>
|
||||
<data>
|
||||
AigPAAAH
|
||||
</data>
|
||||
</dict>
|
||||
<key>GenericV3</key>
|
||||
<dict>
|
||||
<key>hwname</key>
|
||||
<data>
|
||||
c21jLWh1cm9ucml2ZXIA
|
||||
</data>
|
||||
<key>platform</key>
|
||||
<data>
|
||||
ajUyAAAAAAA=
|
||||
</data>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>_STA</key>
|
||||
<integer>11</integer>
|
||||
<key>name</key>
|
||||
<data>
|
||||
QVBQMDAwMQA=
|
||||
</data>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.8</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017 vit9696. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
@@ -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>
|
||||
+585
@@ -0,0 +1,585 @@
|
||||
<?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>19E266</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooI2C</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2C</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>VoodooI2C</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.4.2</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.4.2</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11E146</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>16E185</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.12</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1140</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E146</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>Custom MT2 Personality</key>
|
||||
<dict>
|
||||
<key>ApplePreferenceCapability</key>
|
||||
<integer>2</integer>
|
||||
<key>ApplePreferenceIdentifier</key>
|
||||
<string>com.apple.AppleMultitouchTrackpad</string>
|
||||
<key>ApplePreferencesDefaultPreferences</key>
|
||||
<dict>
|
||||
<key>ActuateDetents</key>
|
||||
<integer>0</integer>
|
||||
<key>Clicking</key>
|
||||
<integer>1</integer>
|
||||
<key>DragLock</key>
|
||||
<integer>0</integer>
|
||||
<key>Dragging</key>
|
||||
<integer>0</integer>
|
||||
<key>FirstClickThreshold</key>
|
||||
<integer>1</integer>
|
||||
<key>ForceSuppressed</key>
|
||||
<true/>
|
||||
<key>SecondClickThreshold</key>
|
||||
<integer>1</integer>
|
||||
<key>TrackpadCornerSecondaryClick</key>
|
||||
<integer>0</integer>
|
||||
<key>TrackpadFiveFingerPinchGesture</key>
|
||||
<integer>2</integer>
|
||||
<key>TrackpadFourFingerHorizSwipeGesture</key>
|
||||
<integer>2</integer>
|
||||
<key>TrackpadFourFingerPinchGesture</key>
|
||||
<integer>2</integer>
|
||||
<key>TrackpadFourFingerVertSwipeGesture</key>
|
||||
<integer>2</integer>
|
||||
<key>TrackpadHorizScroll</key>
|
||||
<integer>1</integer>
|
||||
<key>TrackpadMomentumScroll</key>
|
||||
<true/>
|
||||
<key>TrackpadPinch</key>
|
||||
<integer>1</integer>
|
||||
<key>TrackpadRightClick</key>
|
||||
<true/>
|
||||
<key>TrackpadRotate</key>
|
||||
<integer>1</integer>
|
||||
<key>TrackpadScroll</key>
|
||||
<true/>
|
||||
<key>TrackpadThreeFingerDrag</key>
|
||||
<false/>
|
||||
<key>TrackpadThreeFingerHorizSwipeGesture</key>
|
||||
<integer>2</integer>
|
||||
<key>TrackpadThreeFingerVertSwipeGesture</key>
|
||||
<integer>2</integer>
|
||||
</dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AppleTopCaseHIDEventDriver</string>
|
||||
<key>DefaultMultitouchProperties</key>
|
||||
<dict>
|
||||
<key>ActuationSupported</key>
|
||||
<false/>
|
||||
<key>ExtractAndPostDeviceButtonState</key>
|
||||
<true/>
|
||||
<key>ForceSupported</key>
|
||||
<false/>
|
||||
<key>HIDServiceSupport</key>
|
||||
<true/>
|
||||
<key>IOCFPlugInTypes</key>
|
||||
<dict>
|
||||
<key>0516B563-B15B-11DA-96EB-0014519758EF</key>
|
||||
<string>AppleMultitouchDriver.kext/Contents/PlugIns/MultitouchHID.plugin</string>
|
||||
</dict>
|
||||
<key>MT Built-In</key>
|
||||
<true/>
|
||||
<key>MTHIDDevice</key>
|
||||
<true/>
|
||||
<key>MTPowerStatsDisable</key>
|
||||
<true/>
|
||||
<key>SupportsGestureScrolling</key>
|
||||
<true/>
|
||||
<key>TrackpadFourFingerGestures</key>
|
||||
<true/>
|
||||
<key>TrackpadMomentumScroll</key>
|
||||
<true/>
|
||||
<key>TrackpadSecondaryClickCorners</key>
|
||||
<true/>
|
||||
<key>TrackpadThreeFingerDrag</key>
|
||||
<true/>
|
||||
<key>parser-options</key>
|
||||
<integer>39</integer>
|
||||
<key>parser-type</key>
|
||||
<integer>1000</integer>
|
||||
</dict>
|
||||
<key>DeviceUsagePairs</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>2</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>DoReportIntervalHack</key>
|
||||
<true/>
|
||||
<key>HIDAccelCurves</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>0</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>484966</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1376256</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>5243</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>64881</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>32768</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>8192</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>478413</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1310720</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>6554</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>64225</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>43254</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>32768</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>471859</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1245184</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>7864</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>62915</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>54395</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>45056</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>465306</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1179648</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>9830</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>61604</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>57344</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>458752</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1114112</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>11796</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>60293</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>75366</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>458752</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1048576</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>13763</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>58327</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>85197</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>98304</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>458752</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>983040</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>15729</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>56361</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>95027</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>131072</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>458752</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>917504</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>18350</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>54395</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>108790</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>163840</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>458752</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>851968</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>23593</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>123208</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>196608</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>458752</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>HIDDisallowRemappingOfPrimaryClick</key>
|
||||
<true/>
|
||||
<key>HIDPointerAccelerationTable</key>
|
||||
<data>
|
||||
AACAAFVTQioABwAAAAAAAgAEAAAABAAAABAAAAAQAAAAACAAAA0A
|
||||
AIAAAACAAAABQAAAAYAAAAIAAAAC4AAAAwAAAATgAAAEAAAAB0AA
|
||||
AAUAAAAKAAAABgAAAA1AAAAIAAAAFgAAAArAAAAjAAAADQAAAC8A
|
||||
AAAOwAAAOMAAABBAAABBAAAAEcAAAEjAAAAAUAAADwAAgAAAAIAA
|
||||
AAEAAAABQAAAAYAAAAJAAAACAAAAA4AAAAKAAAAE4AAAAwAAAAZg
|
||||
AAAEAAAACgAAAAUAAAAOQAAABgAAABNAAAAIAAAAHsAAAArAAAAu
|
||||
wAAADQAAADyAAAAOwAAARwAAABBAAABPwAAAEcAAAFiAAAAAgAAA
|
||||
DwAAgAAAAIAAAAEAAAABYAAAAYAAAAKgAAACAAAABEAAAAKAAAAG
|
||||
AAAAAwAAAAgAAAAEAAAADQAAAAUAAAASwAAABgAAABkAAAAIAAAA
|
||||
KAAAAArAAAA7wAAADQAAAEuAAAAOwAAAV0AAABBAAABgQAAAEcAA
|
||||
AGkAAAAAsAAADwAAgAAAAIAAAAEAAAABoAAAAYAAAAMAAAACAAAA
|
||||
BQAAAAKAAAAHQAAAAwAAAAnAAAAEAAAAEEAAAAUAAAAXgAAABgAA
|
||||
AB/AAAAIAAAAMgAAAArAAABKAAAADQAAAFyAAAAOwAAAaQAAABBA
|
||||
AABywAAAEcAAAHrAAAAA4AAADwAAgAAAAKAAAAEAAAABwAAAAYAA
|
||||
AANgAAACAAAABeAAAAKAAAAIoAAAAwAAAAvAAAAEAAAAE8AAAAUA
|
||||
AAAdQAAABgAAACfAAAAIAAAAPcAAAArAAABZAAAADQAAAG3AAAAO
|
||||
wAAAe0AAABBAAACFQAAAEcAAAIxAAAABAAAADwAAgAAAAMAAAAEA
|
||||
AAACAAAAAYAAAAPgAAACAAAABsAAAAKAAAAKQAAAAwAAAA5gAAAE
|
||||
AAAAGMAAAAUAAAAkwAAABgAAADLAAAAIAAAATUAAAArAAABugAAA
|
||||
DQAAAIMAAAAOwAAAj0AAABBAAACXAAAAEcAAAJxA
|
||||
</data>
|
||||
<key>HIDPointerAccelerationType</key>
|
||||
<string>HIDTrackpadAcceleration</string>
|
||||
<key>HIDScrollAccelCurves</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>0</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>393216</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>62259</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>39322</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>8192</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>406323</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>58982</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>58982</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>32768</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>419430</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>55706</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>78643</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>45056</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>432538</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>52429</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>91750</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>57344</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>445645</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>49152</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>104858</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>458752</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>45875</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>117965</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>98304</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>471859</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>42598</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>131072</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>131072</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>484966</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>39322</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>144179</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>163840</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>498074</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>36045</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>157286</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>196608</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>511181</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>HIDScrollAccelerationTable</key>
|
||||
<data>
|
||||
AACAAFVTQioABwAAAAAAAQABAAAAAQAAAAAgAAAQAABxOwAATOMA
|
||||
AwAAAAdgAAAEwAAADoAAAAbxSgAX6V4ACVeCACMQWgALZ6EALBF7
|
||||
AA2N1AA03ToAD36aADvQuAASWKAARl01ABUAAABO2dgAF8AAAFXK
|
||||
7QAas+UAW2FQAB2QAABe0qoAIL75AGEgywAkLXsAYnXvACewAABj
|
||||
Rl8AAIAAABMAAHE7AABWfwABAAAAAuAAAAIAAAAJYAAAAwAAABIA
|
||||
AAAEwAAAIMAAAAaAAAAwgAAACGp5AEH9tgAK7bUAV4ZuAA0B2ABr
|
||||
PTkADv1/AIEEcAAQy5gAkdRWABJouQCe3VAAE+c/AKikCgAXAucA
|
||||
tn2SABot3ADARE4AHVjQAMX4OgAg35IAytuYACQ4bgDO7mUAJ6CX
|
||||
ANIwowAAsAAAFAAAcTsAAGFOAADAAAABwAAAAQAAAANgAAACAAAA
|
||||
DCAAAAMAAAAW4AAABMAAACnAAAAGQAAAOsAAAAfOggBP7OcACgWA
|
||||
AGo8rgAL658AhMCkAA2RCwCfR+EADzjIALWDbwAQ/k8AxqbEABLN
|
||||
UQDUeCMAFepmAOTKxwAZoVYA8qFmAB1CvwD7fXwAIQuCAQFpdAAk
|
||||
S20BBVKIACegAAEIK4wAAOAAABQAAHE7AABtdwAAwAAAAeAAAAEA
|
||||
AAAD4AAAAgAAAA6AAAADAAAAHEAAAATAAAA0AAAABgAAAEdAAAAH
|
||||
N4wAXL7hAAkAAACAwAAACoAAAKGAAAALz7IAvU7UAA01yQDadikA
|
||||
DvtPAPKF4gARLu4BCSWiABUlDwEfV8QAGT9oASzRKgAdChkBNQrG
|
||||
ACDz5QE6cR4AJEARAT3XdgAnn1YBQMHWAABQAAATAABxOwAAS7AA
|
||||
AQAAAAJgAAACAAAABuAAAAMAAAAMYAAABMAAABcAAAAGwAAAJAAA
|
||||
AAkAAAAyAAAACz1uAEFngAANcE8AUMGhAA+sTQBgSTMAEagdAG5N
|
||||
TAATT9YAd9WQABTQfgB+26MAF3odAIbYXQAagocAjp+lAB2J6QCT
|
||||
vnkAIN/yAJdcWwAkO0IAmYu9ACegOACacdcAAQAAABUAAHE7AABW
|
||||
fwAAwAAAAiAAAAEAAAAEgAAAAYAAAAqAAAACAAAAEaAAAAMAAAAh
|
||||
gAAABMAAAD6AAAAFwAAAVEAAAAbAAABrAAAACAAAAIxAAAAJAAAA
|
||||
qYAAAApAAADKwAAAC8AAAPTAAAANwAABJAAAABAAAAFEn9IAFEAA
|
||||
AV49zAAZAAABbrsYABzQAAFz78AAIOAAAXhvwAAkIAABem/AACeg
|
||||
AAF8JGg=
|
||||
</data>
|
||||
<key>HIDScrollAccelerationType</key>
|
||||
<string>HIDTrackpadScrollAcceleration</string>
|
||||
<key>HIDScrollResolution</key>
|
||||
<integer>26214400</integer>
|
||||
<key>IOCFPlugInTypes</key>
|
||||
<dict>
|
||||
<key>0516B563-B15B-11DA-96EB-0014519758EF</key>
|
||||
<string>AppleMultitouchDriver.kext/Contents/PlugIns/MultitouchHID.plugin</string>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>AppleMultitouchTrackpadHIDEventDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>9999</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHIDInterface</string>
|
||||
<key>MTEventSource</key>
|
||||
<true/>
|
||||
<key>ProductIDArray</key>
|
||||
<array>
|
||||
<integer>628</integer>
|
||||
</array>
|
||||
<key>TrackpadEmbedded</key>
|
||||
<true/>
|
||||
<key>VendorID</key>
|
||||
<integer>1452</integer>
|
||||
</dict>
|
||||
<key>Native Multitouch Engine</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2C</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CNativeEngine</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>VoodooI2CNativeEngine</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>VoodooI2CMultitouchInterface</string>
|
||||
</dict>
|
||||
<key>VoodooI2CACPIController</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2C</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CACPIController</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>INT33C2</string>
|
||||
<string>INT33C3</string>
|
||||
<string>INT3432</string>
|
||||
<string>INT3433</string>
|
||||
</array>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>9999</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOService</string>
|
||||
</dict>
|
||||
<key>VoodooI2CControllerDriver</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2C</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CControllerDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>9999</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>VoodooI2CControllerNub</string>
|
||||
</dict>
|
||||
<key>VoodooI2CPCIController</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2C</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CPCIController</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>pci8086,2e8</string>
|
||||
<string>pci8086,2e9</string>
|
||||
<string>pci8086,9d60</string>
|
||||
<string>pci8086,9d61</string>
|
||||
<string>pci8086,9d62</string>
|
||||
<string>pci8086,9d63</string>
|
||||
<string>pci8086,9de8</string>
|
||||
<string>pci8086,9de9</string>
|
||||
<string>pci8086,a160</string>
|
||||
<string>pci8086,a161</string>
|
||||
<string>pci8086,a162</string>
|
||||
<string>pci8086,a368</string>
|
||||
<string>pci8086,a369</string>
|
||||
<string>pci8086,a36a</string>
|
||||
<string>pci8086,a36b</string>
|
||||
</array>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>9999</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOService</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 Alexandre Daoud. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>2.0.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.alexandred.VoodooI2CServices</key>
|
||||
<string>1.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.4</string>
|
||||
<key>com.apple.iokit.IOHIDFamily</key>
|
||||
<string>2.0</string>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>2.9</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>8.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>14</string>
|
||||
<key>org.coolstar.VoodooGPIO</key>
|
||||
<string>1.1</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
+116
@@ -0,0 +1,116 @@
|
||||
<?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>19E266</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>11E146</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>16E185</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.12</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1140</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E146</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<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>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>
|
||||
</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>
|
||||
BIN
Binary file not shown.
+82
@@ -0,0 +1,82 @@
|
||||
<?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>19E266</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>11E146</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>16E185</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.12</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1140</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E146</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>
|
||||
EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices
Executable
BIN
Binary file not shown.
+20
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.xcode.dsym.me.kishorprins.VoodooInput</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>dSYM</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.5</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.5</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Binary file not shown.
+78
@@ -0,0 +1,78 @@
|
||||
<?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>19E266</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.0.5</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.5</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11E146</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19E258</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1140</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E146</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.11</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>
|
||||
BIN
Binary file not shown.
Executable
+115
@@ -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>
|
||||
+398
@@ -0,0 +1,398 @@
|
||||
<?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>19E266</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooI2CHID</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>VoodooI2CHID</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>11E146</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>16E185</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.12</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1140</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E146</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>Intel ACPI Sensor Hub Enabler</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CSensorHubEnabler</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>INT33D0</string>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOACPIPlatformDevice</string>
|
||||
</dict>
|
||||
<key>Sensor Hub Event Driver</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>DeviceUsagePairs</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>1</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>32</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CSensorHubEventDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>100</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHIDInterface</string>
|
||||
</dict>
|
||||
<key>VoodooI2CHIDDevice</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CHIDDevice</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>100</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>compatible</key>
|
||||
<string>PNP0C50</string>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>VoodooI2CDeviceNub</string>
|
||||
</dict>
|
||||
<key>VoodooI2CHIDDevice Generic Mouse HID Event Driver</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>DeviceUsagePairs</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>2</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>HIDAccelCurves</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>0</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>524288</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>5243</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>60293</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>26214</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>8192</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>537395</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1245184</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>6554</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>60948</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>36045</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>32768</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>543949</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1179648</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>7864</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>61604</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>46531</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>45056</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>550502</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1114112</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>9830</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>62259</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>57672</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>57344</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>557056</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>1048576</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>11796</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>62915</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>69468</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>563610</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>983040</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>14418</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>63570</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>81920</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>98304</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>570163</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>917504</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>17695</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>64225</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>95027</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>131072</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>576717</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>851968</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>21627</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>64881</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>108790</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>163840</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>583270</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>HIDAccelGainCubic</key>
|
||||
<integer>26214</integer>
|
||||
<key>HIDAccelGainLinear</key>
|
||||
<integer>65536</integer>
|
||||
<key>HIDAccelGainParabolic</key>
|
||||
<integer>123208</integer>
|
||||
<key>HIDAccelIndex</key>
|
||||
<integer>196608</integer>
|
||||
<key>HIDAccelTangentSpeedLinear</key>
|
||||
<integer>589824</integer>
|
||||
<key>HIDAccelTangentSpeedParabolicRoot</key>
|
||||
<integer>786432</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IOClass</key>
|
||||
<string>IOHIDEventDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>100</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>Transport</key>
|
||||
<string>I2C</string>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHIDInterface</string>
|
||||
</dict>
|
||||
<key>VoodooI2CHIDDevice Multitouch HID Event Driver</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>DeviceUsagePairs</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>4</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>13</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>5</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>13</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>2</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>13</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CMultitouchHIDEventDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>200</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHIDInterface</string>
|
||||
</dict>
|
||||
<key>VoodooI2CHIDDevice Precision Touchpad HID Event Driver</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>DeviceUsagePairs</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>5</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>13</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CPrecisionTouchpadHIDEventDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>300</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>Transport</key>
|
||||
<string>I2C</string>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHIDInterface</string>
|
||||
<key>ProcessBluetoothMouseStopsTrackpad</key>
|
||||
<false/>
|
||||
<key>ProcessUSBMouseStopsTrackpad</key>
|
||||
<false/>
|
||||
<key>QuietTimeAfterTyping</key>
|
||||
<integer>100</integer>
|
||||
<key>RM,deliverNotifications</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>VoodooI2CHIDDevice Stylus HID Event Driver</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>DeviceUsagePairs</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>2</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>13</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CStylusHIDEventDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>300</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHIDInterface</string>
|
||||
</dict>
|
||||
<key>VoodooI2CHIDDevice Touchscreen HID Event Driver</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>DeviceUsagePairs</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>DeviceUsage</key>
|
||||
<integer>4</integer>
|
||||
<key>DeviceUsagePage</key>
|
||||
<integer>13</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CTouchscreenHIDEventDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>400</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOHIDInterface</string>
|
||||
</dict>
|
||||
<key>VoodooI2CHIDSYNA3602Device</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alexandred.VoodooI2CHID</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooI2CHIDSYNA3602Device</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>200</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>SYNA3602</string>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>VoodooI2CDeviceNub</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017 Alexandre Daoud. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.alexandred.VoodooI2C</key>
|
||||
<string>2.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.4</string>
|
||||
<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>
|
||||
Binary file not shown.
+76
@@ -0,0 +1,76 @@
|
||||
<?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>18E226</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.0.4</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.4</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</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>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>
|
||||
Binary file not shown.
+157
@@ -0,0 +1,157 @@
|
||||
<?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>18E226</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooPS2Controller</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.1.3, 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.1.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.1.3</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</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>OSBundleCompatibleVersion</key>
|
||||
<string>2.1.3</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>
|
||||
Binary file not shown.
Executable
+76
@@ -0,0 +1,76 @@
|
||||
<?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>18E226</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.0.4</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.4</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</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>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>
|
||||
Executable
BIN
Binary file not shown.
Executable
+616
@@ -0,0 +1,616 @@
|
||||
<?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>18E226</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooPS2Keyboard</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.1.3, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.voodoo.driver.PS2Keyboard</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Voodoo PS/2 Keyboard</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.1.3</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>ApplePS2Keyboard</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.voodoo.driver.PS2Keyboard</string>
|
||||
<key>IOClass</key>
|
||||
<string>ApplePS2Keyboard</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>ApplePS2KeyboardDevice</string>
|
||||
<key>Platform Profile</key>
|
||||
<dict>
|
||||
<key>DELL</key>
|
||||
<dict>
|
||||
<key>Dell-Keys</key>
|
||||
<dict>
|
||||
<key>Breakless PS2</key>
|
||||
<array>
|
||||
<string>e005</string>
|
||||
<string>e006</string>
|
||||
</array>
|
||||
<key>Function Keys Special</key>
|
||||
<array>
|
||||
<string>;The following 12 items map Fn+fkeys to fkeys</string>
|
||||
<string>e020=3b</string>
|
||||
<string>e02e=3c</string>
|
||||
<string>e030=3d</string>
|
||||
<string>e022=3e</string>
|
||||
<string>;Fn+f5 macro</string>
|
||||
<string>;Fn+f6 macro</string>
|
||||
<string>;Fn+f7 macro</string>
|
||||
<string>;Fn+f8 macro</string>
|
||||
<string>;Fn+f9 macro</string>
|
||||
<string>;Fn+f10 no code</string>
|
||||
<string>e005=57</string>
|
||||
<string>e006=58</string>
|
||||
<string>;The following 12 items map fkeys to Fn+fkeys</string>
|
||||
<string>3b=e020</string>
|
||||
<string>3c=e02e</string>
|
||||
<string>3d=e030</string>
|
||||
<string>3e=e022</string>
|
||||
<string>;Fn+f5 macro</string>
|
||||
<string>;Fn+f6 macro</string>
|
||||
<string>;Fn+f7 macro</string>
|
||||
<string>;Fn+f8 macro</string>
|
||||
<string>;Fn+f9 macro</string>
|
||||
<string>;Fn+f10 no code</string>
|
||||
<string>57=e005</string>
|
||||
<string>58=e006</string>
|
||||
</array>
|
||||
<key>Function Keys Standard</key>
|
||||
<array>
|
||||
<string>;The following 12 items map Fn+fkeys to Fn+fkeys</string>
|
||||
<string>e020=e020</string>
|
||||
<string>e02e=e02e</string>
|
||||
<string>e030=e030</string>
|
||||
<string>e022=e022</string>
|
||||
<string>;Fn+f5 macro</string>
|
||||
<string>;Fn+f6 macro</string>
|
||||
<string>;Fn+f7 macro</string>
|
||||
<string>;Fn+f8 macro</string>
|
||||
<string>;Fn+f9 macro</string>
|
||||
<string>;Fn+f10 no code</string>
|
||||
<string>e005=e005</string>
|
||||
<string>e006=e006</string>
|
||||
<string>;The following 12 items map fkeys to fkeys</string>
|
||||
<string>3b=3b</string>
|
||||
<string>3c=3c</string>
|
||||
<string>3d=3d</string>
|
||||
<string>3e=3e</string>
|
||||
<string>3f=3f</string>
|
||||
<string>40=40</string>
|
||||
<string>41=41</string>
|
||||
<string>42=42</string>
|
||||
<string>43=43</string>
|
||||
<string>44=44</string>
|
||||
<string>57=57</string>
|
||||
<string>58=58</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>HSW-LPT</key>
|
||||
<string>Dell-Keys</string>
|
||||
<key>SNB-CPT</key>
|
||||
<dict>
|
||||
<key>ActionSwipeDown</key>
|
||||
<string>63 d, 63 u</string>
|
||||
<key>ActionSwipeUp</key>
|
||||
<string>61 d, 61 u</string>
|
||||
<key>Breakless PS2</key>
|
||||
<array>
|
||||
<string>e01e;Touchpad Fn+f3 is breakless</string>
|
||||
<string>e06e;REVIEW: temporary for case that macro inversion does not work...</string>
|
||||
</array>
|
||||
<key>Custom ADB Map</key>
|
||||
<array>
|
||||
<string>e009=83;Dell Support to Launchpad</string>
|
||||
<string>e0f1=71;Call brightens up w RKA1 for special mode (was =90)</string>
|
||||
<string>e0f2=6b;Call brightens down w RKA2 for special mode (was =91)</string>
|
||||
<string>e06e=70;Map vidmirror key for special mode default is adb90</string>
|
||||
</array>
|
||||
<key>Custom PS2 Map</key>
|
||||
<array>
|
||||
<string>e01e=e037;Map tp disable to Fn+f3</string>
|
||||
<string>e037=e01e;Prevent PrntScr from triggering tp disable</string>
|
||||
</array>
|
||||
<key>Function Keys Special</key>
|
||||
<array>
|
||||
<string>;The following 12 items map Fn+fkeys to fkeys</string>
|
||||
<string>e06e=3b</string>
|
||||
<string>e008=3c</string>
|
||||
<string>e01e=3d</string>
|
||||
<string>e005=3e</string>
|
||||
<string>e006=3f</string>
|
||||
<string>e00c=40</string>
|
||||
<string>;Fn+f7 no dedicated macro</string>
|
||||
<string>e010=42</string>
|
||||
<string>e022=43</string>
|
||||
<string>e019=44</string>
|
||||
<string>e02e=57</string>
|
||||
<string>e030=58</string>
|
||||
<string>;The following 12 items map fkeys to Fn+fkeys</string>
|
||||
<string>3b=e06e;Map vidmirror key to f1</string>
|
||||
<string>3c=e0f0;Map radio toggle action from EC query to f2</string>
|
||||
<string>3d=e037;Map touchpad toggle button to f3</string>
|
||||
<string>3e=e0f2;Map acpi RKA2 to f4 brightness down</string>
|
||||
<string>3f=e0f1;Map acpi RKA1 to f5 brightness up</string>
|
||||
<string>40=e0f3;Map acpi RKA3 to f6 keyboard backlight</string>
|
||||
<string>;Fn+f7 no macro</string>
|
||||
<string>42=e010</string>
|
||||
<string>43=e022</string>
|
||||
<string>44=e019</string>
|
||||
<string>57=e02e</string>
|
||||
<string>58=e030</string>
|
||||
</array>
|
||||
<key>Function Keys Standard</key>
|
||||
<array>
|
||||
<string>;The following 12 items map Fn+fkeys to Fn+fkeys</string>
|
||||
<string>e06e=e06e;Fn+f1 macro translated</string>
|
||||
<string>e008=e008;Fn+f2 regular scancode and EC query call q8c</string>
|
||||
<string>e01e=e037;Fn+f3 regular scancode and EC controls LED</string>
|
||||
<string>e005=e005;Fn+f4 no ps2scancode and EC query call q81</string>
|
||||
<string>e006=e006;Fn+f5 no ps2scancode and EC query call q80</string>
|
||||
<string>e00c=e00c;Fn+f6 no ps2scancode and EC query call q8a</string>
|
||||
<string>;Fn+f7 no macro just regular f key</string>
|
||||
<string>e010=e010; Fn+f8 regular scancode</string>
|
||||
<string>e022=e022; Fn+f9 regular scancode</string>
|
||||
<string>e019=e019;Fn+f10 regular scancode</string>
|
||||
<string>e02e=e02e;Fn+f11 regular scancode</string>
|
||||
<string>e030=e030;Fn+f12 regular scancode</string>
|
||||
<string>;Fn+f13 is mute dedicated button that always produces e020 regardless of Fn</string>
|
||||
<string>;The following 12 items map fkeys to fkeys</string>
|
||||
<string>3b=3b</string>
|
||||
<string>3c=3c</string>
|
||||
<string>3d=3d</string>
|
||||
<string>3e=3e</string>
|
||||
<string>3f=3f</string>
|
||||
<string>40=40</string>
|
||||
<string>41=41</string>
|
||||
<string>42=42</string>
|
||||
<string>43=43</string>
|
||||
<string>44=44</string>
|
||||
<string>57=57</string>
|
||||
<string>58=58</string>
|
||||
</array>
|
||||
<key>Macro Inversion</key>
|
||||
<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>
|
||||
</array>
|
||||
<key>MaximumMacroTime</key>
|
||||
<integer>35000000</integer>
|
||||
<key>Note-Author</key>
|
||||
<string>TimeWalker aka TimeWalker75a</string>
|
||||
<key>Note-Comment</key>
|
||||
<string>Keyboard Profile for DELL SandyBridge SecureCore Tiano based laptops (Vostro 3450 & 3750, Inspiron N4110, XPS L502x & L702x & L511z)</string>
|
||||
</dict>
|
||||
<key>WN09</key>
|
||||
<dict>
|
||||
<key>Breakless PS2</key>
|
||||
<array>
|
||||
<string>e01b</string>
|
||||
<string>e008</string>
|
||||
<string>e01e</string>
|
||||
<string>e005</string>
|
||||
<string>e06e</string>
|
||||
<string>e006</string>
|
||||
</array>
|
||||
<key>Custom ADB Map</key>
|
||||
<array>
|
||||
<string>e01b=70</string>
|
||||
<string>e06e=83</string>
|
||||
</array>
|
||||
<key>Custom PS2 Map</key>
|
||||
<array>
|
||||
<string>56=2b</string>
|
||||
<string>29=56</string>
|
||||
<string>2b=29</string>
|
||||
<string>e01e=e037</string>
|
||||
<string>e037=e01e</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>WN09a</key>
|
||||
<dict>
|
||||
<key>Breakless PS2</key>
|
||||
<array>
|
||||
<string>e01b</string>
|
||||
<string>e008</string>
|
||||
<string>e01e</string>
|
||||
<string>e005</string>
|
||||
<string>e06e</string>
|
||||
<string>e006</string>
|
||||
</array>
|
||||
<key>Custom ADB Map</key>
|
||||
<array>
|
||||
<string>e01b=70</string>
|
||||
<string>e06e=83</string>
|
||||
</array>
|
||||
<key>Custom PS2 Map</key>
|
||||
<array>
|
||||
<string>e01e=e037</string>
|
||||
<string>e037=e01e</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>Default</key>
|
||||
<dict>
|
||||
<key>Breakless PS2</key>
|
||||
<array>
|
||||
<string>;Items must be strings in the form of breaklessscan (in hex)</string>
|
||||
</array>
|
||||
<key>Custom ADB Map</key>
|
||||
<array>
|
||||
<string>;Items must be strings in the form of scanfrom=adbto (in hex)</string>
|
||||
</array>
|
||||
<key>Custom PS2 Map</key>
|
||||
<array>
|
||||
<string>;Items must be strings in the form of scanfrom=scanto (in hex)</string>
|
||||
<string>e027=0;disable discrete fnkeys toggle</string>
|
||||
<string>e028=0;disable discrete trackpad toggle</string>
|
||||
</array>
|
||||
<key>HIDF12EjectDelay</key>
|
||||
<integer>250</integer>
|
||||
<key>LogScanCodes</key>
|
||||
<integer>0</integer>
|
||||
<key>Make Application key into Apple Fn key</key>
|
||||
<false/>
|
||||
<key>Make Application key into right windows</key>
|
||||
<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>
|
||||
<true/>
|
||||
<key>Use ISO layout keyboard</key>
|
||||
<false/>
|
||||
<key>alt_handler_id</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HPQOEM</key>
|
||||
<dict>
|
||||
<key>1411</key>
|
||||
<string>ProBook-102;ProBook 4520s</string>
|
||||
<key>1619</key>
|
||||
<string>ProBook-87;ProBook 6560b</string>
|
||||
<key>161C</key>
|
||||
<string>ProBook-87;ProBook 8460p</string>
|
||||
<key>164F</key>
|
||||
<string>ProBook-87;ProBook 5330m</string>
|
||||
<key>167C</key>
|
||||
<string>ProBook-102;ProBook 4530s</string>
|
||||
<key>167E</key>
|
||||
<string>ProBook-102;ProBook 4330s</string>
|
||||
<key>1680</key>
|
||||
<string>ProBook-102;ProBook 4230s</string>
|
||||
<key>179B</key>
|
||||
<string>ProBook-87;ProBook 6470b</string>
|
||||
<key>179C</key>
|
||||
<string>ProBook-87;ProBook 6470b</string>
|
||||
<key>17A9</key>
|
||||
<string>ProBook-87;ProBook 8570b</string>
|
||||
<key>17F0</key>
|
||||
<string>ProBook-102;ProBook 4340s</string>
|
||||
<key>17F3</key>
|
||||
<string>ProBook-102;ProBook 4440s</string>
|
||||
<key>17F6</key>
|
||||
<string>ProBook-102;ProBook 4540s</string>
|
||||
<key>1942</key>
|
||||
<string>ProBook-87;ProBook 450s G1</string>
|
||||
<key>1949</key>
|
||||
<string>ProBook-87;ProBook 450s G1</string>
|
||||
<key>1962</key>
|
||||
<string>Haswell-Envy;HP Envy 15-j063cl</string>
|
||||
<key>1963</key>
|
||||
<string>Haswell-Envy;HP Envy 15-j063cl</string>
|
||||
<key>1965</key>
|
||||
<string>Haswell-Envy;HP Envy 17t-j100</string>
|
||||
<key>1966</key>
|
||||
<string>Haswell-Envy;HP Envy 17t-j000</string>
|
||||
<key>198F</key>
|
||||
<string>ProBook-87;ProBook 450s G0</string>
|
||||
<key>Haswell-Envy</key>
|
||||
<dict>
|
||||
<key>Custom ADB Map</key>
|
||||
<array>
|
||||
<string>e019=42;next</string>
|
||||
<string>e010=4d;previous</string>
|
||||
</array>
|
||||
<key>Custom PS2 Map</key>
|
||||
<array>
|
||||
<string>e045=e037</string>
|
||||
<string>e0ab=0;bogus Fn+F2/F3</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>ProBook-102</key>
|
||||
<dict>
|
||||
<key>Custom PS2 Map</key>
|
||||
<array>
|
||||
<string>e005=0</string>
|
||||
</array>
|
||||
<key>Function Keys Special</key>
|
||||
<array>
|
||||
<string>;The following 12 items map Fn+fkeys to fkeys</string>
|
||||
<string>e05f=3b</string>
|
||||
<string>e012=3c</string>
|
||||
<string>e017=3d</string>
|
||||
<string>e06e=3e</string>
|
||||
<string>e00a=3f</string>
|
||||
<string>e009=40</string>
|
||||
<string>e020=41</string>
|
||||
<string>e02e=42</string>
|
||||
<string>e030=43</string>
|
||||
<string>e010=44</string>
|
||||
<string>e022=57</string>
|
||||
<string>e019=58</string>
|
||||
<string>;The following 12 items map fkeys to Fn+fkeys</string>
|
||||
<string>3b=e05f</string>
|
||||
<string>3c=e012</string>
|
||||
<string>3d=e017</string>
|
||||
<string>3e=e06e</string>
|
||||
<string>3f=e00a</string>
|
||||
<string>40=e009</string>
|
||||
<string>41=e020</string>
|
||||
<string>42=e02e</string>
|
||||
<string>43=e030</string>
|
||||
<string>44=e010</string>
|
||||
<string>57=e022</string>
|
||||
<string>58=e019</string>
|
||||
</array>
|
||||
<key>Function Keys Standard</key>
|
||||
<array>
|
||||
<string>;The following 12 items map Fn+fkeys to Fn+fkeys</string>
|
||||
<string>e05f=e05f</string>
|
||||
<string>e012=e012</string>
|
||||
<string>e017=e017</string>
|
||||
<string>e06e=e06e</string>
|
||||
<string>e00a=e00a</string>
|
||||
<string>e009=e009</string>
|
||||
<string>e020=e020</string>
|
||||
<string>e02e=e02e</string>
|
||||
<string>e030=e030</string>
|
||||
<string>e010=e010</string>
|
||||
<string>e022=e022</string>
|
||||
<string>e019=e019</string>
|
||||
<string>;The following 12 items map fkeys to fkeys</string>
|
||||
<string>3b=3b</string>
|
||||
<string>3c=3c</string>
|
||||
<string>3d=3d</string>
|
||||
<string>3e=3e</string>
|
||||
<string>3f=3f</string>
|
||||
<string>40=40</string>
|
||||
<string>41=41</string>
|
||||
<string>42=42</string>
|
||||
<string>43=43</string>
|
||||
<string>44=44</string>
|
||||
<string>57=57</string>
|
||||
<string>58=58</string>
|
||||
</array>
|
||||
<key>SleepPressTime</key>
|
||||
<integer>3000</integer>
|
||||
</dict>
|
||||
<key>ProBook-87</key>
|
||||
<dict>
|
||||
<key>Custom ADB Map</key>
|
||||
<array>
|
||||
<string>46=4d;scroll => Previous-track</string>
|
||||
<string>e045=34;pause => Play-Pause</string>
|
||||
<string>e052=42;insert => Next-track</string>
|
||||
<string>e046=92;break => Eject</string>
|
||||
</array>
|
||||
<key>Custom PS2 Map</key>
|
||||
<array>
|
||||
<string>e005=0</string>
|
||||
</array>
|
||||
<key>Function Keys Special</key>
|
||||
<array>
|
||||
<string>;The following 8 items map Fn+fkeys to fkeys</string>
|
||||
<string>e05f=3d</string>
|
||||
<string>e06e=3e</string>
|
||||
<string>e02e=40</string>
|
||||
<string>e030=41</string>
|
||||
<string>e009=42</string>
|
||||
<string>e012=43</string>
|
||||
<string>e017=44</string>
|
||||
<string>e033=57</string>
|
||||
<string>;The following 8 items map fkeys to Fn+fkeys</string>
|
||||
<string>3d=e05f</string>
|
||||
<string>3e=e06e</string>
|
||||
<string>40=e02e</string>
|
||||
<string>41=e030</string>
|
||||
<string>42=e037</string>
|
||||
<string>43=e012</string>
|
||||
<string>44=e017</string>
|
||||
</array>
|
||||
<key>Function Keys Standard</key>
|
||||
<array>
|
||||
<string>;The following 8 items map Fn+fkeys to Fn+fkeys</string>
|
||||
<string>e05f=e05f</string>
|
||||
<string>e06e=e06e</string>
|
||||
<string>e02e=e02e</string>
|
||||
<string>e030=e030</string>
|
||||
<string>e009=e009</string>
|
||||
<string>e012=e012</string>
|
||||
<string>e017=e017</string>
|
||||
<string>e033=e033</string>
|
||||
<string>;The following 8 items map fkeys to fkeys</string>
|
||||
<string>3d=3d</string>
|
||||
<string>3e=3e</string>
|
||||
<string>40=40</string>
|
||||
<string>41=41</string>
|
||||
<string>42=42</string>
|
||||
<string>43=43</string>
|
||||
<string>44=44</string>
|
||||
</array>
|
||||
<key>SleepPressTime</key>
|
||||
<integer>3000</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>Intel</key>
|
||||
<dict>
|
||||
<key>CALPELLA</key>
|
||||
<string>SamsungKeys</string>
|
||||
<key>SamsungKeys</key>
|
||||
<dict>
|
||||
<key>Breakless PS2</key>
|
||||
<array>
|
||||
<string>e003</string>
|
||||
<string>e002</string>
|
||||
<string>e004</string>
|
||||
<string>e020</string>
|
||||
<string>;e031</string>
|
||||
<string>e033</string>
|
||||
<string>e006</string>
|
||||
<string>e077</string>
|
||||
<string>e079</string>
|
||||
<string>e008</string>
|
||||
<string>e009</string>
|
||||
</array>
|
||||
<key>Custom ADB Map</key>
|
||||
<array>
|
||||
<string>e002=70</string>
|
||||
<string>e006=80</string>
|
||||
<string>e008=71 (was =90)</string>
|
||||
<string>e009=6b (was =91)</string>
|
||||
</array>
|
||||
<key>Function Keys Special</key>
|
||||
<array>
|
||||
<string>;The following 12 items map Fn+fkeys to fkeys</string>
|
||||
<string>;fn+f1 no code</string>
|
||||
<string>e003=3c</string>
|
||||
<string>;fn+f3 weird code</string>
|
||||
<string>e002=3e</string>
|
||||
<string>e004=3f</string>
|
||||
<string>e020=40</string>
|
||||
<string>e031=41</string>
|
||||
<string>e033=42</string>
|
||||
<string>e006=43</string>
|
||||
<string>;fn+f10 weird code</string>
|
||||
<string>;fn+f11 no code</string>
|
||||
<string>;fn+f12 scrolllock</string>
|
||||
<string>;The following 12 items map fkeys to Fn+fkeys</string>
|
||||
<string>;fn+f1 no code</string>
|
||||
<string>3c=e003</string>
|
||||
<string>;fn+f3 weird code</string>
|
||||
<string>3e=e002</string>
|
||||
<string>3f=e004</string>
|
||||
<string>40=e020</string>
|
||||
<string>41=e031</string>
|
||||
<string>42=e033</string>
|
||||
<string>43=e006</string>
|
||||
<string>;fn+f10 weird code</string>
|
||||
<string>;fn+f11 no code</string>
|
||||
<string>;fn+f12 scrolllock</string>
|
||||
</array>
|
||||
<key>Function Keys Standard</key>
|
||||
<array>
|
||||
<string>;The following 12 items map Fn+fkeys to Fn+fkeys</string>
|
||||
<string>;fn+f1 no code</string>
|
||||
<string>e003=e003</string>
|
||||
<string>;fn+f3 weird code</string>
|
||||
<string>e002=e002</string>
|
||||
<string>e004=e004</string>
|
||||
<string>e020=e020</string>
|
||||
<string>e031=e031</string>
|
||||
<string>e033=e033</string>
|
||||
<string>e006=e006</string>
|
||||
<string>;fn+f10 weird code</string>
|
||||
<string>;fn+f11 no code</string>
|
||||
<string>;fn+f12 scrolllock</string>
|
||||
<string>;The following 12 items map fkeys to fkeys</string>
|
||||
<string>3b=3b</string>
|
||||
<string>3c=3c</string>
|
||||
<string>3d=3d</string>
|
||||
<string>3e=3e</string>
|
||||
<string>3f=3f</string>
|
||||
<string>40=40</string>
|
||||
<string>41=41</string>
|
||||
<string>42=42</string>
|
||||
<string>43=43</string>
|
||||
<string>44=44</string>
|
||||
<string>57=57</string>
|
||||
<string>58=58</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SECCSD</key>
|
||||
<dict>
|
||||
<key>LH43STAR</key>
|
||||
<string>SamsungKeys</string>
|
||||
<key>SamsungKeys</key>
|
||||
<dict>
|
||||
<key>Breakless PS2</key>
|
||||
<array>
|
||||
<string>e020</string>
|
||||
<string>e02e</string>
|
||||
<string>e030</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.acidanthera.voodoo.driver.PS2Controller</key>
|
||||
<string>2.1.3</string>
|
||||
<key>com.apple.iokit.IOHIDFamily</key>
|
||||
<string>1.0.0b1</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>
|
||||
BIN
Binary file not shown.
Executable
+194
@@ -0,0 +1,194 @@
|
||||
<?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>18E226</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooPS2Mouse</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.1.3, 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.1.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.1.3</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18E219</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1020</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10E1001</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>ApplePS2Mouse</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.voodoo.driver.PS2Mouse</string>
|
||||
<key>HIDPointerAccelerationType</key>
|
||||
<string>HIDTrackpadAcceleration</string>
|
||||
<key>HIDScrollAccelerationType</key>
|
||||
<string>HIDTrackpadScrollAcceleration</string>
|
||||
<key>IOClass</key>
|
||||
<string>ApplePS2Mouse</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>ApplePS2MouseDevice</string>
|
||||
<key>Platform Profile</key>
|
||||
<dict>
|
||||
<key>Default</key>
|
||||
<dict>
|
||||
<key>ActLikeTrackpad</key>
|
||||
<false/>
|
||||
<key>ButtonCount</key>
|
||||
<integer>3</integer>
|
||||
<key>Darwin 16+</key>
|
||||
<dict>
|
||||
<key>ApplePreferenceCapability</key>
|
||||
<true/>
|
||||
<key>ApplePreferenceIdentifier</key>
|
||||
<string>com.apple.AppleMultitouchTrackpad</string>
|
||||
<key>MT Built-in</key>
|
||||
<true/>
|
||||
<key>MTHIDDevice</key>
|
||||
<true/>
|
||||
<key>SupportsGestureScrolling</key>
|
||||
<true/>
|
||||
<key>TrackpadEmbedded</key>
|
||||
<true/>
|
||||
<key>TrackpadFourFingerGestures</key>
|
||||
<false/>
|
||||
<key>TrackpadSecondaryClickCorners</key>
|
||||
<true/>
|
||||
<key>TrackpadThreeFingerDrag</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>DefaultResolution</key>
|
||||
<integer>240</integer>
|
||||
<key>DisableDevice</key>
|
||||
<false/>
|
||||
<key>DisableLEDUpdating</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>ProcessBluetoothMouseStopsTrackpad</key>
|
||||
<true/>
|
||||
<key>ProcessUSBMouseStopsTrackpad</key>
|
||||
<true/>
|
||||
<key>QuietTimeAfterTyping</key>
|
||||
<integer>500000000</integer>
|
||||
<key>ResolutionMode</key>
|
||||
<integer>3</integer>
|
||||
<key>ScrollResolution</key>
|
||||
<integer>5</integer>
|
||||
<key>ScrollYInverter</key>
|
||||
<integer>1</integer>
|
||||
<key>TrackpadScroll</key>
|
||||
<true/>
|
||||
<key>WakeDelay</key>
|
||||
<integer>1000</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>ActLikeTrackpad</key>
|
||||
<true/>
|
||||
<key>DisableDevice</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>ProBook-102</key>
|
||||
<string>ProBook</string>
|
||||
<key>ProBook-87</key>
|
||||
<string>ProBook</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>ProductID</key>
|
||||
<integer>547</integer>
|
||||
<key>RM,deliverNotifications</key>
|
||||
<true/>
|
||||
<key>USBMouseStopsTrackpad</key>
|
||||
<integer>0</integer>
|
||||
<key>VendorID</key>
|
||||
<integer>1452</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.acidanthera.voodoo.driver.PS2Controller</key>
|
||||
<string>2.1.3</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>
|
||||
BIN
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user