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

Configure Feed

Select the types of activity you want to include in your feed.

Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list"

This reverts commit 18931506465a762ffd3f4803d36a18d336a67da9. 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."

-7
-7
drivers/input/serio/i8042-x86ia64io.h
··· 541 541 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"), 542 542 }, 543 543 }, 544 - { 545 - /* Lenovo ThinkPad Twist S230u */ 546 - .matches = { 547 - DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), 548 - DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"), 549 - }, 550 - }, 551 544 { } 552 545 }; 553 546