Add vendor string to HYTE mousemat controller
This commit is contained in:
parent
e7240ecca0
commit
a2fb9a00fe
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ RGBController_HYTEMousemat::RGBController_HYTEMousemat(HYTEMousematController* c
|
||||||
controller = controller_ptr;
|
controller = controller_ptr;
|
||||||
|
|
||||||
name = "HYTE Mousemat";
|
name = "HYTE Mousemat";
|
||||||
|
vendor = "HYTE";
|
||||||
description = "HYTE Mousemat Device";
|
description = "HYTE Mousemat Device";
|
||||||
type = DEVICE_TYPE_MOUSEMAT;
|
type = DEVICE_TYPE_MOUSEMAT;
|
||||||
location = controller->GetLocation();
|
location = controller->GetLocation();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue