From f5e96c95120fb4d35d246ae39bb46205613a12b4 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Thu, 27 Sep 2012 00:38:15 +0700 Subject: aries-common: allow suspend in charger Change-Id: I777ea0dab6b3ad0631ef077bf1415cdaface74ba --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 658f0b4..f3992d8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -118,5 +118,8 @@ BOARD_ALLOW_EGL_HIBERNATION := true # hwcomposer: custom vsync ioctl BOARD_CUSTOM_VSYNC_IOCTL := true +# Suspend in charger to disable capacitive keys +BOARD_ALLOW_SUSPEND_IN_CHARGER := true + # Include aries specific stuff -include device/samsung/aries-common/Android.mk -- cgit v1.1