[PATCH] input: add support for ALPS v7 protocol device

2014-03-19 Thread Qiting Chen
drag 2) Fix cursor jitter when button clicking Signed-off-by: Qiting Chen --- drivers/input/mouse/alps.c | 560 ++--- drivers/input/mouse/alps.h | 132 +-- 2 files changed, 641 insertions(+), 51 deletions(-) diff --git a/drivers/input/mouse/alps.c b

[PATCH] add support for ALPS v7 protocol device

2014-01-09 Thread Qiting Chen
as a clickpad by: set_bit(INPUT_PROP_BUTTONPAD, dev1->propbit) But only button click can be correctly recognized. Yet a finger at Button Area won't be ignored while doing cursroing. Signed-off-by: Qiting Chen --- drivers/input/mouse/alps.c | 478 ++