public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
From: ulrik.debie-os@e2big.org
To: Thorsten Leemhuis <linux@leemhuis.info>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>, linux-input@vger.kernel.org
Subject: Re: [PATCH] Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
Date: Thu, 9 Mar 2017 18:50:59 +0100	[thread overview]
Message-ID: <20170309175058.gtodm4q525sqyfro@lantern> (raw)
In-Reply-To: <c194d33b-9918-7514-d662-00d0688a7dfd@leemhuis.info>


Thanks !

Reviewed-by: Ulrik De Bie <ulrik.debie-os@e2big.org>

Can you also provide the line equivalent for 
 * Fujitsu LIFEBOOK E554   0x570f01        40, 14, 0c      2 hw buttons
?


Kind regards,
Ulrik
On Thu, Mar 09, 2017 at 09:19:41AM +0100, Thorsten Leemhuis wrote:
> 
> Temporary got a Fujitsu 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 Fujitsu machines that need this workaround.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>
> ---
>  drivers/input/mouse/elantech.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
> index efc8ec3..c5e513b 100644
> --- a/drivers/input/mouse/elantech.c
> +++ b/drivers/input/mouse/elantech.c
> @@ -1524,6 +1524,13 @@ static int elantech_reconnect(struct psmouse *psmouse)
>  		},
>  	},
>  	{
> +		/* Fujitsu LIFEBOOK E547  does not work with crc_enabled == 0 */
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E547"),
> +		},
> +	},
> +	{
>  		/* Fujitsu LIFEBOOK E554  does not work with crc_enabled == 0 */
>  		.matches = {
>  			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
> -- 
> 1.8.3.1
> --
> 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

  reply	other threads:[~2017-03-09 18:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09  8:19 [PATCH] Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled Thorsten Leemhuis
2017-03-09 17:50 ` ulrik.debie-os [this message]
2017-03-10  6:53   ` Thorsten Leemhuis
2017-03-24 10:18     ` Thorsten Leemhuis
2017-03-24 17:00       ` Dmitry Torokhov
2017-03-27  8:53         ` [PATCH v2] " Thorsten Leemhuis
2017-04-18 13:42           ` Thorsten Leemhuis
2017-04-18 18:16             ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170309175058.gtodm4q525sqyfro@lantern \
    --to=ulrik.debie-os@e2big.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux@leemhuis.info \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox