Skip to content

Commit 99ca9d8

Browse files
committed
revert: I2C 触摸板问题
1 parent 4d85bdc commit 99ca9d8

File tree

16 files changed

+15
-355
lines changed

16 files changed

+15
-355
lines changed

EFI/.DS_Store

0 Bytes
Binary file not shown.

EFI/OC/.DS_Store

4 KB
Binary file not shown.

EFI/OC/Kexts/.DS_Store

2 KB
Binary file not shown.

EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>23H124</string>
6+
<string>22F82</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.9.1</string>
20+
<string>2.8</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>2.9.1</string>
26+
<string>2.8</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
-112 Bytes
Binary file not shown.

EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>23H124</string>
6+
<string>22F82</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>

EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources

-115
This file was deleted.

EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>23H124</string>
6+
<string>22F82</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>

EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources

-115
This file was deleted.

EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>23H124</string>
6+
<string>22F82</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.6</string>
20+
<string>1.1.4</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1.1.6</string>
26+
<string>1.1.4</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
@@ -60,7 +60,7 @@
6060
</dict>
6161
</dict>
6262
<key>LSMinimumSystemVersion</key>
63-
<string>10.10</string>
63+
<string>10.11</string>
6464
<key>NSHumanReadableCopyright</key>
6565
<string>Copyright © 2019 Kishor Prins. All rights reserved.</string>
6666
<key>OSBundleLibraries</key>

EFI/OC/Kexts/VoodooI2CHID.kext/Contents/Info.plist

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>23H124</string>
6+
<string>22F82</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -302,6 +302,11 @@
302302
<string>VoodooI2CPrecisionTouchpadHIDEventDriver</string>
303303
<key>IOProbeScore</key>
304304
<integer>300</integer>
305+
<key>IOPropertyMatch</key>
306+
<dict>
307+
<key>Transport</key>
308+
<string>I2C</string>
309+
</dict>
305310
<key>IOProviderClass</key>
306311
<string>IOHIDInterface</string>
307312
<key>ProcessBluetoothMouseStopsTrackpad</key>
Binary file not shown.

0 commit comments

Comments
 (0)