Skip to content

Commit c4440b8

Browse files
jwrdegoededtor
authored andcommitted
Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset lists
The keyboard drops keypresses early during boot unless both the nomux and reset quirks are set. Add DMI table entries for this. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1806085 Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 9e82380 commit c4440b8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,14 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
548548
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
549549
},
550550
},
551+
{
552+
/* Entroware Proteus */
553+
.matches = {
554+
DMI_MATCH(DMI_SYS_VENDOR, "Entroware"),
555+
DMI_MATCH(DMI_PRODUCT_NAME, "Proteus"),
556+
DMI_MATCH(DMI_PRODUCT_VERSION, "EL07R4"),
557+
},
558+
},
551559
{ }
552560
};
553561

@@ -676,6 +684,14 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = {
676684
DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"),
677685
},
678686
},
687+
{
688+
/* Entroware Proteus */
689+
.matches = {
690+
DMI_MATCH(DMI_SYS_VENDOR, "Entroware"),
691+
DMI_MATCH(DMI_PRODUCT_NAME, "Proteus"),
692+
DMI_MATCH(DMI_PRODUCT_VERSION, "EL07R4"),
693+
},
694+
},
679695
{ }
680696
};
681697

0 commit comments

Comments
 (0)