Store name in AsusAuraUSBControllers to avoid setting it in detectors
This commit is contained in:
parent
a0726dc065
commit
c82a6052a2
40 changed files with 662 additions and 582 deletions
|
|
@ -26,7 +26,7 @@ RGBController_AuraMousemat::RGBController_AuraMousemat(AuraMousematController* c
|
|||
{
|
||||
controller = controller_ptr;
|
||||
|
||||
name = "ASUS Aura Mousemat";
|
||||
name = controller->GetName();
|
||||
vendor = "ASUS";
|
||||
type = DEVICE_TYPE_MOUSEMAT;
|
||||
description = "ASUS Aura Mousemat Device";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue