lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 24 Apr 2014 23:39:25 -0700
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Jordan Rife <jrife0@...il.com>
Cc:	linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: Re: [PATCH] Input: Add support for newer elantech touchpads

On Tue, Apr 22, 2014 at 01:40:51PM -0500, Jordan Rife wrote:
> From: Jordan Rife <jrife0@...il.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@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ