Re: [PATCH 0/4] Implement the 'setkey' command to allow changing the keyboard map

2015-07-14 Thread Vladimir 'phcoder' Serbinenko
Le 14 juil. 2015 19:25, "Luc Van Rompaey" a écrit : > > Just a few quick notes: > I have just retried to integrate my 'setkey' and 'setnumpad' commands into my input terminal module, and it works. > I have no idea what I did wrong when I tried it earlier on, but it obviously must have been somethi

Re: [PATCH 0/4] Implement the 'setkey' command to allow changing the keyboard map

2015-07-14 Thread Luc Van Rompaey
Just a few quick notes: - I have just retried to integrate my 'setkey' and 'setnumpad' commands into my input terminal module, and it works. I have no idea what I did wrong when I tried it earlier on, but it obviously must have been something silly. - The INT16H/10H extended keyboar

Re: [PATCH 0/4] Implement the 'setkey' command to allow changing the keyboard map

2015-07-12 Thread Luc Van Rompaey
2015-07-12 12:03 GMT+02:00 Andrei Borzenkov : > В Sat, 11 Jul 2015 20:28:20 +0200 > Luc Van Rompaey пишет: > > > Legacy GRUB had a 'setkey' command to remap the keyboard keys. > > GRUB2 no longer has this command. Instead, it provides an 'at_keyboard' > > input terminal module, which can load a

Re: [PATCH 0/4] Implement the 'setkey' command to allow changing the keyboard map

2015-07-12 Thread Andrei Borzenkov
В Sat, 11 Jul 2015 20:28:20 +0200 Luc Van Rompaey пишет: > Legacy GRUB had a 'setkey' command to remap the keyboard keys. > GRUB2 no longer has this command. Instead, it provides an 'at_keyboard' > input terminal module, which can load a GRUB keymap. > Unfortunately, at least on the i386-pc plat

[PATCH 0/4] Implement the 'setkey' command to allow changing the keyboard map

2015-07-11 Thread Luc Van Rompaey
Legacy GRUB had a 'setkey' command to remap the keyboard keys. GRUB2 no longer has this command. Instead, it provides an 'at_keyboard' input terminal module, which can load a GRUB keymap. Unfortunately, at least on the i386-pc platform, 'at_keyboard' is problematic, in that it easily causes hangup