public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: David McFarland <corngood@gmail.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
	 linux-acpi@vger.kernel.org,
	Mario Limonciello <mario.limonciello@amd.com>
Subject: [PATCH v4] ACPI: resource: Add Infinity laptops to irq1_level_low_force_override
Date: Wed, 03 Jan 2024 12:50:57 -0400	[thread overview]
Message-ID: <877ckq4az2.fsf_-_@gmail.com> (raw)
In-Reply-To: <87edey4bcp.fsf_-_@gmail.com> (David McFarland's message of "Wed, 03 Jan 2024 12:42:46 -0400")

A user reported a keyboard problem similar to ones reported with other
Zen laptops, on an Infinity E15-5A165-BM.

Add board name matches for this model and one (untested) close relative
to irq1_level_low_force_override.

Link: https://lemmy.ml/post/9864736
Link: https://www.infinitygaming.com.au/bios/
Link: https://lore.kernel.org/linux-acpi/20231006123304.32686-1-hdegoede@redhat.com
---

- v4: fixed rebase error, adding to _force instead of _skip

Apologies, I messed up the rebase.  This one should put them in the
correct array.

 drivers/acpi/resource.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index c3536c236be9..0e2c397b1399 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -555,6 +555,18 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "GM6BG0Q"),
 		},
 	},
+	{
+		/* Infinity E15-5A165-BM */
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "GM5RG1E0009COM"),
+		},
+	},
+	{
+		/* Infinity E15-5A305-1M */
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "GM5RGEE0016COM"),
+		},
+	},
 	{ }
 };
 
-- 
2.40.1


  reply	other threads:[~2024-01-03 16:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30 15:09 [PATCH] ACPI: resource: Force irq1 edge low override on Infinity laptops David McFarland
2024-01-03 13:47 ` Rafael J. Wysocki
2024-01-03 14:03   ` [PATCH v2] " David McFarland
2024-01-03 16:21     ` Hans de Goede
2024-01-03 16:42       ` [PATCH v3] ACPI: resource: Add Infinity laptops to irq1_level_low_skip_override David McFarland
2024-01-03 16:50         ` David McFarland [this message]
2024-01-03 16:55           ` [PATCH v5] ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override David McFarland
2024-01-03 19:49             ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877ckq4az2.fsf_-_@gmail.com \
    --to=corngood@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=mario.limonciello@amd.com \
    --cc=rafael@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox