mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2025-01-18 11:32:50 +01:00
parent
c25363c133
commit
b209a5b082
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue