Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2df452b authored by Cjacker Huang's avatar Cjacker Huang Committed by Dmitry Torokhov
Browse files

Input: i8042 - add Amoi to the MUX blacklist



ALPS touchpad on Amoi laptops (Amoi is a vendor in China) is not
detected when keyboard controller is in MUX mode, add to blacklist.

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent e3882bb5
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -180,6 +180,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FS115B"),
			DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FS115B"),
		},
		},
	},
	},
	{
		.ident = "Amoi M636/A737",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Amoi Electronics CO.,LTD."),
			DMI_MATCH(DMI_PRODUCT_NAME, "M636/A737 platform"),
		},
	},
	{ }
	{ }
};
};