Add new device type "Case"

This commit is contained in:
Arnaud MAURIN 2022-03-13 04:49:18 +00:00 committed by Adam Honse
parent f96028cba4
commit 287618ebe5
7 changed files with 9 additions and 1 deletions

View file

@ -17,7 +17,7 @@ RGBController_NvidiaESA::RGBController_NvidiaESA(NvidiaESAController* controller
controller = controller_ptr;
name = "Nvidia ESA USB Device";
vendor = "NVIDIA";
type = DEVICE_TYPE_MOTHERBOARD;
type = DEVICE_TYPE_CASE;
description = name;
location = controller->GetDeviceLocation();
serial = controller->GetSerialString();