diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-09-27 00:38:15 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-09-27 00:38:15 +0700 |
commit | f5e96c95120fb4d35d246ae39bb46205613a12b4 (patch) | |
tree | 6e060b5355afd16d4ab7085cb9bfaab60916e753 | |
parent | b2668817cf591d94452e6ae5974a05a718ef8469 (diff) | |
download | device_samsung_aries-common-f5e96c95120fb4d35d246ae39bb46205613a12b4.zip device_samsung_aries-common-f5e96c95120fb4d35d246ae39bb46205613a12b4.tar.gz device_samsung_aries-common-f5e96c95120fb4d35d246ae39bb46205613a12b4.tar.bz2 |
aries-common: allow suspend in charger
Change-Id: I777ea0dab6b3ad0631ef077bf1415cdaface74ba
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 |