mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Add Avell A60 MUV as lightbar_supported
I've suggested this in #89 issue.
This commit is contained in:
parent
8a965edb33
commit
cbc1813ef7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue