diff options
author | Ping Cheng <pinglinux@gmail.com> | 2015-01-27 21:30:03 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-01-29 13:05:05 (GMT) |
commit | 500d4160abe9a2e88b12e319c13ae3ebd1e18108 (patch) | |
tree | b592fb9443e6621d2d51ab4dec42139481f614c1 /include/uapi | |
parent | a2f71c6c878e664cce4591fc1de36dce2bf44d8d (diff) | |
download | linux-500d4160abe9a2e88b12e319c13ae3ebd1e18108.tar.xz |
HID: wacom: add support for Cintiq 27QHD and 27QHD touch
These devices have accelerometers. To report accelerometer coordinates, a new
property, INPUT_PROP_ACCELEROMETER, is added.
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h index a1d7e93..b0a8130 100644 --- a/include/uapi/linux/input.h +++ b/include/uapi/linux/input.h @@ -166,6 +166,7 @@ struct input_keymap_entry { #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */ #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ #define INPUT_PROP_POINTING_STICK 0x05 /* is a pointing stick */ +#define INPUT_PROP_ACCELEROMETER 0x06 /* has accelerometer */ #define INPUT_PROP_MAX 0x1f #define INPUT_PROP_CNT (INPUT_PROP_MAX + 1) |