From b209a5b0829fb11750b530b09bb553ce15e369bf Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Mon, 21 Dec 2020 11:04:02 +0100 Subject: [PATCH] uw_keyboard: Add trinity IDs for lightbar ctrl Implements #33 --- src/uniwill_keyboard.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index 3989411..eb4fb6e 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -697,6 +697,8 @@ static int uw_lightbar_init(struct platform_device *dev) bool lightbar_supported = false || dmi_match(DMI_BOARD_NAME, "LAPQC71A") || dmi_match(DMI_BOARD_NAME, "LAPQC71B") + || dmi_match(DMI_BOARD_NAME, "TRINITY1501I") + || dmi_match(DMI_BOARD_NAME, "TRINITY1701I") ; if (!lightbar_supported) return -ENODEV;