Pass name string into I2C DIMM detectors, store name in KingstonFuryDRAMController to avoid setting it in detector
This commit is contained in:
parent
c82a6052a2
commit
676547b8b0
11 changed files with 222 additions and 242 deletions
|
|
@ -61,7 +61,7 @@ bool TestForCorsairVengeanceController(i2c_smbus_interface* bus, unsigned char a
|
|||
* *
|
||||
\******************************************************************************************/
|
||||
|
||||
void DetectCorsairVengeanceControllers(i2c_smbus_interface* bus, std::vector<SPDWrapper*> &slots)
|
||||
void DetectCorsairVengeanceControllers(i2c_smbus_interface* bus, std::vector<SPDWrapper*> &slots, const std::string &/*name*/)
|
||||
{
|
||||
for(SPDWrapper *slot : slots)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue