uw_keyboard: Add trinity IDs for lightbar ctrl

Implements #33
This commit is contained in:
Christoffer Sandberg 2020-12-21 11:04:02 +01:00
parent c25363c133
commit b209a5b082
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D

View file

@ -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;