Change vendor name for AlienwareCotnroller to just Alienware

This commit is contained in:
Adam Honse 2021-08-22 16:48:28 -05:00
parent 6d6c324927
commit f98e80fada

View file

@ -17,7 +17,7 @@ RGBController_Alienware::RGBController_Alienware(AlienwareController* alienware_
alienware = alienware_ptr;
name = alienware->GetDeviceName();
vendor = "Alienware Corporation";
vendor = "Alienware";
type = DEVICE_TYPE_KEYBOARD;
description = "Alienware USB Device";
location = alienware->GetDeviceLocation();