Re: [kbd] Patch
Alexey Gladkov <[email protected]> Wed, 1 Apr 2020 20:28:22 +0200
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <20200401182822.3uzonb5kn337gt7u@comp-core-i7-2640m-0182e6> |
On Wed, Apr 01, 2020 at 06:24:37PM +0000, Massimo Masotti wrote: > Good morning, > I think I have discovered a bug in kbd-2.2.0 in the program 'loadkeys'. > > The first row of the table 'key_maps[MAX_NR_KEYMAPS]' of the generated file > would be, in my mind, > > plain_map, shift_map, altgr_map, shift_altgr_map, > > not > > altgr_ctrl_altplain_map, shift_map, altgr_map, shift_altgr_map, > > The attached patch fixes this thing (and the related test). I suppose that this has already been fixed in master: https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git/commit/?id=88ae58fe8a223d11307accc36cc293133a18e7ac Can you check kbd master branch ? -- Rgrds, legion