rk3168_86v: remove esc key

This commit is contained in:
hjc
2013-01-28 18:42:54 +08:00
parent f5ad2a1186
commit 0df604aee4

7
arch/arm/mach-rk30/board-rk3168-86v.c Normal file → Executable file
View File

@@ -80,13 +80,6 @@ static struct rk29_keys_button key_button[] = {
.active_low = PRESS_LEV_LOW,
.wakeup = 1,
},
{
.desc = "esc",
.code = KEY_BACK,
.adc_value = 1,
.gpio = INVALID_GPIO,
.active_low = PRESS_LEV_LOW,
},
{
.desc = "vol-",
.code = KEY_VOLUMEDOWN,