mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-26 12:25:04 -04:00
Ensure macOS SMBus detectors initialize the macUSPCIO connection before attempting detection instead of relying on the cached connection status. InitMacUSPCIODriver() is idempotent, so this preserves the normal startup path while allowing the detectors to establish the required connection when needed. Also update the failure messages to report initialization failure rather than incorrectly assuming macUSPCIO is not loaded.