We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54c516a + b423f24 commit 0634033Copy full SHA for 0634033
drivers/acpi/ec.c
@@ -1875,6 +1875,16 @@ static const struct dmi_system_id ec_dmi_table[] __initconst = {
1875
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion Gaming Laptop 15-cx0xxx"),
1876
},
1877
1878
+ {
1879
+ /*
1880
+ * HP Pavilion Gaming Laptop 15-cx0041ur
1881
+ */
1882
+ .callback = ec_honor_dsdt_gpe,
1883
+ .matches = {
1884
+ DMI_MATCH(DMI_SYS_VENDOR, "HP"),
1885
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP 15-cx0041ur"),
1886
+ },
1887
1888
{
1889
/*
1890
* Samsung hardware
0 commit comments