From 286b2f359af71bdfe906626759dacdca44128f44 Mon Sep 17 00:00:00 2001 From: Colin B Macdonald Date: Sat, 11 Oct 2008 18:16:38 -0400 Subject: [PATCH] --- yaml --- r: 115075 b: refs/heads/master c: 5bd8a05e937b3ab88cd7ea569e32738f36c42bd0 h: refs/heads/master i: 115073: 12067eaa9d8b1b440003d2874c34bf1743889471 115071: ba9c770cec0c1f1a1bae619b14aac64cdded498a v: v3 --- [refs] | 2 +- trunk/drivers/input/serio/i8042-x86ia64io.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9f91e1178531..e3e228d0d795 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f9da8d157b60d8c5bfc5a21fc50538fdb754a65b +refs/heads/master: 5bd8a05e937b3ab88cd7ea569e32738f36c42bd0 diff --git a/trunk/drivers/input/serio/i8042-x86ia64io.h b/trunk/drivers/input/serio/i8042-x86ia64io.h index fe732a574ec2..9f39e26a53d8 100644 --- a/trunk/drivers/input/serio/i8042-x86ia64io.h +++ b/trunk/drivers/input/serio/i8042-x86ia64io.h @@ -322,6 +322,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "N34AS6"), }, }, + { + .ident = "IBM 2656", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "IBM"), + DMI_MATCH(DMI_PRODUCT_NAME, "2656"), + }, + }, { } };