forked from RehabMan/OS-X-Clover-Laptop-Config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_patches.plist
146 lines (146 loc) · 4.03 KB
/
config_patches.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?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>Comment</key>
<string>Common patches not specific to a graphics device</string>
<key>KernelAndKextPatches</key>
<dict>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Enable TRIM for SSD</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.iokit.IOAHCIBlockStorage</string>
<key>Find</key>
<data>AEFQUExFIFNTRAA=</data>
<key>Replace</key>
<data>AAAAAAAAAAAAAAA=</data>
</dict>
<dict>
<key>Comment</key>
<string>Boot graphics glitch, 10.10.2/10.10.3</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.iokit.IOGraphicsFamily</string>
<key>Find</key>
<data>QYjE6xE=</data>
<key>Replace</key>
<data>QYjE6zE=</data>
</dict>
<dict>
<key>Comment</key>
<string>Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)</string>
<key>Disabled</key>
<true/>
<key>Find</key>
<data>AQAAdRc=</data>
<key>Name</key>
<string>com.apple.iokit.IOGraphicsFamily</string>
<key>Replace</key>
<data>AQAA6xc=</data>
</dict>
<dict>
<key>Comment</key>
<string>Disable Intel, Fresco Logic USB3.0 controllers check, 10.9.* (credit Zenith432)</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.driver.AppleUSBXHCI</string>
<key>Find</key>
<data>9oDUAAAAgHU6</data>
<key>Replace</key>
<data>9oDUAAAAgOs6</data>
</dict>
<dict>
<key>Comment</key>
<string>Disable Intel, Fresco Logic USB3.0 controllers check, 10.10.* (credit Zenith432)</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.driver.AppleUSBXHCI</string>
<key>Find</key>
<data>9oDUAAAAgHU0</data>
<key>Replace</key>
<data>9oDUAAAAgOs0</data>
</dict>
<dict>
<key>Comment</key>
<string>Disable XHCI 1.0 check, 10.9.* (credit Zenith432)</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.driver.AppleUSBXHCI</string>
<key>Find</key>
<data>Zj0AAQ==</data>
<key>Replace</key>
<data>Zj0AAA==</data>
</dict>
<dict>
<key>Comment</key>
<string>Disable XHCI 1.0 check, 10.10.* (credit Zenith432)</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.driver.AppleUSBXHCI</string>
<key>Find</key>
<data>QbzHAgDgPQABAAA=</data>
<key>Replace</key>
<data>QbzHAgDgPQAAAAA=</data>
</dict>
<dict>
<key>Comment</key>
<string>Patch MSI or pin interrupts #1, 10.9.*, 10.10.* (credit Zenith432)</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.driver.AppleUSBXHCI</string>
<key>Find</key>
<data>QcdHCAAAQAA=</data>
<key>Replace</key>
<data>QcdHCAAAAAA=</data>
</dict>
<dict>
<key>Comment</key>
<string>Patch MSI or pin interrupts #2, 10.10.* (credit Zenith432)</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.driver.AppleUSBXHCI</string>
<key>Find</key>
<data>gUkIAABAAA==</data>
<key>Replace</key>
<data>gUkIAAAAAA==</data>
</dict>
<dict>
<key>Comment</key>
<string>Disable the sleep code leaving the controller in non-working state after wake, 10.9.*, 10.10.* (credit Zenith432)</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.driver.AppleUSBXHCI</string>
<key>Find</key>
<data>xoDIAAAAAQ==</data>
<key>Replace</key>
<data>xoDIAAAAAA==</data>
</dict>
<dict>
<key>Comment</key>
<string>Enable PCI power management if there is no such code in DSDT, 10.9.*, 10.10.* (credit Zenith432)</string>
<key>Disabled</key>
<true/>
<key>Name</key>
<string>com.apple.driver.AppleUSBXHCI</string>
<key>Find</key>
<data>dU1Ii7voAQAA</data>
<key>Replace</key>
<data>601Ii7voAQAA</data>
</dict>
</array>
</dict>
</dict>
</plist>