diff options
| author | razorloves <razorloves@gmail.com> | 2019-05-10 11:13:26 -0500 |
|---|---|---|
| committer | razorloves <razorloves@gmail.com> | 2019-05-10 11:13:26 -0500 |
| commit | f321c0c5ad04804929298d3edc3e804b29a180d8 (patch) | |
| tree | 91ea7250cbdc0a7417e8c580c1028c9a59befc1d | |
| parent | 4ceeced5e0bfd6e1a587b37a58c9030272843583 (diff) | |
| parent | 5b1764147f8ecc4b3df3d5a626ca22c0a6472f2c (diff) | |
Merge aosp tag 'android-9.0.0_r36' into lineage-16.0
May 2019 PQ3A.190505.001
aed9e4b Power profile change Marlin
| -rw-r--r-- | marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml | 2 | ||||
| -rw-r--r-- | sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml index 222c8ad8..a97e3072 100644 --- a/marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -167,7 +167,7 @@ <item name="audio">75.60</item> <!-- Idle current for wifi radio in mA.--> - <item name="wifi.controller.idle">2</item> + <item name="wifi.controller.idle">79</item> <!-- Rx current for wifi radio in mA.--> <item name="wifi.controller.rx">107</item> <!-- Tx current for wifi radio in mA--> diff --git a/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml index 04df0f88..7dd2f2c9 100644 --- a/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -168,7 +168,7 @@ <item name="audio">75.60</item> <!-- Idle current for wifi radio in mA.--> - <item name="wifi.controller.idle">2</item> + <item name="wifi.controller.idle">79</item> <!-- Rx current for wifi radio in mA.--> <item name="wifi.controller.rx">107</item> <!-- Tx current for wifi radio in mA--> |
