File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -548,6 +548,14 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
548
548
DMI_MATCH (DMI_PRODUCT_NAME , "Aspire 5738" ),
549
549
},
550
550
},
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
+ },
551
559
{ }
552
560
};
553
561
@@ -676,6 +684,14 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = {
676
684
DMI_MATCH (DMI_PRODUCT_NAME , "33474HU" ),
677
685
},
678
686
},
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
+ },
679
695
{ }
680
696
};
681
697
You can’t perform that action at this time.
0 commit comments