aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
diff options
context:
space:
mode:
authorKamal Mostafa <kamal@canonical.com>2010-07-19 14:00:52 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-07-20 00:41:52 -0400
commit3e1bbc8d5018a05c0793c8a32b777a1396eb4414 (patch)
tree1c8a87b8faa1c1828abd416789ee2a9be5c11204 /drivers/input/serio
parentd90d8d5e52a61695483bdb827086a673936e8616 (diff)
Input: i8042 - add Gigabyte Spring Peak to dmi_noloop_table
Gigabyte "Spring Peak" notebook indicates wrong chassis-type, tripping up i8042 and breaking the touchpad. Add this model to i8042_dmi_noloop_table[] to resolve. BugLink: https://bugs.launchpad.net/bugs/580664 Signed-off-by: Kamal Mostafa <kamal@canonical.com> Cc: stable@kernel.org Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio')
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 6168469ad1a..42201c53808 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -166,6 +166,13 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
166 }, 166 },
167 }, 167 },
168 { 168 {
169 /* Gigabyte Spring Peak - defines wrong chassis type */
170 .matches = {
171 DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
172 DMI_MATCH(DMI_PRODUCT_NAME, "Spring Peak"),
173 },
174 },
175 {
169 .matches = { 176 .matches = {
170 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), 177 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
171 DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"), 178 DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"),