aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2017-01-27 11:52:35 +0100
committerLee Jones <lee.jones@linaro.org>2017-02-13 09:25:19 +0000
commit6ccc3a33810e8ec09936fa990c13370d9f61606f (patch)
tree736da06bafda0aad6aa3e7d3d8bd3555c14b8fd1 /drivers/input/keyboard
parentinput: cros_ec_keyb: Add non-matrix buttons and switches (diff)
downloadlinux-dev-6ccc3a33810e8ec09936fa990c13370d9f61606f.tar.xz
linux-dev-6ccc3a33810e8ec09936fa990c13370d9f61606f.zip
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 'drivers/input/keyboard')
-rw-r--r--drivers/input/keyboard/cros_ec_keyb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/input/keyboard/cros_ec_keyb.c b/drivers/input/keyboard/cros_ec_keyb.c
index ad74ebce0cdd..604c7ade8df2 100644
--- a/drivers/input/keyboard/cros_ec_keyb.c
+++ b/drivers/input/keyboard/cros_ec_keyb.c
@@ -111,6 +111,11 @@ static const struct cros_ec_bs_map cros_ec_keyb_bs[] = {
.bit = EC_MKBP_LID_OPEN,
.inverted = true,
},
+ {
+ .ev_type = EV_SW,
+ .code = SW_TABLET_MODE,
+ .bit = EC_MKBP_TABLET_MODE,
+ },
};
/*