mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Merge pull request #91 from ArlindoFNeto/patch-1
Add Avell A60 MUV as lightbar_supported
This commit is contained in:
commit
9f8def2643
|
@ -713,6 +713,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