Skip to content

Commit 16e28ab

Browse files
tiwaidtor
authored andcommitted
Input: i8042 - Add quirk for Fujitsu Lifebook T725
Fujitsu Lifebook T725 laptop requires, like a few other similar models, the nomux and notimeout options to probe the touchpad properly. This patch adds the corresponding quirk entries. BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1191980 Tested-by: Neal Gompa <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 322a552 commit 16e28ab

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
272272
DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook S6230"),
273273
},
274274
},
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+
},
275282
{
276283
/* Fujitsu Lifebook U745 */
277284
.matches = {
@@ -840,6 +847,13 @@ static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = {
840847
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK AH544"),
841848
},
842849
},
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+
},
843857
{
844858
/* Fujitsu U574 laptop */
845859
/* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */

0 commit comments

Comments
 (0)