Skip to content

Commit 6060395

Browse files
tiwaidtor
authored andcommitted
Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled
Another Lifebook machine that needs the same quirk as other similar models to make the driver working. Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=883192 Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent a748941 commit 6060395

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/input/mouse/elantech.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,6 +1520,13 @@ static const struct dmi_system_id elantech_dmi_force_crc_enabled[] = {
15201520
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E544"),
15211521
},
15221522
},
1523+
{
1524+
/* Fujitsu LIFEBOOK U745 does not work with crc_enabled == 0 */
1525+
.matches = {
1526+
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
1527+
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U745"),
1528+
},
1529+
},
15231530
#endif
15241531
{ }
15251532
};

0 commit comments

Comments
 (0)