Merge "healthd: Support new PD and USB Type C types" am: ab75edb4ad
am: 741df1263e
am: 6b1c15d7ff
* commit '6b1c15d7ffe95bc43cc160e3f81b6bf1f4629159':
healthd: Support new PD and USB Type C types
This commit is contained in:
commit
e99972ac49
|
@ -139,6 +139,9 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
|
|||
{ "USB_DCP", ANDROID_POWER_SUPPLY_TYPE_AC },
|
||||
{ "USB_CDP", ANDROID_POWER_SUPPLY_TYPE_AC },
|
||||
{ "USB_ACA", ANDROID_POWER_SUPPLY_TYPE_AC },
|
||||
{ "USB_C", ANDROID_POWER_SUPPLY_TYPE_AC },
|
||||
{ "USB_PD", ANDROID_POWER_SUPPLY_TYPE_AC },
|
||||
{ "USB_PD_DRP", ANDROID_POWER_SUPPLY_TYPE_USB },
|
||||
{ "Wireless", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
|
||||
{ NULL, 0 },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue