Input: ALPS - add "Dolphin V1" touchpad support
authorDave Turvene <dturvene@dahetral.com>
Fri, 22 Feb 2013 06:58:28 +0000 (22:58 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 22 Feb 2013 08:10:30 +0000 (00:10 -0800)
commit75af9e56c1e309a4132d15120d7061656609b84e
tree0ff39fe6344c0dffb4df7492b47ea5e349961e92
parentd18e53fce2f6e42bfb8ac157547dd3f804385749
Input: ALPS - add "Dolphin V1" touchpad support

These touchpads use a different protocol; they have been seen on Dell
N5110, Dell 17R SE, and others.

The official ALPS driver identifies them by looking for an exact match
on the E7 report: 73 03 50.  Dolphin V1 returns an EC report of
73 01 xx (02 and 0d have been seen); Dolphin V2 returns an EC report of
73 02 xx (02 has been seen).

Dolphin V2 probably needs a different initialization sequence and/or
report parser, so it is left for a future commit.

Signed-off-by: Dave Turvene <dturvene@dahetral.com>
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/alps.c
drivers/input/mouse/alps.h
This page took 0.024661 seconds and 5 git commands to generate.