The Framework Laptop EC debug console shows the keyboard force reset
when the first keystroke interrupt reached.
It is because the return value of probe_keyboard is non zero from the
echo test so that the kernel consider the keyboard is unconfigured.
So that when the keyboard interrupt is reached at the first time, it try
to reset then configure the keyboard.
Co-Authored-By: obiwac
Sponsored By: FreeBSD Foundation