summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-kbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-kbc.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-kbc.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-kbc.c b/arch/arm/mach-tegra/board-enterprise-kbc.c
index aee4d4098bd3..94bcbb946335 100644
--- a/arch/arm/mach-tegra/board-enterprise-kbc.c
+++ b/arch/arm/mach-tegra/board-enterprise-kbc.c
@@ -43,6 +43,18 @@ static struct tegra_kbc_wake_key enterprise_wake_cfg[] = {
.row = 0,
.col = 0,
},
+ [1] = {
+ .row = 1,
+ .col = 0,
+ },
+ [2] = {
+ .row = 1,
+ .col = 1,
+ },
+ [3] = {
+ .row = 2,
+ .col = 0,
+ },
};
static struct tegra_kbc_platform_data enterprise_kbc_platform_data = {
@@ -53,7 +65,7 @@ static struct tegra_kbc_platform_data enterprise_kbc_platform_data = {
.fn_keycode = NULL,
.is_filter_keys = false,
.is_wake_on_any_key = false,
- .wake_key_cnt = 1,
+ .wake_key_cnt = 4,
.wake_cfg = &enterprise_wake_cfg[0],
};