Use VoodooRMI for Touchpad. Fixes always force touches.
This commit is contained in:
parent
9221b30c68
commit
5b8ec78cac
103
EFI/OC/Kexts/VoodooRMI.kext/Contents/Info.plist
Normal file
103
EFI/OC/Kexts/VoodooRMI.kext/Contents/Info.plist
Normal file
@ -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>20A5384c</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooRMI</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.1Revenger1.VoodooRMI</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>VoodooRMI</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>11.0</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>20A5343f</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx11.0</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1200</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>RMIDevice</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.1Revenger1.VoodooRMI</string>
|
||||
<key>Configuration</key>
|
||||
<dict>
|
||||
<key>DisableWhileTrackpointTimeout </key>
|
||||
<integer>100</integer>
|
||||
<key>DisableWhileTypingTimeout</key>
|
||||
<integer>100</integer>
|
||||
<key>ForceTouchEmulation</key>
|
||||
<true/>
|
||||
<key>ForceTouchMinPressure</key>
|
||||
<integer>90</integer>
|
||||
<key>MinYDiffThumbDetection</key>
|
||||
<integer>200</integer>
|
||||
<key>TrackpointDeadzone</key>
|
||||
<integer>1</integer>
|
||||
<key>TrackpointMultiplier</key>
|
||||
<integer>10</integer>
|
||||
<key>TrackpointScrollMultiplierX</key>
|
||||
<integer>30</integer>
|
||||
<key>TrackpointScrollMultiplierY</key>
|
||||
<integer>30</integer>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>RMIBus</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>2910</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>RMI4 Supported</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>RMITransport</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 1Revenger1. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0.0</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>Console</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
EFI/OC/Kexts/VoodooRMI.kext/Contents/MacOS/VoodooRMI
Normal file
BIN
EFI/OC/Kexts/VoodooRMI.kext/Contents/MacOS/VoodooRMI
Normal file
Binary file not shown.
@ -0,0 +1,86 @@
|
||||
<?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>20A5384c</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>RMII2C</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.1Revenger1.RMII2C</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>RMII2C</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>12A8179i</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>11.0</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>20A5343f</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx11.0</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1200</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>RMII2C</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.1Revenger1.RMII2C</string>
|
||||
<key>IOClass</key>
|
||||
<string>RMII2C</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>500</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>compatible</key>
|
||||
<string>PNP0C50</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>VoodooI2CDeviceNub</string>
|
||||
<key>Legacy</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 1Revenger1. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.1Revenger1.VoodooRMI</key>
|
||||
<string>1.0</string>
|
||||
<key>com.alexandred.VoodooI2C</key>
|
||||
<string>2.5</string>
|
||||
<key>com.apple.iokit.IOHIDFamily</key>
|
||||
<string>2.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>18.5</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>18.5</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>18.5</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>
|
@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>20A5384c</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>RMISMBus</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.1Revenger1.RMISMBus</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>RMISMBus</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.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>11.0</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>20A5343f</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx11.0</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1200</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>RMISMBus</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.1Revenger1.RMISMBus</string>
|
||||
<key>IOClass</key>
|
||||
<string>RMISMBus</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>500</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>VoodooSMBUS Slave Device Address</key>
|
||||
<integer>44</integer>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>VoodooSMBusDeviceNub</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 1Revenger1. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.1Revenger1.VoodooRMI</key>
|
||||
<string>1.0</string>
|
||||
<key>com.apple.iokit.IOHIDFamily</key>
|
||||
<string>2.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>18.5</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>18.5</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>18.5</string>
|
||||
<key>de.leo-labs.VoodooSMBus</key>
|
||||
<string>3.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Console</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>
|
@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>20A5343i</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.7</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.7</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>11.0</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>20A5343f</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx11.0</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1200</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>12A8179i</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>
|
Binary file not shown.
@ -0,0 +1,39 @@
|
||||
//
|
||||
// MultitouchHelpers.hpp
|
||||
// VooodooInput
|
||||
//
|
||||
// Copyright © 2019 Alexandre Daoud. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef MULTITOUCH_HELPERS_H
|
||||
#define MULTITOUCH_HELPERS_H
|
||||
|
||||
#define AbsoluteTime_to_scalar(x) (*(uint64_t *)(x))
|
||||
|
||||
#define SUB_ABSOLUTETIME(t1, t2) \
|
||||
(AbsoluteTime_to_scalar(t1) -= \
|
||||
AbsoluteTime_to_scalar(t2))
|
||||
|
||||
#define kIOPMPowerOff 0
|
||||
#define kIOPMNumberPowerStates 2
|
||||
|
||||
enum {
|
||||
// transforms
|
||||
kIOFBRotateFlags = 0x0000000f,
|
||||
|
||||
kIOFBSwapAxes = 0x00000001,
|
||||
kIOFBInvertX = 0x00000002,
|
||||
kIOFBInvertY = 0x00000004,
|
||||
|
||||
kIOFBRotate0 = 0x00000000,
|
||||
kIOFBRotate90 = kIOFBSwapAxes | kIOFBInvertX,
|
||||
kIOFBRotate180 = kIOFBInvertX | kIOFBInvertY,
|
||||
kIOFBRotate270 = kIOFBSwapAxes | kIOFBInvertY
|
||||
};
|
||||
|
||||
static IOPMPowerState PMPowerStates[kIOPMNumberPowerStates] = {
|
||||
{1, kIOPMPowerOff, kIOPMPowerOff, kIOPMPowerOff, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
{1, kIOPMPowerOn, kIOPMPowerOn, kIOPMPowerOn, 0, 0, 0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
#endif
|
@ -0,0 +1,26 @@
|
||||
//
|
||||
// VoodooInputEvent.h
|
||||
// VooodooInput
|
||||
//
|
||||
// Copyright © 2019 Kishor Prins. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef VOODOO_INPUT_EVENT_H
|
||||
#define VOODOO_INPUT_EVENT_H
|
||||
|
||||
#include "VoodooInputTransducer.h"
|
||||
|
||||
struct VoodooInputEvent {
|
||||
UInt8 contact_count;
|
||||
AbsoluteTime timestamp;
|
||||
VoodooInputTransducer transducers[VOODOO_INPUT_MAX_TRANSDUCERS];
|
||||
};
|
||||
|
||||
struct VoodooInputDimensions {
|
||||
SInt32 min_x;
|
||||
SInt32 max_x;
|
||||
SInt32 min_y;
|
||||
SInt32 max_y;
|
||||
};
|
||||
|
||||
#endif /* VoodooInputEvent_h */
|
@ -0,0 +1,30 @@
|
||||
//
|
||||
// VoodooInputMessages.h
|
||||
// VooodooInput
|
||||
//
|
||||
// Copyright © 2019 Kishor Prins. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef VOODOO_INPUT_MESSAGES_H
|
||||
#define VOODOO_INPUT_MESSAGES_H
|
||||
|
||||
#define VOODOO_INPUT_IDENTIFIER "VoodooInput Instance"
|
||||
|
||||
#define VOODOO_INPUT_TRANSFORM_KEY "IOFBTransform"
|
||||
#define VOODOO_INPUT_LOGICAL_MAX_X_KEY "Logical Max X"
|
||||
#define VOODOO_INPUT_LOGICAL_MAX_Y_KEY "Logical Max Y"
|
||||
#define VOODOO_INPUT_PHYSICAL_MAX_X_KEY "Physical Max X"
|
||||
#define VOODOO_INPUT_PHYSICAL_MAX_Y_KEY "Physical Max Y"
|
||||
|
||||
#define VOODOO_INPUT_MAX_TRANSDUCERS 10
|
||||
#define kIOMessageVoodooInputMessage 12345
|
||||
#define kIOMessageVoodooInputUpdateDimensionsMessage 12346
|
||||
#define kIOMessageVoodooInputUpdatePropertiesNotification 12347
|
||||
|
||||
#define kVoodooInputTransducerFingerType 1
|
||||
#define kVoodooInputTransducerStylusType 2
|
||||
|
||||
#include "VoodooInputTransducer.h"
|
||||
#include "VoodooInputEvent.h"
|
||||
|
||||
#endif /* VoodooInputMessages_h */
|
@ -0,0 +1,54 @@
|
||||
//
|
||||
// VoodooInputTransducer.hpp
|
||||
// VooodooInput
|
||||
//
|
||||
// Copyright © 2019 Kishor Prins. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef VOODOO_INPUT_TRANSDUCER_H
|
||||
#define VOODOO_INPUT_TRANSDUCER_H
|
||||
|
||||
#define VOODOO_INPUT_MAX_TRANSDUCERS 10
|
||||
|
||||
enum MT2FingerType {
|
||||
kMT2FingerTypeUndefined = 0,
|
||||
kMT2FingerTypeThumb,
|
||||
kMT2FingerTypeIndexFinger,
|
||||
kMT2FingerTypeMiddleFinger,
|
||||
kMT2FingerTypeRingFinger,
|
||||
kMT2FingerTypeLittleFinger,
|
||||
kMT2FingerTypeCount
|
||||
};
|
||||
|
||||
enum VoodooInputTransducerType {
|
||||
STYLUS,
|
||||
FINGER
|
||||
};
|
||||
|
||||
struct TouchCoordinates {
|
||||
UInt32 x;
|
||||
UInt32 y;
|
||||
UInt8 pressure;
|
||||
UInt8 width;
|
||||
};
|
||||
|
||||
struct VoodooInputTransducer {
|
||||
AbsoluteTime timestamp;
|
||||
|
||||
MT2FingerType fingerType;
|
||||
UInt32 secondaryId;
|
||||
VoodooInputTransducerType type;
|
||||
|
||||
bool isValid;
|
||||
bool isPhysicalButtonDown;
|
||||
bool isTransducerActive;
|
||||
bool supportsPressure;
|
||||
|
||||
TouchCoordinates currentCoordinates;
|
||||
TouchCoordinates previousCoordinates;
|
||||
|
||||
UInt32 maxPressure;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
@ -0,0 +1,177 @@
|
||||
<?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/VoodooInputMultitouch/MultitouchHelpers.h</key>
|
||||
<data>
|
||||
2Dn/wSPXmisHoAia4HckRfPF9VY=
|
||||
</data>
|
||||
<key>Resources/VoodooInputMultitouch/VoodooInputEvent.h</key>
|
||||
<data>
|
||||
4GTEuNGgjRofbAtGSyWz6Nbsnos=
|
||||
</data>
|
||||
<key>Resources/VoodooInputMultitouch/VoodooInputMessages.h</key>
|
||||
<data>
|
||||
qCmn9DSe9uGXcmf2kYAon+yhLZM=
|
||||
</data>
|
||||
<key>Resources/VoodooInputMultitouch/VoodooInputTransducer.h</key>
|
||||
<data>
|
||||
gkk9BaVsQ4gUmaqO8llP7dOHjhE=
|
||||
</data>
|
||||
</dict>
|
||||
<key>files2</key>
|
||||
<dict>
|
||||
<key>Resources/VoodooInputMultitouch/MultitouchHelpers.h</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
2Dn/wSPXmisHoAia4HckRfPF9VY=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
Sfb8D4oD0U3eU/uN3tJWzilbqnn/x967cYacLl0mbZc=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/VoodooInputMultitouch/VoodooInputEvent.h</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
4GTEuNGgjRofbAtGSyWz6Nbsnos=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
pU3r7vNH4yll7M033lo4m86PdykPsGcQ05X2FBUJqxA=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/VoodooInputMultitouch/VoodooInputMessages.h</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
qCmn9DSe9uGXcmf2kYAon+yhLZM=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
LQmAinlegp8n/vYzAgpEK+UQvOCTfiTykq64XnhxB8Y=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/VoodooInputMultitouch/VoodooInputTransducer.h</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
gkk9BaVsQ4gUmaqO8llP7dOHjhE=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
K17G+d04Tw396K/qurHzQZc/0cTgWwEESFtu6sfMd0w=
|
||||
</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>
|
@ -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>20A5384c</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooTrackpoint</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.VoodooSMBus.VoodooTrackpoint</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>VoodooTrackpoint</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>12A8179i</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>11.0</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>20A5343f</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx11.0</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1200</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>VoodooTrackpoint</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.VoodooSMBus.VoodooTrackpoint</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooTrackpoint</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>200</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>VoodooTrackpointSupported</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOService</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 VoodooSMBus. 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>18.5</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>18.5</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>18.5</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>
|
@ -0,0 +1,152 @@
|
||||
<?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/RMII2C.kext</key>
|
||||
<dict>
|
||||
<key>cdhash</key>
|
||||
<data>
|
||||
mmflA3fLLl/W9Ae9rUB+rBhBLzA=
|
||||
</data>
|
||||
<key>requirement</key>
|
||||
<string>cdhash H"9c64ebf1fc72773012e48825ae2262ec1f60651b" or cdhash H"9a67e50377cb2e5fd6f407bdad407eac18412f30"</string>
|
||||
</dict>
|
||||
<key>PlugIns/RMISMBus.kext</key>
|
||||
<dict>
|
||||
<key>cdhash</key>
|
||||
<data>
|
||||
fA04iAtrGzfF1JU2HeohME2scgk=
|
||||
</data>
|
||||
<key>requirement</key>
|
||||
<string>cdhash H"cef1e7303dff62e092a0b33790ec73a4d78e49ca" or cdhash H"7c0d38880b6b1b37c5d495361dea21304dac7209"</string>
|
||||
</dict>
|
||||
<key>PlugIns/VoodooInput.kext</key>
|
||||
<dict>
|
||||
<key>cdhash</key>
|
||||
<data>
|
||||
tpB3n7tavV+Vnmp6/WhNiAjoeQI=
|
||||
</data>
|
||||
<key>requirement</key>
|
||||
<string>cdhash H"d98406fb8dbdbd15e9b925c93975d6e8921dbbc1" or cdhash H"b690779fbb5abd5f959e6a7afd684d8808e87902"</string>
|
||||
</dict>
|
||||
<key>PlugIns/VoodooTrackpoint.kext</key>
|
||||
<dict>
|
||||
<key>cdhash</key>
|
||||
<data>
|
||||
EzdJvM7s2cX64tBNcEmWZc9JX0c=
|
||||
</data>
|
||||
<key>requirement</key>
|
||||
<string>cdhash H"f0f3e25f094443818e2461577dcb47ea47cc2770" or cdhash H"133749bcceecd9c5fae2d04d70499665cf495f47"</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>
|
101
EFI/OC/Kexts/VoodooSMBus.kext/Contents/Info.plist
Normal file
101
EFI/OC/Kexts/VoodooSMBus.kext/Contents/Info.plist
Normal file
@ -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>20A5384c</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooSMBus</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>de.leo-labs.VoodooSMBus</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>VoodooSMBus</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>11.0</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>20A5343f</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx11.0</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1200</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>12A8179i</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>VoodooSMBusControllerDriver</key>
|
||||
<dict>
|
||||
<key>Addresses</key>
|
||||
<array>
|
||||
<integer>44</integer>
|
||||
<integer>21</integer>
|
||||
</array>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>de.leo-labs.VoodooSMBus</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooSMBusControllerDriver</string>
|
||||
<key>IOPCIClassMatch</key>
|
||||
<string>0c050000&0xffffff00</string>
|
||||
<key>IOPCIMatchComment</key>
|
||||
<string>Intel SMBus Controller i801 (Class 0x0C05)</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>400</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
</dict>
|
||||
<key>VoodooSMBusIntelLpssI2C</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>de.leo-labs.VoodooSMBus</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooSMBusIntelLpssI2C</string>
|
||||
<key>IOPCIMatch</key>
|
||||
<string>0x9d608086</string>
|
||||
<key>IOPCIMatchComment</key>
|
||||
<string>Dummy IntelLpssI2CDriver</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>400</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2019 leo-labs. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>3.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOHIDFamily</key>
|
||||
<string>2.0</string>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>2.9</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>18.5</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>18.5</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>18.5</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
BIN
EFI/OC/Kexts/VoodooSMBus.kext/Contents/MacOS/VoodooSMBus
Normal file
BIN
EFI/OC/Kexts/VoodooSMBus.kext/Contents/MacOS/VoodooSMBus
Normal file
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>
|
@ -502,6 +502,24 @@
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>Any</string>
|
||||
<key>BundlePath</key>
|
||||
<string>VoodooSMBus.kext</string>
|
||||
<key>Comment</key>
|
||||
<string></string>
|
||||
<key>Enabled</key>
|
||||
<true/>
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/VoodooSMBus</string>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string></string>
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>Any</string>
|
||||
@ -616,7 +634,7 @@
|
||||
<key>BundlePath</key>
|
||||
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
|
||||
<key>Comment</key>
|
||||
<string></string>
|
||||
<string>Disabled b/c VoodooRMI</string>
|
||||
<key>Enabled</key>
|
||||
<false/>
|
||||
<key>ExecutablePath</key>
|
||||
@ -634,9 +652,9 @@
|
||||
<key>BundlePath</key>
|
||||
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
|
||||
<key>Comment</key>
|
||||
<string></string>
|
||||
<string>Disabled b/c VoodooRMI</string>
|
||||
<key>Enabled</key>
|
||||
<true/>
|
||||
<false/>
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/VoodooPS2Trackpad</string>
|
||||
<key>MaxKernel</key>
|
||||
@ -664,6 +682,96 @@
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>Any</string>
|
||||
<key>BundlePath</key>
|
||||
<string>VoodooRMI.kext</string>
|
||||
<key>Comment</key>
|
||||
<string></string>
|
||||
<key>Enabled</key>
|
||||
<true/>
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/VoodooRMI</string>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string></string>
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>Any</string>
|
||||
<key>BundlePath</key>
|
||||
<string>VoodooRMI.kext/Contents/PlugIns/RMII2C.kext</string>
|
||||
<key>Comment</key>
|
||||
<string></string>
|
||||
<key>Enabled</key>
|
||||
<false/>
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/RMII2C</string>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string></string>
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>Any</string>
|
||||
<key>BundlePath</key>
|
||||
<string>VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext</string>
|
||||
<key>Comment</key>
|
||||
<string></string>
|
||||
<key>Enabled</key>
|
||||
<true/>
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/RMISMBus</string>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string></string>
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>Any</string>
|
||||
<key>BundlePath</key>
|
||||
<string>VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext</string>
|
||||
<key>Comment</key>
|
||||
<string></string>
|
||||
<key>Enabled</key>
|
||||
<false/>
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/VoodooInput</string>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string></string>
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>Any</string>
|
||||
<key>BundlePath</key>
|
||||
<string>VoodooRMI.kext/Contents/PlugIns/VoodooTrackpoint.kext</string>
|
||||
<key>Comment</key>
|
||||
<string></string>
|
||||
<key>Enabled</key>
|
||||
<true/>
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/VoodooTrackpoint</string>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string></string>
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>Block</key>
|
||||
<array>
|
||||
|
Reference in New Issue
Block a user