mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
As soon as we enable the first PS/2 port on the I8042 controller, the output buffer may become full. We need to drain it before attempting any new commands with the controller (such as enabling the second PS/2 port). Fixes #10872.