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>
This commit is contained in:

committed by
Dmitry Torokhov

parent
09c398bc01
commit
c9815232c3
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user