mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user