diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-01-06 04:35:45 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-01-06 04:38:52 -0500 |
commit | 9334e90d5ac5ee1fa6d8b75acb7c64a8907787d1 (patch) | |
tree | 5dbddfa058a7e1a1ad63b80a58be8e8272eec878 | |
parent | 1dd3294677d5484e4813c6c454ba7f192a3ef61d (diff) |
Input: i8042 - add Dell Vostro 1510 to nomux list
Dell Vostro needs 'nomux' quirk, otherwise the touchpad misbehaves.
Reported-by: Robert Kiwanuka <robert.kiwanuka@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index e196bf246f30..6fa2deff7446 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -359,6 +359,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
359 | DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), | 359 | DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), |
360 | }, | 360 | }, |
361 | }, | 361 | }, |
362 | { | ||
363 | .ident = "Dell Vostro 1510", | ||
364 | .matches = { | ||
365 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
366 | DMI_MATCH(DMI_PRODUCT_NAME, "Vostro1510"), | ||
367 | }, | ||
368 | }, | ||
362 | { } | 369 | { } |
363 | }; | 370 | }; |
364 | 371 | ||