移除SSDT-USBX,修复引导Win10蓝屏死机

This commit is contained in:
辩识、
2020-08-03 02:52:28 +08:00
parent 5e069d1ec4
commit a20a577e42
34 changed files with 81 additions and 37 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+80 -36
View File
@@ -16,19 +16,11 @@
</dict>
<dict>
<key>Comment</key>
<string>Graphics</string>
<string>The missing parts</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-IGPU.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>USB</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-USBX.aml</string>
<string>SSDT-TEMP.aml</string>
</dict>
<dict>
<key>Comment</key>
@@ -46,6 +38,14 @@
<key>Path</key>
<string>SSDT-ALS0.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Graphics</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-IGPU.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Sound card IRQ patch</string>
@@ -70,14 +70,6 @@
<key>Path</key>
<string>SSDT-SMBU.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>The missing parts</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-TEMP.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>delete EH01</string>
@@ -796,6 +788,58 @@
<key>TableSignature</key>
<data></data>
</dict>
<dict>
<key>Comment</key>
<string>_PTS to ZPTS(1,N)</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>X1BUUwE=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WlBUUwE=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data></data>
</dict>
<dict>
<key>Comment</key>
<string>_WAK to ZWAK(1,N)</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>X1dBSwE=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WldBSwE=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data></data>
</dict>
<dict>
<key>Comment</key>
<string>Windows 2015 to Darwin</string>
@@ -1567,22 +1611,6 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooI2C.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>BundlePath</key>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string>
@@ -1713,11 +1741,11 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooInput.kext</string>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooInput</string>
<key>MaxKernel</key>
@@ -1759,6 +1787,22 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooInput.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<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>
</array>
<key>Block</key>
<array/>
+1 -1
View File
@@ -9,7 +9,7 @@
- (内置扬声器 + 内置麦克风 + 耳机 + 耳机麦克风测试正常)
- 支持触摸屏
![Pcidevices](./picture/Pcidevices.png)
![Input/output](./picture/Input/output.png)
![Input/output](./picture/Inputoutput.png)
![WIFI](./picture/WIFI.png)
![USB](./picture/USB.png)
## 硬件信息
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

After

Width:  |  Height:  |  Size: 214 KiB