Skip to content

Commit 704de48

Browse files
knurddtor
authored andcommitted
Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
Temporary got a Lifebook E547 into my hands and noticed the touchpad only works after running: echo "1" > /sys/devices/platform/i8042/serio2/crc_enabled Add it to the list of machines that need this workaround. Cc: [email protected] Signed-off-by: Thorsten Leemhuis <[email protected]> Reviewed-by: Ulrik De Bie <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 5376366 commit 704de48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/input/mouse/elantech.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ static int elantech_get_resolution_v4(struct psmouse *psmouse,
11181118
* Asus UX32VD 0x361f02 00, 15, 0e clickpad
11191119
* Avatar AVIU-145A2 0x361f00 ? clickpad
11201120
* Fujitsu LIFEBOOK E544 0x470f00 d0, 12, 09 2 hw buttons
1121+
* Fujitsu LIFEBOOK E547 0x470f00 50, 12, 09 2 hw buttons
11211122
* Fujitsu LIFEBOOK E554 0x570f01 40, 14, 0c 2 hw buttons
11221123
* Fujitsu T725 0x470f01 05, 12, 09 2 hw buttons
11231124
* Fujitsu H730 0x570f00 c0, 14, 0c 3 hw buttons (**)
@@ -1523,6 +1524,13 @@ static const struct dmi_system_id elantech_dmi_force_crc_enabled[] = {
15231524
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E544"),
15241525
},
15251526
},
1527+
{
1528+
/* Fujitsu LIFEBOOK E547 does not work with crc_enabled == 0 */
1529+
.matches = {
1530+
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
1531+
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E547"),
1532+
},
1533+
},
15261534
{
15271535
/* Fujitsu LIFEBOOK E554 does not work with crc_enabled == 0 */
15281536
.matches = {

0 commit comments

Comments
 (0)