Loading drivers/power/qpnp-smbcharger.c +1 −1 Original line number Diff line number Diff line Loading @@ -679,7 +679,7 @@ static enum power_supply_type usb_type_enum[] = { POWER_SUPPLY_TYPE_USB_DCP, /* bit 1 */ POWER_SUPPLY_TYPE_USB_DCP, /* bit 2 */ POWER_SUPPLY_TYPE_USB_CDP, /* bit 3 */ POWER_SUPPLY_TYPE_USB, /* bit 4 error case, report SDP */ POWER_SUPPLY_TYPE_USB_DCP, /* bit 4 error case, report DCP */ }; /* helper to return enum power_supply_type of USB type */ Loading Loading
drivers/power/qpnp-smbcharger.c +1 −1 Original line number Diff line number Diff line Loading @@ -679,7 +679,7 @@ static enum power_supply_type usb_type_enum[] = { POWER_SUPPLY_TYPE_USB_DCP, /* bit 1 */ POWER_SUPPLY_TYPE_USB_DCP, /* bit 2 */ POWER_SUPPLY_TYPE_USB_CDP, /* bit 3 */ POWER_SUPPLY_TYPE_USB, /* bit 4 error case, report SDP */ POWER_SUPPLY_TYPE_USB_DCP, /* bit 4 error case, report DCP */ }; /* helper to return enum power_supply_type of USB type */ Loading