kevin: add more waking up signal from hibernating

BUG=None
BRANCH=None
TEST=type "hibernate" in console, and wake up using power button,
lid open, insert power supplier

Change-Id: Ide28974145602db550079c21e76169fbb358c847
Signed-off-by: Wonjoon Lee <woojoo.lee@samsung.com>
Reviewed-on: https://chromium-review.googlesource.com/360041
Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
Wonjoon Lee
2016-07-12 19:59:18 +09:00
committed by chrome-bot
parent b6e7520da4
commit 92fa2d6de2

View File

@@ -128,7 +128,7 @@ const unsigned int spi_devices_used = ARRAY_SIZE(spi_devices);
/******************************************************************************/
/* Wake-up pins for hibernate */
const enum gpio_signal hibernate_wake_pins[] = {
GPIO_POWER_BUTTON_L,
GPIO_POWER_BUTTON_L, GPIO_CHARGER_INT_L, GPIO_LID_OPEN
};
const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);