summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2008-09-04 22:28:48 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-09-04 22:57:35 -0400
commit9ce1ca284a322ba6f9d691136a29c9cfe381e1fc (patch)
treee1e31922661177ab5306ade7de7048dcb968ee03 /drivers
parenta6821f345fd508b17f5ce310b677b37aefb028dc (diff)
downloadop-kernel-dev-9ce1ca284a322ba6f9d691136a29c9cfe381e1fc.zip
op-kernel-dev-9ce1ca284a322ba6f9d691136a29c9cfe381e1fc.tar.gz
Input: i8042 - make Lenovo 3000 N100 blacklist entry more specific
Apparently, there are more different versions of Lenovo 3000 N100, some of them working properly with active mux, and some of them requiring it being switched off. This patch applies 'nomux' only to the specific product name that is reported to behave badly unless 'nomux' is specified. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 3282b74..5aafe24 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -305,7 +305,7 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
.ident = "Lenovo 3000 n100",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
- DMI_MATCH(DMI_PRODUCT_VERSION, "3000 N100"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "076804U"),
},
},
{
OpenPOWER on IntegriCloud