| From | JJ Ding <> | | Subject | [PATCH 0/6] elantech: add support for newer generation hardware | | Date | Thu, 18 Aug 2011 09:57:03 +0800 |
| |
Hi list,
This is a series of patches to add support for newer generation of ELAN touchpad.
Patches #1~5 are essentially fixes and cleanups that pave the way for patch #6, which really adds code for v3 hardware support.
Any comments, suggestions are welcome.
Thank you.
JJ Ding (6): Input: elantech - correct x, y value range for v2 hardware Input: elantech - use firmware provided x, y ranges Input: elantech - packet checking for v2 hardware Input: elantech - work around EC buffer Input: elantech - clean up elantech_init Input: elantech - add v3 hardware support
Documentation/input/elantech.txt | 112 ++++++++++-- drivers/input/mouse/elantech.c | 373 ++++++++++++++++++++++++++++++++------ drivers/input/mouse/elantech.h | 15 ++- 3 files changed, 426 insertions(+), 74 deletions(-)
-- 1.7.4.1
|