summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-kbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-kbc.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-kbc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-kbc.c b/arch/arm/mach-tegra/board-whistler-kbc.c
index d46ae22bba05..0dbcbbcdc313 100644
--- a/arch/arm/mach-tegra/board-whistler-kbc.c
+++ b/arch/arm/mach-tegra/board-whistler-kbc.c
@@ -89,6 +89,9 @@ static struct tegra_kbc_platform_data whistler_kbc_platform_data = {
.keymap_data = &whistler_keymap_data,
.use_fn_map = false,
.wakeup = true,
+#ifdef CONFIG_ANDROID
+ .disable_ev_rep = true,
+#endif
};
static struct resource whistler_kbc_resources[] = {