14 Sep 05:20
[PATCH] input: Update Elantech touchpad driver to v5 for kernel 2.6.27-rc5-mm1
From: Arjan Opmeer <arjan <at> opmeer.net>
Subject: [PATCH] input: Update Elantech touchpad driver to v5 for kernel 2.6.27-rc5-mm1
Newsgroups: gmane.linux.kernel.input, gmane.linux.kernel
Date: 2008-09-14 03:23:44 GMT
Subject: [PATCH] input: Update Elantech touchpad driver to v5 for kernel 2.6.27-rc5-mm1
Newsgroups: gmane.linux.kernel.input, gmane.linux.kernel
Date: 2008-09-14 03:23:44 GMT
From: Arjan Opmeer <arjan <at> opmeer.net> Update the Elantech touchpad driver to v5 - Put the Elantech entry last in the psmouse_protocols[] list as it is also the last one in the psmouse_type enum. - Remove support for relative mode. The driver now always uses the touchpad in absolute mode. - Add support for the new Elantech touchpad model as found in the EeePC that uses a new protocol. Signed-off-by: Arjan Opmeer <arjan <at> opmeer.net> --- diff --git a/Documentation/input/elantech.txt b/Documentation/input/elantech.txt index 679e74b..a10c3b6 100644 --- a/Documentation/input/elantech.txt +++ b/Documentation/input/elantech.txt @@ -1,27 +1,125 @@ Elantech Touchpad Driver ======================== - Copyright (C) 2007 Arjan Opmeer <arjan <at> opmeer.net> - Extra information found and provided by Steve Havelka + Copyright (C) 2007-2008 Arjan Opmeer <arjan <at> opmeer.net> -Configuration of the touchpad is performed by writing values to registers -found under sysfs entries /sys/bus/serio/drivers/psmouse/serio?/reg_*.(Continue reading)
RSS Feed