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
A hooking API was implemented for 4.17 in fa93854 followed
by hooks for Thinkpad laptops in 2801b96. The Thinkpad
drivers did not support the Thinkpad 13 and the hooking API crashes
on unsupported batteries by altering a list of hooks during unsafe
iteration. Thus, Thinkpad 13 laptops could no longer boot.
Additionally, a lock was kept in place and debugging information was
printed out of order.
Fixes: fa93854 (battery: Add the battery hooking API)
Cc: 4.17+ <[email protected]> # 4.17+
Signed-off-by: Jouke Witteveen <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
0 commit comments