mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
changes generic manufacturer 'Msi' to 'MSI'
This commit is contained in:
parent
04b78f7fd5
commit
d7194bad9a
@ -48,7 +48,7 @@ namespace RGB.NET.Devices.Msi
|
||||
/// <param name="msiDeviceType">The internal type of the <see cref="IRGBDevice"/>.</param>
|
||||
/// <param name="manufacturer">The manufacturer-name of the <see cref="IRGBDevice"/>.</param>
|
||||
/// <param name="model">The model-name of the <see cref="IRGBDevice"/>.</param>
|
||||
internal MsiRGBDeviceInfo(RGBDeviceType deviceType, string msiDeviceType, string manufacturer = "Msi", string model = "Generic Msi-Device")
|
||||
internal MsiRGBDeviceInfo(RGBDeviceType deviceType, string msiDeviceType, string manufacturer = "MSI", string model = "Generic Msi-Device")
|
||||
{
|
||||
this.DeviceType = deviceType;
|
||||
this.MsiDeviceType = msiDeviceType;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user