From fe16928267745334337ef34bc54c6d9d121635f3 Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Tue, 6 Jan 2009 01:35:45 -0800 Subject: [PATCH] --- yaml --- r: 126866 b: refs/heads/master c: 9334e90d5ac5ee1fa6d8b75acb7c64a8907787d1 h: refs/heads/master 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 f80c65859988..476c0969657b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1dd3294677d5484e4813c6c454ba7f192a3ef61d +refs/heads/master: 9334e90d5ac5ee1fa6d8b75acb7c64a8907787d1 diff --git a/trunk/drivers/input/serio/i8042-x86ia64io.h b/trunk/drivers/input/serio/i8042-x86ia64io.h index e196bf246f30..6fa2deff7446 100644 --- a/trunk/drivers/input/serio/i8042-x86ia64io.h +++ b/trunk/drivers/input/serio/i8042-x86ia64io.h @@ -359,6 +359,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), }, }, + { + .ident = "Dell Vostro 1510", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro1510"), + }, + }, { } };