diff options
author | Todd Poynor <toddpoynor@google.com> | 2011-10-17 18:16:44 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-10-17 18:16:44 -0700 |
commit | c7928239c05f852e7ff545549ce2f0ed895f2c11 (patch) | |
tree | 478c315c8e1e789734671ca40e4468556945e7d3 /overlay/frameworks/base | |
parent | 8c13174e3683176c7b728b3e2960ee66f13fabf8 (diff) | |
download | device_samsung_maguro-c7928239c05f852e7ff545549ce2f0ed895f2c11.zip device_samsung_maguro-c7928239c05f852e7ff545549ce2f0ed895f2c11.tar.gz device_samsung_maguro-c7928239c05f852e7ff545549ce2f0ed895f2c11.tar.bz2 |
maguro: power profile: Update suspend current to reflect OFF mode
6-8mA commonly seen, go with 7mA.
Change-Id: Ifa3e5333b4cf7acb661202db2985a8908eec3864
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/power_profile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml index 801e3d2..9bb46a8 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -46,7 +46,7 @@ <value>1200000</value> </array> <!-- Power consumption in suspend --> - <item name="cpu.idle">13</item> + <item name="cpu.idle">7</item> <!-- Power consumption due to wake lock held --> <item name="cpu.awake">20</item> <!-- Power consumption at different speeds --> |