You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cable check thread completes after the car has already been
unplugged, clear_errors_on_unplug() has already run. The late
raise_cable_check_fault() then leaves the charger permanently
inoperative. This fix skips raising the fault when the session has
already ended (Idle/Finished state).
Signed-off-by: Rishabh Vaish <rishabhvaish.904@gmail.com>
0 commit comments