Loading drivers/power/qpnp-smbcharger.c +1 −0 Original line number Diff line number Diff line Loading @@ -4852,6 +4852,7 @@ static void handle_usb_removal(struct smbchg_chip *chip) chip->typec_current_ma = 0; /* cancel/wait for hvdcp pending work if any */ cancel_delayed_work_sync(&chip->hvdcp_det_work); smbchg_relax(chip, PM_DETECT_HVDCP); smbchg_change_usb_supply_type(chip, POWER_SUPPLY_TYPE_UNKNOWN); if (chip->parallel.use_parallel_aicl) { Loading Loading
drivers/power/qpnp-smbcharger.c +1 −0 Original line number Diff line number Diff line Loading @@ -4852,6 +4852,7 @@ static void handle_usb_removal(struct smbchg_chip *chip) chip->typec_current_ma = 0; /* cancel/wait for hvdcp pending work if any */ cancel_delayed_work_sync(&chip->hvdcp_det_work); smbchg_relax(chip, PM_DETECT_HVDCP); smbchg_change_usb_supply_type(chip, POWER_SUPPLY_TYPE_UNKNOWN); if (chip->parallel.use_parallel_aicl) { Loading