Commit 5f4ba04f authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: i8042 - add Compal Hel80 laptop to nomux blacklist



Reported-by: default avatarJaime Cura <jimyx17@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 734f0bae
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -344,6 +344,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "XPS M1530"),
		},
	},
	{
		.ident = "Compal HEL80I",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "COMPAL"),
			DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"),
		},
	},
	{ }
};