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>

authored by Kamal Mostafa and committed by Dmitry Torokhov 3e1bbc8d d90d8d5e

+7
+7
drivers/input/serio/i8042-x86ia64io.h
··· 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 176 .matches = { 170 177 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), 171 178 DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"),