Skip to content

Commit cd4aece

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx
Added GPE quirk entry for the HP Pavilion Gaming 15-dk1xxx. There is a quirk entry for 2 15-c..... laptops, this is for a new version which has 15-dk1xxx as identifier. This fixes the LID switch and rfkill and brightness hotkeys not working. Closes: systemd/systemd#28942 Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent ce9ecca commit cd4aece

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

drivers/acpi/ec.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,6 +1913,17 @@ static const struct dmi_system_id ec_dmi_table[] __initconst = {
19131913
DMI_MATCH(DMI_PRODUCT_NAME, "HP 15-cx0041ur"),
19141914
},
19151915
},
1916+
{
1917+
/*
1918+
* HP Pavilion Gaming Laptop 15-dk1xxx
1919+
* https://github.com/systemd/systemd/issues/28942
1920+
*/
1921+
.callback = ec_honor_dsdt_gpe,
1922+
.matches = {
1923+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
1924+
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion Gaming Laptop 15-dk1xxx"),
1925+
},
1926+
},
19161927
{
19171928
/*
19181929
* Samsung hardware

0 commit comments

Comments
 (0)