Explorar o código

Input: i8042 - fix Asus X450LCP touchpad detection

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>
Marcos Paulo de Souza %!s(int64=11) %!d(string=hai) anos
pai
achega
3049683eaf
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      drivers/input/serio/i8042-x86ia64io.h

+ 7 - 0
drivers/input/serio/i8042-x86ia64io.h

@@ -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"),
 			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 */
 		/* Avatar AVIU-145A6 */
 		.matches = {
 		.matches = {