From 0a49c6da693e5f4ab5a9c8d1ceb2969a97b9e22b Mon Sep 17 00:00:00 2001 From: Dorian Snyder Date: Sun, 1 Sep 2013 22:05:46 -0700 Subject: d710: cypress: fix home button and auto-update defconfig Change-Id: I1dd142d0b168101a8170e742d115bf70a47daa48 --- drivers/input/keyboard/cypress/cypress-touchkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/input/keyboard/cypress/cypress-touchkey.c b/drivers/input/keyboard/cypress/cypress-touchkey.c index 6c248a4..d73ec15 100644 --- a/drivers/input/keyboard/cypress/cypress-touchkey.c +++ b/drivers/input/keyboard/cypress/cypress-touchkey.c @@ -64,7 +64,7 @@ static int touchkey_keycode[] = { 0, KEY_MENU, KEY_ENTER, KEY_BACK, KEY_END, #elif defined(TK_USE_4KEY_TYPE_NA) - KEY_SEARCH, KEY_BACK, KEY_HOMEPAGE, KEY_MENU, + KEY_SEARCH, KEY_BACK, KEY_HOME, KEY_MENU, #elif defined(TK_USE_2KEY_TYPE_M0) KEY_BACK, KEY_MENU, -- cgit v1.1