File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
272
272
DMI_MATCH (DMI_PRODUCT_NAME , "LifeBook S6230" ),
273
273
},
274
274
},
275
+ {
276
+ /* Fujitsu Lifebook T725 laptop */
277
+ .matches = {
278
+ DMI_MATCH (DMI_SYS_VENDOR , "FUJITSU" ),
279
+ DMI_MATCH (DMI_PRODUCT_NAME , "LIFEBOOK T725" ),
280
+ },
281
+ },
275
282
{
276
283
/* Fujitsu Lifebook U745 */
277
284
.matches = {
@@ -840,6 +847,13 @@ static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = {
840
847
DMI_MATCH (DMI_PRODUCT_NAME , "LIFEBOOK AH544" ),
841
848
},
842
849
},
850
+ {
851
+ /* Fujitsu Lifebook T725 laptop */
852
+ .matches = {
853
+ DMI_MATCH (DMI_SYS_VENDOR , "FUJITSU" ),
854
+ DMI_MATCH (DMI_PRODUCT_NAME , "LIFEBOOK T725" ),
855
+ },
856
+ },
843
857
{
844
858
/* Fujitsu U574 laptop */
845
859
/* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */
You can’t perform that action at this time.
0 commit comments