Skip to content

Commit b423f24

Browse files
kanashimiarafaeljw
authored andcommitted
ACPI: EC: Add quirk for the HP Pavilion Gaming 15-cx0041ur
Added GPE quirk entry for the HP Pavilion Gaming 15-cx0041ur. There is a quirk entry for the 15-cx0xxx laptops, but this one has different DMI_PRODUCT_NAME. Notably backlight keys and other ACPI events now function correctly. Signed-off-by: Mia Kanashi <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 30a0b95 commit b423f24

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)