Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions IOElectrify/IOElectrifyBridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ bool IOElectrifyBridge::attach(IOService* provider)

DebugLog("Provider -> Provider %s\n", mProvider->getProvider()->getName());

if (strcmp(mProvider->getProvider()->getName(), "RP01")) {
DebugLog("Mismatch %s vs RP01\n", mProvider->getProvider()->getName());
if (strcmp(mProvider->getProvider()->getName(), "PEG2")) {
DebugLog("Mismatch %s vs PEG2\n", mProvider->getProvider()->getName());
return false;
}

Expand Down
16 changes: 8 additions & 8 deletions IOElectrify/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
</dict>
<key>IOElectrifyBridge</key>
<dict>
<key>#CFBundleIdentifier</key>
<key>CFBundleIdentifier</key>
<string>org.darkvoid.driver.IOElectrify</string>
<key>#IOClass</key>
<key>IOClass</key>
<string>IOElectrifyBridge</string>
<key>#IOProviderClass</key>
<key>IOProviderClass</key>
<string>IOPCI2PCIBridge</string>
<key>#IOProbeScore</key>
<key>IOProbeScore</key>
<integer>10</integer>
<key>#IOPCIClassMatch</key>
<key>IOPCIClassMatch</key>
<string>0x06040000&amp;0xffff0000</string>
<key>#IOPCIPrimaryMatch</key>
<string>0x76158086</string>
<key>#IOMatchCategory</key>
<key>IOPCIPrimaryMatch</key>
<string>0x76158086 0x15da8086</string>
<key>IOMatchCategory</key>
<string>IOElectrify</string>
</dict>
</dict>
Expand Down
Binary file added SSDT-THUNDERBOLT.aml
Binary file not shown.
Loading