diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 29e686388a2c..e196bf246f30 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -143,6 +143,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = { | |||
143 | DMI_MATCH(DMI_PRODUCT_VERSION, "M606"), | 143 | DMI_MATCH(DMI_PRODUCT_VERSION, "M606"), |
144 | }, | 144 | }, |
145 | }, | 145 | }, |
146 | { | ||
147 | .ident = "Gigabyte M912", | ||
148 | .matches = { | ||
149 | DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"), | ||
150 | DMI_MATCH(DMI_PRODUCT_NAME, "M912"), | ||
151 | DMI_MATCH(DMI_PRODUCT_VERSION, "01"), | ||
152 | }, | ||
153 | }, | ||
146 | { } | 154 | { } |
147 | }; | 155 | }; |
148 | 156 | ||