diff options
author | Ping Cheng <pinglinux@gmail.com> | 2017-02-15 00:26:21 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-06 08:06:51 -0500 |
commit | 4eb220cb35a9c4f69a2438b987bb3d509d56cc80 (patch) | |
tree | 2addaa976660447a3aa14ec4e342dc696a1690d8 /include/uapi/linux/input-event-codes.h | |
parent | 81bbef23db51c0b450d90607fbbc2ad80ee0d43f (diff) |
HID: wacom: generic: add 3 tablet touch keys
This patch add support to the 3 touch keys on Wacom Cintiq Pro. These touch
keys are in the middle of the other two keys on the top edge of the tablet.
Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Tested-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/uapi/linux/input-event-codes.h')
-rw-r--r-- | include/uapi/linux/input-event-codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 3af60ee69053..f5a8d96e1e09 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h | |||
@@ -641,6 +641,7 @@ | |||
641 | * e.g. teletext or data broadcast application (MHEG, MHP, HbbTV, etc.) | 641 | * e.g. teletext or data broadcast application (MHEG, MHP, HbbTV, etc.) |
642 | */ | 642 | */ |
643 | #define KEY_DATA 0x277 | 643 | #define KEY_DATA 0x277 |
644 | #define KEY_ONSCREEN_KEYBOARD 0x278 | ||
644 | 645 | ||
645 | #define BTN_TRIGGER_HAPPY 0x2c0 | 646 | #define BTN_TRIGGER_HAPPY 0x2c0 |
646 | #define BTN_TRIGGER_HAPPY1 0x2c0 | 647 | #define BTN_TRIGGER_HAPPY1 0x2c0 |