mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
parent
c25363c133
commit
b209a5b082
|
@ -697,6 +697,8 @@ static int uw_lightbar_init(struct platform_device *dev)
|
||||||
bool lightbar_supported = false
|
bool lightbar_supported = false
|
||||||
|| dmi_match(DMI_BOARD_NAME, "LAPQC71A")
|
|| dmi_match(DMI_BOARD_NAME, "LAPQC71A")
|
||||||
|| dmi_match(DMI_BOARD_NAME, "LAPQC71B")
|
|| dmi_match(DMI_BOARD_NAME, "LAPQC71B")
|
||||||
|
|| dmi_match(DMI_BOARD_NAME, "TRINITY1501I")
|
||||||
|
|| dmi_match(DMI_BOARD_NAME, "TRINITY1701I")
|
||||||
;
|
;
|
||||||
if (!lightbar_supported)
|
if (!lightbar_supported)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
Loading…
Reference in a new issue