Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table
authorSzilard Fabian <szfabian@bluemarch.art>
Wed, 4 Oct 2023 12:47:01 +0000 (05:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 4 Oct 2023 14:21:45 +0000 (07:21 -0700)
commit80f39e1c27ba9e5a1ea7e68e21c569c9d8e46062
treef0a590cb6b731310803bdcd80c2e673608124529
parente28a0974d749e5105d77233c0a84d35c37da047e
Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table

In the initial boot stage the integrated keyboard of Fujitsu Lifebook E5411
refuses to work and it's not possible to type for example a dm-crypt
passphrase without the help of an external keyboard.

i8042.nomux kernel parameter resolves this issue but using that a PS/2
mouse is detected. This input device is unused even when the i2c-hid-acpi
kernel module is blacklisted making the integrated ELAN touchpad
(04F3:308A) not working at all.

Since the integrated touchpad is managed by the i2c_designware input
driver in the Linux kernel and you can't find a PS/2 mouse port on the
computer I think it's safe to not use the PS/2 mouse port at all.

Signed-off-by: Szilard Fabian <szfabian@bluemarch.art>
Link: https://lore.kernel.org/r/20231004011749.101789-1-szfabian@bluemarch.art
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/i8042-acpipnpio.h