Re: [PATCH] ps2: Don't send key release event for Lang1, Lang2 keys

2023-03-07 Thread Daniel P . Berrangé
We don't have any nominated maintainer for this ps2.c file. Unless anyone objects, i'll pick this patch up into my next set of misc fixes to be sent for this release. On Mon, Feb 27, 2023 at 05:42:34PM +, Daniel P. Berrangé wrote: > On Mon, Feb 27, 2023 at 05:33:08PM +, Ross Lagerwall wrot

Re: [PATCH] ps2: Don't send key release event for Lang1, Lang2 keys

2023-02-27 Thread Daniel P . Berrangé
On Mon, Feb 27, 2023 at 05:33:08PM +, Ross Lagerwall wrote: > The scancodes for the Lang1 and Lang2 keys (i.e. Hangeul, Hanja) are > special since they already have the 0x80 bit set which is commonly used > to indicate a key release in AT set 1. Reportedly, real hardware does > not send a key r

[PATCH] ps2: Don't send key release event for Lang1, Lang2 keys

2023-02-27 Thread Ross Lagerwall via
The scancodes for the Lang1 and Lang2 keys (i.e. Hangeul, Hanja) are special since they already have the 0x80 bit set which is commonly used to indicate a key release in AT set 1. Reportedly, real hardware does not send a key release scancode. So, skip sending a release for these keys. This ensures