Fix Aura DRAM detection and move firmware name to Version field
This commit is contained in:
parent
e51e9a71a0
commit
89b4716012
1 changed files with 2 additions and 2 deletions
|
|
@ -118,9 +118,9 @@ RGBController_Aura::RGBController_Aura(AuraController * aura_ptr)
|
|||
|
||||
aura = aura_ptr;
|
||||
|
||||
description = aura->GetDeviceName();
|
||||
version = aura->GetDeviceName();
|
||||
location = aura->GetDeviceLocation();
|
||||
if((name.rfind("DIMM_LED", 0) == 0) || (name.rfind("AUDA", 0) == 0) )
|
||||
if((version.find("DIMM_LED") != std::string::npos) || (version.find("AUDA") != std::string::npos) )
|
||||
{
|
||||
type = DEVICE_TYPE_DRAM;
|
||||
name = "ASUS Aura DRAM";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue