From cbc1813ef76a2fff683a771612a8d2f0f926440a Mon Sep 17 00:00:00 2001 From: "Arlindo F. Neto" <61279146+ArlindoFNeto@users.noreply.github.com> Date: Fri, 14 May 2021 16:31:03 -0300 Subject: [PATCH] Add Avell A60 MUV as lightbar_supported I've suggested this in #89 issue. --- src/uniwill_keyboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index 8ee8f96..4deb433 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -701,6 +701,7 @@ static int uw_lightbar_init(struct platform_device *dev) || dmi_match(DMI_BOARD_NAME, "LAPQC71B") || dmi_match(DMI_BOARD_NAME, "TRINITY1501I") || dmi_match(DMI_BOARD_NAME, "TRINITY1701I") + || dmi_match(DMI_PRODUCT_NAME, "A60 MUV") ; if (!lightbar_supported) return -ENODEV;