diff options
author | Yunkang Tang <tommywill2011@gmail.com> | 2013-12-02 07:33:52 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-12-05 21:50:18 +0100 |
commit | 95f75e91588afecfb0090988393653d21f5d1f91 (patch) | |
tree | b65031e817f5159b1a85ac87e29e2cf293b53e11 /drivers/input/mouse/alps.h | |
parent | Input: elantech - add support for newer (August 2013) devices (diff) | |
download | linux-95f75e91588afecfb0090988393653d21f5d1f91.tar.xz linux-95f75e91588afecfb0090988393653d21f5d1f91.zip |
Input: ALPS - add support for DualPoint device on Dell XT2 model
The device uses special MPU controller that necessitates the new
initialization sequence for the device. We also define a new protocol for
the trackpad that allows reporting better resolution than older V2
protocol.
Signed-off-by: Yunkang Tang <yunkang.tang@cn.alps.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse/alps.h')
-rw-r--r-- | drivers/input/mouse/alps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h index eee59853b9ce..704f0f924307 100644 --- a/drivers/input/mouse/alps.h +++ b/drivers/input/mouse/alps.h @@ -17,6 +17,7 @@ #define ALPS_PROTO_V3 3 #define ALPS_PROTO_V4 4 #define ALPS_PROTO_V5 5 +#define ALPS_PROTO_V6 6 /** * struct alps_model_info - touchpad ID table |