RE: input: elantech.c: adding more Fujtisu notebooks to force crc_enabled
From: duson <hidden>
Date: 2015-01-28 03:47:49
Loop Sam Hi Sam, Please help to take care this. Duson
-----Original Message----- From: Dmitry Torokhov [mailto:dmitry.torokhov@gmail.com] Sent: Wednesday, January 28, 2015 7:28 AM To: Rainer Koenig Cc: linux-input@vger.kernel.org; jeff.chuang7178@gmail.com; james.chen@emc.com.tw; herman.lin@emc.com.tw; Duson Lin Subject: Re: input: elantech.c: adding more Fujtisu notebooks to force crc_enabled On Tue, Jan 27, 2015 at 09:20:57AM +0100, Rainer Koenig wrote:quoted
Extending the patch from November 2014 with two moreFujitsu LIFEBOOKquoted
models that also ship the Elantech touchpad and don't work with crc_disabled. Signed-off-by: Rainer Koenig <redacted>Applied, thank you. However I am not happy with the direction we are going - the fact that we need to add more and more laptops to the quirk. It would be better if we could detect whether we need CRC or not by querying the touchpad somehow. Elantech folks, could you help us here? Thanks!quoted
--- My responsibility is enabling Linux on Fujitsu desktops andsometimesquoted
also notebooks. Stumbled into this issue during investigation of a customer project and successfully tested the patch on both machines. diff -uNr old/drivers/input/mouse/elantech.cnew/drivers/input/mouse/elantech.cquoted
--- old/drivers/input/mouse/elantech.c 2015-01-2708:51:18.101122218 +0100quoted
+++ new/drivers/input/mouse/elantech.c 2015-01-2708:51:00.880921663 +0100quoted
@@ -1475,6 +1475,20 @@ DMI_MATCH(DMI_PRODUCT_NAME, "CELSIUS H730"), }, }, + { + /* Fujitsu LIFEBOOK E554 does not work withcrc_enabled == 0 */quoted
+ .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E554"), + }, + }, + { + /* Fujitsu LIFEBOOK E544 does not work withcrc_enabled == 0 */quoted
+ .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E544"), + }, + }, #endif { } }; -- Dipl.-Inf. (FH) Rainer Koenig Project Manager Linux Clients Dept. PDG WPS R&D SW OSE Fujitsu Technology Solutions Bürgermeister-Ullrich-Str. 100 86199 Augsburg Germany Telephone: +49-821-804-3321 Telefax: +49-821-804-2131 Mail: mailto:Rainer.Koenig@ts.fujitsu.com Internet ts.fujtsu.com Company Details ts.fujitsu.com/imprint.html-- Dmitry
-- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html