Add version (date) string for Crucial controller
This commit is contained in:
parent
60fae0f848
commit
a2d70ba061
3 changed files with 11 additions and 13 deletions
|
|
@ -17,6 +17,7 @@ RGBController_Crucial::RGBController_Crucial(CrucialController * crucial_ptr)
|
|||
vendor = "Crucial";
|
||||
type = DEVICE_TYPE_DRAM;
|
||||
description = "Crucial DRAM Device";
|
||||
version = crucial->GetDeviceVersion();
|
||||
location = crucial->GetDeviceLocation();
|
||||
|
||||
mode Direct;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue