Skip to content

Commit 5bd8a05

Browse files
cbm755dtor
authored andcommitted
Input: i8042 - add Thinkpad R31 to nomux list
Thinkpad R31 needs i8042 nomux quirk. Stops jittery jumping mouse and random keyboard input. Fixes kernel bug #11723. Cherry picked from Ubuntu who have sometimes (on-again-off-again) had a fix in their patched kernels. Signed-off-by: Colin B Macdonald <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent f9da8d1 commit 5bd8a05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
322322
DMI_MATCH(DMI_PRODUCT_NAME, "N34AS6"),
323323
},
324324
},
325+
{
326+
.ident = "IBM 2656",
327+
.matches = {
328+
DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
329+
DMI_MATCH(DMI_PRODUCT_NAME, "2656"),
330+
},
331+
},
325332
{ }
326333
};
327334

0 commit comments

Comments
 (0)