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