[SeaBIOS] [PATCH] ps2: Disable keyboard and mouse before flushing the queue

2020-05-23 Thread Paul Menzel
From: Stefan Reinauer If SeaBIOS is run as a payload via coreboot (and presumably as a CSM), then it's possible the keyboard or mouse will still be enabled. This can lead to data being queued even after the flush function attempts to clear the queue. Disabling the keyboard/mouse prior to flushi

[SeaBIOS] Re: [PATCH] ps2: Disable keyboard and mouse before flushing the queue

2020-05-23 Thread Kevin O'Connor
On Sat, May 23, 2020 at 11:10:24PM +0200, Paul Menzel wrote: > From: Stefan Reinauer > > If SeaBIOS is run as a payload via coreboot (and presumably as a > CSM), then it's possible the keyboard or mouse will still be > enabled. This can lead to data being queued even after the flush > function a