[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 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

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 duplicate