Add new device type "Case"
This commit is contained in:
parent
f96028cba4
commit
287618ebe5
7 changed files with 9 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue