]> git.hungrycats.org Git - linux/commitdiff
Input: i8042 - add nomux quirk for Avatar AVIU-145A6
authorHans de Goede <hdegoede@redhat.com>
Thu, 11 Sep 2014 17:10:26 +0000 (10:10 -0700)
committerJiri Slaby <jslaby@suse.cz>
Mon, 13 Oct 2014 13:41:23 +0000 (15:41 +0200)
commit d2682118f4bb3ceb835f91c1a694407a31bb7378 upstream.

The sys_vendor / product_name are somewhat generic unfortunately, so this
may lead to some false positives. But nomux usually does no harm, where as
not having it clearly is causing problems on the Avatar AVIU-145A6.

https://bugzilla.kernel.org/show_bug.cgi?id=77391

Reported-by: Hugo P <saurosii@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/input/serio/i8042-x86ia64io.h

index c0b3b7ba0becba364b380def1b46c8838dfcf52b..5f6d3e1d28a0e101da561c44d5e3561e74585511 100644 (file)
@@ -465,6 +465,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
                },
        },
+       {
+               /* Avatar AVIU-145A6 */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Intel"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "IC4I"),
+               },
+       },
        { }
 };