From: Dmitry Torokhov Date: Fri, 8 Dec 2006 06:36:32 +0000 (-0500) Subject: Input: i8042 - add another Lifebook P7010 to nomux blacklist X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bb06ec3cc53bc1e4405561cf12756c51e8eecd6e;p=linux-beck.git Input: i8042 - add another Lifebook P7010 to nomux blacklist We already had entry for Fujitsu Lifebook P7010 in the nomux blacklist but for some reason Fujitsu decided to fiddle with DMI data... Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 8738edda6610..d36bd5475b6d 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -110,6 +110,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "P7010"), }, }, + { + .ident = "Fujitsu Lifebook P7010", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), + DMI_MATCH(DMI_PRODUCT_NAME, "0000000000"), + }, + }, { .ident = "Fujitsu Lifebook P5020D", .matches = {