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

Commit 15a2a4d

Browse files
committed
VoodooSMBus and VoodooRMI
1 parent c0cd0b6 commit 15a2a4d

File tree

29 files changed

+1234
-808
lines changed

29 files changed

+1234
-808
lines changed
Binary file not shown.

OC/ACPI/SSDT-SBUS.aml

-190 Bytes
Binary file not shown.
Binary file not shown.

OC/Kexts/SMCLightSensor.kext/Contents/Info.plist renamed to OC/Kexts/VoltageShift.kext/Contents/Info.plist

Lines changed: 28 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,81 +3,73 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>18E226</string>
6+
<string>19F101</string>
77
<key>CFBundleDevelopmentRegion</key>
8-
<string>en</string>
8+
<string>English</string>
99
<key>CFBundleExecutable</key>
10-
<string>SMCLightSensor</string>
10+
<string>VoltageShift</string>
11+
<key>CFBundleGetInfoString</key>
12+
<string>VoltageShift 1.22, copyright © 2019 SC Lee. All rights reserved.</string>
1113
<key>CFBundleIdentifier</key>
12-
<string>ru.usrsse2.SMCLightSensor</string>
14+
<string>com.sicreative.VoltageShift</string>
1315
<key>CFBundleInfoDictionaryVersion</key>
1416
<string>6.0</string>
1517
<key>CFBundleName</key>
16-
<string>SMCLightSensor</string>
18+
<string>VoltageShift</string>
1719
<key>CFBundlePackageType</key>
1820
<string>KEXT</string>
1921
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
22+
<string>1.21</string>
23+
<key>CFBundleSignature</key>
24+
<string>????</string>
2125
<key>CFBundleSupportedPlatforms</key>
2226
<array>
2327
<string>MacOSX</string>
2428
</array>
2529
<key>CFBundleVersion</key>
26-
<string>1</string>
30+
<string>1.21</string>
2731
<key>DTCompiler</key>
2832
<string>com.apple.compilers.llvm.clang.1_0</string>
2933
<key>DTPlatformBuild</key>
30-
<string>10E1001</string>
34+
<string>11E608c</string>
3135
<key>DTPlatformVersion</key>
3236
<string>GM</string>
3337
<key>DTSDKBuild</key>
34-
<string>18E219</string>
38+
<string>19E258</string>
3539
<key>DTSDKName</key>
36-
<string>macosx10.14</string>
40+
<string>macosx10.15</string>
3741
<key>DTXcode</key>
38-
<string>1020</string>
42+
<string>1150</string>
3943
<key>DTXcodeBuild</key>
40-
<string>10E1001</string>
44+
<string>11E608c</string>
4145
<key>IOKitPersonalities</key>
4246
<dict>
43-
<key>SMCLightSensor</key>
47+
<key>VoltageShiftAnVMSR</key>
4448
<dict>
45-
<key>CFBundleIdentifier</key>
46-
<string>ru.usrsse2.SMCLightSensor</string>
4749
<key>IOClass</key>
48-
<string>SMCLightSensor</string>
50+
<string>VoltageShiftAnVMSR</string>
4951
<key>IOMatchCategory</key>
50-
<string>SMCLightSensor</string>
52+
<string>VoltageShiftAnVMSR</string>
5153
<key>IOProviderClass</key>
5254
<string>IOResources</string>
5355
<key>IOResourceMatch</key>
5456
<string>IOKit</string>
57+
<key>IOUserClientClass</key>
58+
<string>AnVMSRClient</string>
5559
</dict>
5660
</dict>
61+
<key>LSMinimumSystemVersion</key>
62+
<string>10.15</string>
5763
<key>NSHumanReadableCopyright</key>
58-
<string>Copyright © 2018 vit9696. All rights reserved.</string>
59-
<key>OSBundleCompatibleVersion</key>
60-
<string>1.0.0</string>
64+
<string>Copyright © 2019 SC Lee. All rights reserved.</string>
6165
<key>OSBundleLibraries</key>
6266
<dict>
63-
<key>as.vit9696.Lilu</key>
64-
<string>1.2.0</string>
65-
<key>as.vit9696.VirtualSMC</key>
66-
<string>1.0.0</string>
67-
<key>com.apple.iokit.IOACPIFamily</key>
68-
<string>1.0.0d1</string>
69-
<key>com.apple.kpi.bsd</key>
70-
<string>12.0.0</string>
71-
<key>com.apple.kpi.dsep</key>
72-
<string>12.0.0</string>
7367
<key>com.apple.kpi.iokit</key>
74-
<string>12.0.0</string>
68+
<string>8.0.0b1</string>
7569
<key>com.apple.kpi.libkern</key>
76-
<string>12.0.0</string>
77-
<key>com.apple.kpi.mach</key>
78-
<string>12.0.0</string>
79-
<key>com.apple.kpi.unsupported</key>
80-
<string>12.0.0</string>
70+
<string>8.0.0b1</string>
8171
</dict>
72+
<key>OSBundleRequired</key>
73+
<string>Root</string>
8274
</dict>
8375
</plist>
Binary file not shown.
Binary file not shown.
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>files</key>
6+
<dict>
7+
<key>Resources/en.lproj/InfoPlist.strings</key>
8+
<dict>
9+
<key>hash</key>
10+
<data>
11+
MiLKDDnrUKr4EmuvhS5VQwxHGK8=
12+
</data>
13+
<key>optional</key>
14+
<true/>
15+
</dict>
16+
</dict>
17+
<key>files2</key>
18+
<dict>
19+
<key>Resources/en.lproj/InfoPlist.strings</key>
20+
<dict>
21+
<key>hash</key>
22+
<data>
23+
MiLKDDnrUKr4EmuvhS5VQwxHGK8=
24+
</data>
25+
<key>hash2</key>
26+
<data>
27+
Oc8u4Ht7Mz58F50L9NeYpbcq9qTlhPUeZCcDu/pPyCg=
28+
</data>
29+
<key>optional</key>
30+
<true/>
31+
</dict>
32+
</dict>
33+
<key>rules</key>
34+
<dict>
35+
<key>^Resources/</key>
36+
<true/>
37+
<key>^Resources/.*\.lproj/</key>
38+
<dict>
39+
<key>optional</key>
40+
<true/>
41+
<key>weight</key>
42+
<real>1000</real>
43+
</dict>
44+
<key>^Resources/.*\.lproj/locversion.plist$</key>
45+
<dict>
46+
<key>omit</key>
47+
<true/>
48+
<key>weight</key>
49+
<real>1100</real>
50+
</dict>
51+
<key>^Resources/Base\.lproj/</key>
52+
<dict>
53+
<key>weight</key>
54+
<real>1010</real>
55+
</dict>
56+
<key>^version.plist$</key>
57+
<true/>
58+
</dict>
59+
<key>rules2</key>
60+
<dict>
61+
<key>.*\.dSYM($|/)</key>
62+
<dict>
63+
<key>weight</key>
64+
<real>11</real>
65+
</dict>
66+
<key>^(.*/)?\.DS_Store$</key>
67+
<dict>
68+
<key>omit</key>
69+
<true/>
70+
<key>weight</key>
71+
<real>2000</real>
72+
</dict>
73+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
74+
<dict>
75+
<key>nested</key>
76+
<true/>
77+
<key>weight</key>
78+
<real>10</real>
79+
</dict>
80+
<key>^.*</key>
81+
<true/>
82+
<key>^Info\.plist$</key>
83+
<dict>
84+
<key>omit</key>
85+
<true/>
86+
<key>weight</key>
87+
<real>20</real>
88+
</dict>
89+
<key>^PkgInfo$</key>
90+
<dict>
91+
<key>omit</key>
92+
<true/>
93+
<key>weight</key>
94+
<real>20</real>
95+
</dict>
96+
<key>^Resources/</key>
97+
<dict>
98+
<key>weight</key>
99+
<real>20</real>
100+
</dict>
101+
<key>^Resources/.*\.lproj/</key>
102+
<dict>
103+
<key>optional</key>
104+
<true/>
105+
<key>weight</key>
106+
<real>1000</real>
107+
</dict>
108+
<key>^Resources/.*\.lproj/locversion.plist$</key>
109+
<dict>
110+
<key>omit</key>
111+
<true/>
112+
<key>weight</key>
113+
<real>1100</real>
114+
</dict>
115+
<key>^Resources/Base\.lproj/</key>
116+
<dict>
117+
<key>weight</key>
118+
<real>1010</real>
119+
</dict>
120+
<key>^[^/]+$</key>
121+
<dict>
122+
<key>nested</key>
123+
<true/>
124+
<key>weight</key>
125+
<real>10</real>
126+
</dict>
127+
<key>^embedded\.provisionprofile$</key>
128+
<dict>
129+
<key>weight</key>
130+
<real>20</real>
131+
</dict>
132+
<key>^version\.plist$</key>
133+
<dict>
134+
<key>weight</key>
135+
<real>20</real>
136+
</dict>
137+
</dict>
138+
</dict>
139+
</plist>

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.

0 commit comments

Comments
 (0)