Handle all SMBus controller activity on a separate thread to avoid corrupting the SMBus data
This commit is contained in:
parent
04b87ce2eb
commit
bfe03b0564
4 changed files with 104 additions and 14 deletions
|
|
@ -325,7 +325,7 @@ void DetectNZXTKrakenControllers(std::vector<RGBController*>& rgb_controllers);
|
|||
|
||||
void DetectRGBControllers(void)
|
||||
{
|
||||
//DetectI2CBusses();
|
||||
DetectI2CBusses();
|
||||
|
||||
DetectAuraSMBusControllers(busses, rgb_controllers);
|
||||
DetectAuraGPUControllers(busses, rgb_controllers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue