Skip to content

Commit

Permalink
Merge pull request #29 from 1Revenger1/Opencore
Browse files Browse the repository at this point in the history
OC support
  • Loading branch information
leo-labs committed May 14, 2020
2 parents b248bc4 + 66cd87c commit 69318fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VoodooSMBus/VoodooSMBusControllerDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ bool VoodooSMBusControllerDriver::start(IOService *provider) {
IOLog("Failed to cast provider\n");
return false;
}

pci_device->setIOEnable(true);

adapter->pci_device = pci_device;
adapter->name = getMatchedName(provider);
Expand Down

0 comments on commit 69318fd

Please sign in to comment.