Input: psmouse - add support for Elantech touchpads
authorArjan Opmeer <arjan@opmeer.net>
Fri, 17 Oct 2008 02:10:19 +0000 (22:10 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 17 Oct 2008 02:54:35 +0000 (22:54 -0400)
commit2a0bd75e5e687a9c34921e942c18477ea7ec2d63
treeca2f113e5bb231aca30b139cee03c20332e5c55b
parent2c6f2cb83b239b7d45da9246cafd27ee615ee35b
Input: psmouse - add support for Elantech touchpads

This is version 5 of the driver. Relative mode support has been
dropped (users wishing to use touchpad in relative mode can use
standard PS/2 protocol emulation done in hardware). The driver
supports both original version of Elantech protocol and the newer
one used by touchpads installed in EeePC.

Signed-off-by: Arjan Opmeer <arjan@opmeer.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Documentation/input/elantech.txt [new file with mode: 0644]
drivers/input/mouse/Kconfig
drivers/input/mouse/Makefile
drivers/input/mouse/elantech.c [new file with mode: 0644]
drivers/input/mouse/elantech.h [new file with mode: 0644]
drivers/input/mouse/psmouse-base.c
drivers/input/mouse/psmouse.h