]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Input: i8042 - fix Asus X450LCP touchpad detection
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Wed, 24 Sep 2014 23:00:33 +0000 (16:00 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 24 Sep 2014 23:26:56 +0000 (16:26 -0700)
We need to add this module to the nomux table to be able to detect the
touchpad.

Cc: stablevger.kernel.org
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/i8042-x86ia64io.h

index 713e3ddb43bd2eeab90c0c7b3300b1f429216ab9..40b7d6c0ff17f72012654b541aa4325e639a2cf6 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"),
                },
        },
+       {
+               /* Asus X450LCP */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "X450LCP"),
+               },
+       },
        {
                /* Avatar AVIU-145A6 */
                .matches = {