Loading drivers/acpi/ec.c +10 −0 Original line number Diff line number Diff line Loading @@ -1875,6 +1875,16 @@ static const struct dmi_system_id ec_dmi_table[] __initconst = { DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion Gaming Laptop 15-cx0xxx"), }, }, { /* * HP Pavilion Gaming Laptop 15-cx0041ur */ .callback = ec_honor_dsdt_gpe, .matches = { DMI_MATCH(DMI_SYS_VENDOR, "HP"), DMI_MATCH(DMI_PRODUCT_NAME, "HP 15-cx0041ur"), }, }, { /* * Samsung hardware Loading Loading
drivers/acpi/ec.c +10 −0 Original line number Diff line number Diff line Loading @@ -1875,6 +1875,16 @@ static const struct dmi_system_id ec_dmi_table[] __initconst = { DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion Gaming Laptop 15-cx0xxx"), }, }, { /* * HP Pavilion Gaming Laptop 15-cx0041ur */ .callback = ec_honor_dsdt_gpe, .matches = { DMI_MATCH(DMI_SYS_VENDOR, "HP"), DMI_MATCH(DMI_PRODUCT_NAME, "HP 15-cx0041ur"), }, }, { /* * Samsung hardware Loading