Add vendor string to RGBController API and update all controllers with vendor information, add vendor to device information page
This commit is contained in:
parent
35fd4e2aae
commit
09a9a5c257
69 changed files with 131 additions and 41 deletions
|
|
@ -13,6 +13,7 @@ RGBController_CorsairHydro::RGBController_CorsairHydro(CorsairHydroController* c
|
|||
{
|
||||
corsair = corsair_ptr;
|
||||
|
||||
vendor = "Corsair";
|
||||
description = "Corsair Hydro Series Device";
|
||||
version = corsair->GetFirmwareString();
|
||||
type = DEVICE_TYPE_COOLER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue