Re: [PATCH] winmate-fm07-keys: Winmate FM07/FM07P buttons

From: Barnabás Pőcze
Date: Tue Mar 22 2022 - 08:34:53 EST


2022. március 21., hétfő 4:16 keltezéssel, Daniel Beer írta
> [...]
> +static const struct dmi_system_id fm07keys_dmi_table[] __initconst = {
> + {
> + /* FM07 and FM07P */
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Winmate Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "IP30"),
> + },
> + },
> +};

I forgot to mention it, but the sentinel entry is missing from the end.


> [...]


Regards,
Barnabás Pőcze