Revert "Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table"

This reverts commit 17026c4b16.
This commit is contained in:
Ksawlii 2024-11-24 00:23:35 +01:00
parent e4328eacde
commit baed530a0b

View file

@ -617,15 +617,6 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
},
.driver_data = (void *)(SERIO_QUIRK_NOMUX)
},
{
/* Fujitsu Lifebook E756 */
/* https://bugzilla.suse.com/show_bug.cgi?id=1229056 */
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E756"),
},
.driver_data = (void *)(SERIO_QUIRK_NOMUX)
},
{
/* Fujitsu Lifebook E5411 */
.matches = {