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
|
|
@ -148,6 +148,7 @@ class RGBController
|
|||
{
|
||||
public:
|
||||
std::string name; /* controller name */
|
||||
std::string vendor; /* controller vendor */
|
||||
std::string description; /* controller description */
|
||||
std::string version; /* controller version */
|
||||
std::string serial; /* controller serial number */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue