linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [serio] add support for Gigabyte M1405 netbook
@ 2019-12-28  5:30 Eitan Adler
  0 siblings, 0 replies; only message in thread
From: Eitan Adler @ 2019-12-28  5:30 UTC (permalink / raw)
  To: linux-input; +Cc: Eitan Adler

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-28  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-28  5:30 [PATCH] [serio] add support for Gigabyte M1405 netbook Eitan Adler

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).