* [PATCH] Input: add Lenovo 3000 N100 to nomux blacklist
@ 2008-02-29 14:37 Jiri Kosina
0 siblings, 0 replies; only message in thread
From: Jiri Kosina @ 2008-02-29 14:37 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-input, Christopher Desjardins
Lenovo 3000 N100 needs entry in nomux blacklist.
Reported-by: Christopher Desjardins <cddesjardins@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 662e844..60931ac 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -277,6 +277,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "M636/A737 platform"),
},
},
+ {
+ .ident = "Lenovo 3000 n100",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "3000 N100"),
+ },
+ },
{ }
};
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-29 14:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 14:37 [PATCH] Input: add Lenovo 3000 N100 to nomux blacklist Jiri Kosina
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).