diff --git a/RGB.NET.Devices.Asus/Generic/AsusUnspecifiedRGBDevice.cs b/RGB.NET.Devices.Asus/Generic/AsusUnspecifiedRGBDevice.cs
index fe3c238..6d20952 100644
--- a/RGB.NET.Devices.Asus/Generic/AsusUnspecifiedRGBDevice.cs
+++ b/RGB.NET.Devices.Asus/Generic/AsusUnspecifiedRGBDevice.cs
@@ -4,7 +4,7 @@ namespace RGB.NET.Devices.Asus;
///
///
-/// Represents a Asus headset.
+/// Represents a Asus device that is otherwise not handled by a more specific helper.
///
public sealed class AsusUnspecifiedRGBDevice : AsusRGBDevice, IUnknownDevice
{
@@ -18,9 +18,9 @@ public sealed class AsusUnspecifiedRGBDevice : AsusRGBDevice,
///
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
- /// The specific information provided by Asus for the headset.
+ /// The specific information provided by Asus for the device.
/// The ledId of the first led of this device. All other leds are created by incrementing this base-id by 1.
/// The update trigger used to update this device.
internal AsusUnspecifiedRGBDevice(AsusRGBDeviceInfo info, LedId baseLedId, IDeviceUpdateTrigger updateTrigger)