Skip to content
Snippets Groups Projects
Commit 7545c24c authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: i8042 - add Lifebook E4010 to MUX blacklist


Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 945ef0d4
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK T3010"),
},
},
{
.ident = "Fujitsu-Siemens Lifebook E4010",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E4010"),
},
},
{
.ident = "Toshiba P10",
.matches = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment