* [PATCH] Input: Add Fujitsu-Siemens Amilo Pro V2030 to nomux table
@ 2008-06-03 22:20 Jiri Kosina
0 siblings, 0 replies; only message in thread
From: Jiri Kosina @ 2008-06-03 22:20 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-input, Jiri Mleziva
Fujitsu Siemens Amilo Pro V2030 needs nomux table entry, in addition to
already existing entry for V2010 model (note that Fujitsu-Siemens changed
the capitalization in the DMI data for product).
Tested-by: Jiri Mleziva <jmleziva@tiscali.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
drivers/input/serio/i8042-x86ia64io.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 9aafa96..66068c9 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -190,6 +190,12 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Pro V2010"),
+ },
+ {
+ .ident = "Fujitsu-Siemens Amilo Pro 2030",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "AMILO PRO V2030"),
},
},
{
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-03 22:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-03 22:20 [PATCH] Input: Add Fujitsu-Siemens Amilo Pro V2030 to nomux table 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).