diff options
| author | Siddharth Ray <siddharthr@google.com> | 2018-01-17 15:13:09 -0800 |
|---|---|---|
| committer | Siddharth Ray <siddharthr@google.com> | 2018-01-17 18:10:13 -0800 |
| commit | 32825c5ec1c6b1d8e1c53363a430488dc42280cf (patch) | |
| tree | b31b37a05bb914cb935430ccaee462a0dfd30c3f /sailfish | |
| parent | bce78a5211ebed3a896509195513f584fb65653f (diff) | |
Cellular/Wifi power profile for Marlin
BUG:67213967
Change-Id: I9f29d71a5232bb8fd6a7bf817b2c92b0489944dd
Diffstat (limited to 'sailfish')
| -rw-r--r-- | sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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 f2d52826..3abf2e15 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 @@ -180,6 +180,15 @@ <value>2</value> <!-- 4097-/hr --> </array> + <!-- Idle Receive current for wifi radio in mA.--> + <item name="wifi.controller.idle">1</item> + <!-- Rx current for wifi radio in mA.--> + <item name="wifi.controller.rx">101</item> + <!-- Tx current for wifi radio in mA--> + <item name="wifi.controller.tx">250</item> + <!-- Operating volatage for wifi radio in mV.--> + <item name="wifi.controller.voltage">3800</item> + <!-- Additional power used when cellular radio is transmitting/receiving --> <item name="radio.active">300</item> <!-- The current consumed by the radio when it is scanning for a signal --> @@ -190,4 +199,17 @@ <value>1.6</value> </array> + <!-- Cellular modem related values.--> + <item name="modem.controller.sleep">1</item> + <item name="modem.controller.idle">25</item> + <item name="modem.controller.rx">50</item> + <array name="modem.controller.tx"> <!-- Strength 0 to 4 --> + <value>1</value> + <value>51</value> + <value>100</value> + <value>150</value> + <value>200</value> + </array> + <item name="modem.controller.voltage">3700</item> + </device> |
