Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit 52a310a

Browse files
committed
New TrackPad & TrackPoint driver
1 parent c0cd0b6 commit 52a310a

File tree

26 files changed

+1232
-734
lines changed

26 files changed

+1232
-734
lines changed
Binary file not shown.

OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19D76</string>
6+
<string>18E226</string>
77
<key>CFBundleExecutable</key>
88
<string>VoodooPS2Controller</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>2.1.4, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
10+
<string>2.1.5, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>as.acidanthera.voodoo.driver.PS2Controller</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,29 +17,29 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1.4</string>
20+
<string>2.1.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>2.1.4</string>
28+
<string>2.1.5</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>11C504</string>
32+
<string>10E1001</string>
3333
<key>DTPlatformVersion</key>
3434
<string>GM</string>
3535
<key>DTSDKBuild</key>
36-
<string>19B90</string>
36+
<string>18E219</string>
3737
<key>DTSDKName</key>
38-
<string>macosx10.15</string>
38+
<string>macosx10.14</string>
3939
<key>DTXcode</key>
40-
<string>1130</string>
40+
<string>1020</string>
4141
<key>DTXcodeBuild</key>
42-
<string>11C504</string>
42+
<string>10E1001</string>
4343
<key>IOKitPersonalities</key>
4444
<dict>
4545
<key>ACPI PS/2 Nub</key>
@@ -134,10 +134,8 @@
134134
<true/>
135135
</dict>
136136
</dict>
137-
<key>LSMinimumSystemVersion</key>
138-
<string>10.11</string>
139137
<key>OSBundleCompatibleVersion</key>
140-
<string>2.1.4</string>
138+
<string>2.1.5</string>
141139
<key>OSBundleLibraries</key>
142140
<dict>
143141
<key>com.apple.iokit.IOACPIFamily</key>
-280 Bytes
Binary file not shown.

OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19D76</string>
6+
<string>18E226</string>
77
<key>CFBundleExecutable</key>
88
<string>VoodooPS2Keyboard</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>2.1.4, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013</string>
10+
<string>2.1.5, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>as.acidanthera.voodoo.driver.PS2Keyboard</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,29 +17,29 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1.4</string>
20+
<string>2.1.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>2.1.4</string>
28+
<string>2.1.5</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>11C504</string>
32+
<string>10E1001</string>
3333
<key>DTPlatformVersion</key>
3434
<string>GM</string>
3535
<key>DTSDKBuild</key>
36-
<string>19B90</string>
36+
<string>18E219</string>
3737
<key>DTSDKName</key>
38-
<string>macosx10.15</string>
38+
<string>macosx10.14</string>
3939
<key>DTXcode</key>
40-
<string>1130</string>
40+
<string>1020</string>
4141
<key>DTXcodeBuild</key>
42-
<string>11C504</string>
42+
<string>10E1001</string>
4343
<key>IOKitPersonalities</key>
4444
<dict>
4545
<key>ApplePS2Keyboard</key>
@@ -593,12 +593,10 @@
593593
</dict>
594594
</dict>
595595
</dict>
596-
<key>LSMinimumSystemVersion</key>
597-
<string>10.11</string>
598596
<key>OSBundleLibraries</key>
599597
<dict>
600598
<key>as.acidanthera.voodoo.driver.PS2Controller</key>
601-
<string>2.1.4</string>
599+
<string>2.1.5</string>
602600
<key>com.apple.iokit.IOHIDFamily</key>
603601
<string>1.0.0b1</string>
604602
<key>com.apple.kpi.bsd</key>

OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist

Lines changed: 0 additions & 196 deletions
This file was deleted.

0 commit comments

Comments
 (0)