Add vendor string to RGBController API and update all controllers with vendor information, add vendor to device information page
This commit is contained in:
parent
35fd4e2aae
commit
09a9a5c257
69 changed files with 131 additions and 41 deletions
|
|
@ -14,6 +14,7 @@ RGBController_Tecknet::RGBController_Tecknet(TecknetController *_dev)
|
|||
Tecknet_dev = _dev;
|
||||
|
||||
name = Tecknet_dev->GetDeviceName();
|
||||
vendor = "Tecknet";
|
||||
type = DEVICE_TYPE_MOUSE;
|
||||
description = Tecknet_dev->GetDeviceName();
|
||||
version = "1.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue