Skip to content

Commit f4dec2d

Browse files
committed
Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list"
This reverts commit 1893150. From Kevin Locke: "... nomux only appeared to fix the issue because the controller continued working after warm reboots. After more thorough testing from both warm and cold start, I now believe the entry should be added to i8042_dmi_reset_table rather than i8042_dmi_nomux_table as i8042.reset=1 alone is sufficient to avoid the issue from both states while i8042.nomux is not."
1 parent 3834737 commit f4dec2d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -541,13 +541,6 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
541541
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
542542
},
543543
},
544-
{
545-
/* Lenovo ThinkPad Twist S230u */
546-
.matches = {
547-
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
548-
DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"),
549-
},
550-
},
551544
{ }
552545
};
553546

0 commit comments

Comments
 (0)