diff options
author | Gwendal Grignou <gwendal@chromium.org> | 2017-01-27 13:52:35 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-02-13 12:25:19 +0300 |
commit | 6ccc3a33810e8ec09936fa990c13370d9f61606f (patch) | |
tree | 736da06bafda0aad6aa3e7d3d8bd3555c14b8fd1 /include/linux/mfd | |
parent | cdd7950e7aa4a4d0d8ba71e3967aae6d25d09b03 (diff) | |
download | linux-6ccc3a33810e8ec09936fa990c13370d9f61606f.tar.xz |
input: cros_ec_keyb: Add Tablet Mode switch
Add switch to report tablet mode.
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Signed-off-by: Enric Balletbo Serra <enric.balletbo@collabora.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/cros_ec_commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/cros_ec_commands.h b/include/linux/mfd/cros_ec_commands.h index 004dcf3560fb..da1c188562bc 100644 --- a/include/linux/mfd/cros_ec_commands.h +++ b/include/linux/mfd/cros_ec_commands.h @@ -2068,6 +2068,7 @@ struct ec_response_get_next_event { /* Switches */ #define EC_MKBP_LID_OPEN 0 +#define EC_MKBP_TABLET_MODE 1 /*****************************************************************************/ /* Temperature sensor commands */ |