From: Marcos Paulo de Souza Date: Wed, 24 Sep 2014 23:00:33 +0000 (-0700) Subject: Input: i8042 - fix Asus X450LCP touchpad detection X-Git-Tag: v5.15~14237^2~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3049683eafdbbbd7350b0e5ca02a2d8c026a3362;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 713e3dd..40b7d6c 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -466,6 +466,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = { }, }, { + /* Asus X450LCP */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "X450LCP"), + }, + }, + { /* Avatar AVIU-145A6 */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Intel"),