Re: [PATCH v3 00/11] PS/2 controller related fixes

2021-05-15 Thread Philippe Mathieu-Daudé
On 5/15/21 4:35 PM, BALATON Zoltan wrote: > On Sat, 15 May 2021, Philippe Mathieu-Daudé wrote: >> On 5/15/21 1:31 PM, Volker Rümelin wrote: >>> This patch series fixes two different PS/2 mouse stream corruptions >>> and adds a feature that allows some old misbehaving DOS programs to >>> have a work

Re: [PATCH v3 00/11] PS/2 controller related fixes

2021-05-15 Thread BALATON Zoltan
On Sat, 15 May 2021, Philippe Mathieu-Daudé wrote: On 5/15/21 1:31 PM, Volker Rümelin wrote: This patch series fixes two different PS/2 mouse stream corruptions and adds a feature that allows some old misbehaving DOS programs to have a working keyboard. With the last few patches, the PS/2 con- t

Re: [PATCH v3 00/11] PS/2 controller related fixes

2021-05-15 Thread Philippe Mathieu-Daudé
On 5/15/21 1:31 PM, Volker Rümelin wrote: > This patch series fixes two different PS/2 mouse stream corruptions > and adds a feature that allows some old misbehaving DOS programs to > have a working keyboard. With the last few patches, the PS/2 con- > troller behaves more like a real controller. >

[PATCH v3 00/11] PS/2 controller related fixes

2021-05-15 Thread Volker Rümelin
This patch series fixes two different PS/2 mouse stream corruptions and adds a feature that allows some old misbehaving DOS programs to have a working keyboard. With the last few patches, the PS/2 con- troller behaves more like a real controller. v2: Introduce the function kbd_pending() in a prel