OpenRGB/Controllers/ENESMBusController
Adam Honse b4ea36f997 If read byte fails, use read byte data for detecting ENE controller
* The Nuvoton NCT6793D Super-IO SMBus controller does not actually support read byte or quick operations.  The driver used for Windows and in the OpenRGB kernel patch will perform a read byte data operation in its place with a dummy address, but the driver I'm submitting upstream is not going to have this hack.  All controllers that could be used on a Nuvoton SMBus will need a detection path that doesn't rely only on byte read or quick operations.
2022-10-03 00:11:41 -05:00
..
ENESMBusInterface Fix some Windows build warnings 2022-07-18 20:46:13 -05:00
ENESMBusController.cpp Fix a bunch of compiler warnings 2022-07-17 22:33:20 -05:00
ENESMBusController.h Add XPG Spectrix S40G ENE interface for Linux 2021-11-22 00:14:19 -06:00
ENESMBusControllerDetect.cpp If read byte fails, use read byte data for detecting ENE controller 2022-10-03 00:11:41 -05:00
RGBController_ENESMBus.cpp Remove SetCustomMode from some controllers (the ones in my PC) 2022-08-09 21:07:22 -05:00
RGBController_ENESMBus.h Remove SetCustomMode from some controllers (the ones in my PC) 2022-08-09 21:07:22 -05:00
XPGSpectrixS40GDetect.cpp Fix read() warnings 2022-09-25 19:39:22 -05:00
XPGSpectrixS40GDetect_Windows.cpp Add XPG Spectrix S40G ENE interface for Windows 2021-11-22 01:53:13 -06:00