Add detection code for ASRock ASR LED and Polychrome controllers

This commit is contained in:
Adam Honse 2019-12-27 12:24:04 -06:00
parent 2c1fe31211
commit 9fc9059b0b
3 changed files with 8 additions and 0 deletions

View file

@ -34,6 +34,11 @@ PolychromeController::PolychromeController(i2c_smbus_interface* bus, polychrome_
asr_led = false;
strcpy(device_name, "ASRock Polychrome FW 3.00");
break;
default:
led_count = 0;
strcpy(device_name, "");
break;
}
}