Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiri Kosina and committed by
Dmitry Torokhov
9ce1ca28 a6821f34

+1 -1
+1 -1
drivers/input/serio/i8042-x86ia64io.h
··· 305 305 .ident = "Lenovo 3000 n100", 306 306 .matches = { 307 307 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), 308 - DMI_MATCH(DMI_PRODUCT_VERSION, "3000 N100"), 308 + DMI_MATCH(DMI_PRODUCT_NAME, "076804U"), 309 309 }, 310 310 }, 311 311 {