Re: [PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5).

2015-10-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.02.2014 23:12, Peter Jones wrote: > This is version 4. > > Changes from version 1: > - handles SHIFT as a modifier > - handles F11 and F12 keys > - uses the handle provided by the system table to find our _EX protocol. > > Changes from version 2: > - eliminate duplicate keycode translation.

Re: [PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5).

2015-10-12 Thread Andrei Borzenkov
12.10.2015 17:47, Peter Jones пишет: On Sat, Oct 10, 2015 at 09:48:58PM +0300, Andrei Borzenkov wrote: Sorry - realized I should have addressed your question and said one more thing. Are there open issues with this patch? Is it used by Fedora? The part about SHIFT state bothers me, what happen

Re: [PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5).

2015-10-12 Thread Peter Jones
On Sat, Oct 10, 2015 at 09:48:58PM +0300, Andrei Borzenkov wrote: Sorry - realized I should have addressed your question and said one more thing. > Are there open issues with this patch? Is it used by Fedora? The part about > SHIFT state bothers me, what happens for non-ASCII printable characters

Re: [PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5).

2015-10-12 Thread Peter Jones
On Sat, Oct 10, 2015 at 09:48:58PM +0300, Andrei Borzenkov wrote: > 26.02.2014 02:12, Peter Jones пишет: > >This is version 4. > > > >Changes from version 1: > >- handles SHIFT as a modifier > >- handles F11 and F12 keys > >- uses the handle provided by the system table to find our _EX protocol. >

Re: [PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5).

2015-10-10 Thread Andrei Borzenkov
26.02.2014 02:12, Peter Jones пишет: This is version 4. Changes from version 1: - handles SHIFT as a modifier - handles F11 and F12 keys - uses the handle provided by the system table to find our _EX protocol. Changes from version 2: - eliminate duplicate keycode translation. Changes from vers

Re: [PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5).

2014-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.02.2014 03:58, Mroczek, Joseph T wrote: >> From: Peter Jones >> Sent: Tuesday, February 25, 2014 2:12 PM >> >> This is version 4. >> >> Changes from version 1: >> - handles SHIFT as a modifier >> - handles F11 and F12 keys >> - uses the handle provided by the system table to find our _EX prot

RE: [PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5).

2014-02-25 Thread Mroczek, Joseph T
> From: Peter Jones > Sent: Tuesday, February 25, 2014 2:12 PM > > This is version 4. > > Changes from version 1: > - handles SHIFT as a modifier > - handles F11 and F12 keys > - uses the handle provided by the system table to find our _EX protocol. > > Changes from version 2: > - eliminate dupl

[PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5).

2014-02-25 Thread Peter Jones
This is version 4. Changes from version 1: - handles SHIFT as a modifier - handles F11 and F12 keys - uses the handle provided by the system table to find our _EX protocol. Changes from version 2: - eliminate duplicate keycode translation. Changes from version 3: - Do not add the shift modifier

[PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 4).

2014-02-25 Thread Peter Jones
This is version 4. Changes from version 1: - handles SHIFT as a modifier - handles F11 and F12 keys - uses the handle provided by the system table to find our _EX protocol. Changes from version 2: - eliminate duplicate keycode translation. Changes from version 3: - Do not add the shift modifier

[PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 3).

2014-02-04 Thread Peter Jones
This is version 3. Changes from version 1: - handles SHIFT as a modifier - handles F11 and F12 keys - uses the handle provided by the system table to find our _EX protocol. Changes from version 2: - eliminate duplicate keycode translation. Signed-off-by: Peter Jones --- grub-core/term/efi/cons

[PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 2).

2014-02-04 Thread Peter Jones
This is version 2. Changes from version 1: - handles SHIFT as a modifier - handles F11 and F12 keys - uses the handle provided by the system table to find our _EX protocol. Signed-off-by: Peter Jones --- grub-core/term/efi/console.c | 104 ++- include/gr

[PATCH] Make CTRL and ALT keys work as expected on EFI systems.

2014-02-04 Thread Peter Jones
Signed-off-by: Peter Jones --- grub-core/term/efi/console.c | 119 +++ include/grub/efi/api.h | 65 ++- 2 files changed, 174 insertions(+), 10 deletions(-) diff --git a/grub-core/term/efi/console.c b/grub-core/term/efi/console.c