Skip to content

Commit 9ce1ca2

Browse files
Jiri Kosinadtor
authored andcommitted
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 <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent a6821f3 commit 9ce1ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
305305
.ident = "Lenovo 3000 n100",
306306
.matches = {
307307
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
308-
DMI_MATCH(DMI_PRODUCT_VERSION, "3000 N100"),
308+
DMI_MATCH(DMI_PRODUCT_NAME, "076804U"),
309309
},
310310
},
311311
{

0 commit comments

Comments
 (0)