Skip to content

Commit

Permalink
New Voodooi2c v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jun 27, 2018
1 parent 00592a6 commit decf395
Show file tree
Hide file tree
Showing 23 changed files with 937 additions and 18 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/.DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
<key>Comment</key>
<string>QE/CE 515</string>
<key>Disabled</key>
<true/>
<false/>
<key>Find</key>
<data>
iUXIOcZ2UQ==
Expand Down Expand Up @@ -664,7 +664,7 @@
<key>Comment</key>
<string>eDP, port 0000, 0x191e0000, 0x19160000, 0x19260000, 0x19270000, 0x191b0000, 0x19160002, 0x19260002, 0x191e0003, 0x19260004, 0x19270004, 0x193b0005 credit syscl</string>
<key>Disabled</key>
<true/>
<false/>
<key>Find</key>
<data>
AAAIAAIAAACYAAAAAQUJAAAEAAA=
Expand All @@ -682,7 +682,7 @@
<key>Comment</key>
<string>Enable lid wake for 0x19260002 credit syscl/lighting/Yating Zhou</string>
<key>Disabled</key>
<true/>
<false/>
<key>Find</key>
<data>
ChMDAAAABgAAAAAAAAAAAA==
Expand All @@ -700,7 +700,7 @@
<key>Comment</key>
<string>Enable lid wake for 0x19260004 credit syscl/lighting/Yating Zhou</string>
<key>Disabled</key>
<true/>
<false/>
<key>Find</key>
<data>
CgsDAAAHBgADAAAABAAAAA==
Expand Down
Binary file modified EFI/CLOVER/kexts/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/.DS_Store
Binary file not shown.
16 changes: 8 additions & 8 deletions EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18A293u</string>
<string>16F73</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,27 +17,27 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9F1027a</string>
<string>8E3004b</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17E189</string>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>0940</string>
<string>0833</string>
<key>DTXcodeBuild</key>
<string>9F1027a</string>
<string>8E3004b</string>
<key>IOKitPersonalities</key>
<dict>
<key>CSGesture Multitouch Engine</key>
Expand Down
Binary file modified EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/MacOS/VoodooI2C
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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>16F73</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>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>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>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>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>16F73</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>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>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>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>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit decf395

Please sign in to comment.