summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/alps.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2017-03-07 20:42:46 +0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-03-07 20:49:29 +0300
commitc9815232c3cca58bb2b664f37b681841981ed4a9 (patch)
tree1491d3881b682e8ca1528ccf8ae3b349edb316b5 /drivers/input/mouse/alps.h
parent09c398bc01f507e31b9c1325a10e231d271fea00 (diff)
downloadlinux-c9815232c3cca58bb2b664f37b681841981ed4a9.tar.xz
Input: alps - warn about unsupported ALPS V9 touchpad
Support for devices with ALPS_PROTO_V9 is not implemented yet but we can detect these alps touchpads and warn users about it. Signed-off-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h
index 6d279aa27cb9..54f9f4401a77 100644
--- a/drivers/input/mouse/alps.h
+++ b/drivers/input/mouse/alps.h
@@ -23,6 +23,7 @@
#define ALPS_PROTO_V6 0x600
#define ALPS_PROTO_V7 0x700 /* t3btl t4s */
#define ALPS_PROTO_V8 0x800 /* SS4btl SS4s */
+#define ALPS_PROTO_V9 0x900 /* ss3btl */
#define MAX_TOUCHES 4