]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Input: i8042 - add Fujitsu Lifebook U745 to the nomux list
authorAurélien Francillon <aurelien@francillon.net>
Sun, 3 Jan 2016 04:39:54 +0000 (20:39 -0800)
committerLuis Henriques <luis.henriques@canonical.com>
Tue, 2 Feb 2016 19:09:14 +0000 (19:09 +0000)
commit dd0d0d4de582a6a61c032332c91f4f4cb2bab569 upstream.

Without i8042.nomux=1 the Elantech touch pad is not working at all on
a Fujitsu Lifebook U745. This patch does not seem necessary for all
U745 (maybe because of different BIOS versions?). However, it was
verified that the patch does not break those (see opensuse bug 883192:
https://bugzilla.opensuse.org/show_bug.cgi?id=883192).

Signed-off-by: Aurélien Francillon <aurelien@francillon.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
drivers/input/serio/i8042-x86ia64io.h

index 0254ed97c16eb030c850fd307d4ff3c33787ff8a..d9ab5c5e8e82f31f7b368609cad20765b0dc05ad 100644 (file)
@@ -257,6 +257,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook S6230"),
                },
        },
+       {
+               /* Fujitsu Lifebook U745 */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U745"),
+               },
+       },
        {
                /* Fujitsu T70H */
                .matches = {