• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Revision4123d86b8059d13c888702e58351469c5d176ecf (tree)
Time2016-07-29 04:17:40
AuthorSteve Kondik <steve@cyng...>
CommiterSteve Kondik

Log Message

healthd: Add DASH charger type

Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef

Change Summary

Incremental Difference

--- a/healthd/BatteryMonitor.cpp
+++ b/healthd/BatteryMonitor.cpp
@@ -147,6 +147,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
147147 { "Wipower", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
148148 { "DockBattery", ANDROID_POWER_SUPPLY_TYPE_DOCK_BATTERY },
149149 { "DockAC", ANDROID_POWER_SUPPLY_TYPE_DOCK_AC },
150+ { "DASH", ANDROID_POWER_SUPPLY_TYPE_AC },
150151 { NULL, 0 },
151152 };
152153