* Re: [PATCH] Input: Add support for newer elantech touchpads
[not found] <CALxcDfxOXM5FqjN9UB4MLVKtAjEJt7DD=EgcrJ-Hb_D-3mkciA@mail.gmail.com>
@ 2014-04-25 6:39 ` Dmitry Torokhov
0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2014-04-25 6:39 UTC (permalink / raw)
To: Jordan Rife; +Cc: linux-kernel, linux-input
On Tue, Apr 22, 2014 at 01:40:51PM -0500, Jordan Rife wrote:
> From: Jordan Rife <jrife0@gmail.com>
>
> Newer elantech touchpads are not recognized by the current driver, since it
> fails to detect their firmware version number. This prevents more advanced
> touchpad features from being usable such as two-finger scrolling. This
> patch allows newer touchpads to be detected and be fully functional. Tested
> on Sony Vaio SVF13N17PXB.
>
> Signed-off-by: Jordan Rife <jrife0@gmail.com>
Applied, thank you.
> ---
> diff -pruN linux-master.orig/drivers/input/mouse/elantech.c
> linux-master.modified/drivers/input/mouse/elantech.c
> --- linux-master.orig/drivers/input/mouse/elantech.c 2014-04-22
> 12:57:57.597186781 -0500
> +++ linux-master.modified/drivers/input/mouse/elantech.c 2014-04-22
> 12:59:57.257191243 -0500
> @@ -1353,6 +1353,7 @@ static int elantech_set_properties(struc
> case 6:
> case 7:
> case 8:
> + case 9:
> etd->hw_version = 4;
> break;
> default:
--
Dmitry
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-25 6:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CALxcDfxOXM5FqjN9UB4MLVKtAjEJt7DD=EgcrJ-Hb_D-3mkciA@mail.gmail.com>
2014-04-25 6:39 ` [PATCH] Input: Add support for newer elantech touchpads Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).