git: boot - Fix 'shift key generates space' in boot loader

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jul 27 17:41:13 PDT 2020


commit 6c6578b8cc1be2e74ccc79e9dd83dffada8440bb
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Jul 27 17:40:04 2020 -0700

    boot - Fix 'shift key generates space' in boot loader
    
    * Fix an issue where shift, control, and other non-keystroke keys
      generate a space.
    
      The keyboard read code assumed that there would not be two
      back-to-back EFI_NOT_READY status returns from ReadKeyStroke.

Summary of changes:
 sys/boot/efi/libefi/efi_console.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6c6578b8cc1be2e74ccc79e9dd83dffada8440bb


-- 
DragonFly BSD source repository


More information about the Commits mailing list