diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-01-14 19:39:52 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-02-16 00:44:17 +0100 |
commit | fb2dd7a61d6f1590b183199b29a065d14f2627b5 (patch) | |
tree | 5ca04424a5fe010082c488adfcde32127ff56784 /drivers/input/mouse/alps.h | |
parent | Input: ALPS - renumber protocol numbers (diff) | |
download | linux-fb2dd7a61d6f1590b183199b29a065d14f2627b5.tar.xz linux-fb2dd7a61d6f1590b183199b29a065d14f2627b5.zip |
Input: ALPS - make Rushmore a separate protocol
Even though Rushmore is very close to V3 protocol it is sufficiently
different to warrant it's own protocol name.
Tested-by: Pali Rohár <pali.rohar@gmail.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 94645bfa2a0d..f19908abfb15 100644 --- a/drivers/input/mouse/alps.h +++ b/drivers/input/mouse/alps.h @@ -17,6 +17,7 @@ #define ALPS_PROTO_V1 0x100 #define ALPS_PROTO_V2 0x200 #define ALPS_PROTO_V3 0x300 +#define ALPS_PROTO_V3_RUSHMORE 0x310 #define ALPS_PROTO_V4 0x400 #define ALPS_PROTO_V5 0x500 #define ALPS_PROTO_V6 0x600 |