linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eitan Adler <lists@eitanadler.com>
To: linux-input@vger.kernel.org
Cc: Eitan Adler <lists@eitanadler.com>
Subject: [PATCH] [serio] add support for Gigabyte M1405 netbook
Date: Sat, 28 Dec 2019 05:30:51 +0000	[thread overview]
Message-ID: <20191228053051.28724-1-lists@eitanadler.com> (raw)

Information verified by inspection

Signed-off-by: Eitan Adler <lists@eitanadler.com>
---
 drivers/input/serio/i8042-x86ia64io.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index dc974c288e88..14ad1d8e6201 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -186,6 +186,14 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
 			DMI_MATCH(DMI_BOARD_VERSION, "1.02"),
 		},
 	},
+	{
+		/* Gigabyte M1405 netbook */
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "GIGABYTE"),
+			DMI_MATCH(DMI_BOARD_NAME, "M1405"),
+			DMI_MATCH(DMI_BOARD_VERSION, "Base Board Version"),
+		},
+	},
 	{
 		/* Gigabyte Spring Peak - defines wrong chassis type */
 		.matches = {
-- 
2.24.1


                 reply	other threads:[~2019-12-28  5:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20191228053051.28724-1-lists@eitanadler.com \
    --to=lists@eitanadler.com \
    --cc=linux-input@vger.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;
as well as URLs for NNTP newsgroup(s).