Skip to content

Commit 0634033

Browse files
committed
Merge back ACPI EC changes for 6.2-rc1
2 parents 54c516a + b423f24 commit 0634033

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

drivers/acpi/ec.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,6 +1875,16 @@ static const struct dmi_system_id ec_dmi_table[] __initconst = {
18751875
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion Gaming Laptop 15-cx0xxx"),
18761876
},
18771877
},
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+
},
18781888
{
18791889
/*
18801890
* Samsung hardware

0 commit comments

Comments
 (0)