commit | d96ee28046a3789fe4fd5e825c9864b0711cea82 | [log] [tgz] |
---|---|---|
author | Jenny Ho <[email protected]> | Thu Sep 08 17:27:18 2022 +0800 |
committer | Jenny Ho <[email protected]> | Mon Sep 12 23:59:13 2022 +0000 |
tree | 616d5d1b6127eef4fd1ac9709712d5c1cebcee7b | |
parent | 9b19151a8d05a407f0e340b0c4a7a5f788e56dc4 [diff] [blame] |
google_battery: correct CSI watt unit Bug: 244177911 Signed-off-by: Jenny Ho <[email protected]> Change-Id: I62a66346012af6241a3c843c73c338ba16dac54e
diff --git a/google_battery.c b/google_battery.c index d01a53b..f4eee6b 100644 --- a/google_battery.c +++ b/google_battery.c
@@ -2549,7 +2549,7 @@ case CHG_EV_ADAPTER_TYPE_WLC: case CHG_EV_ADAPTER_TYPE_WLC_EPP: case CHG_EV_ADAPTER_TYPE_WLC_SPP: - limit_mw = 7500; + limit_mw = 7500000; break; default: break;