FreeBSD Bugzilla – Attachment 210000 Details for
Bug 242660
loader_lua.efi unable to do anything after r355347 on Lenovo ThinkPad E590T (20NB)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch by Toomas Soome
stand-efi-libefi-efi_console.c.diff (text/plain), 598 bytes, created by
Trond Endrestøl
on 2019-12-17 02:07:05 UTC
(
hide
)
Description:
Patch by Toomas Soome
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2019-12-17 02:07:05 UTC
Size:
598 bytes
patch
obsolete
>Index: stand/efi/libefi/efi_console.c >=================================================================== >--- stand/efi/libefi/efi_console.c (revision 355837) >+++ stand/efi/libefi/efi_console.c (working copy) >@@ -1112,7 +1112,11 @@ > if (status == EFI_SUCCESS) { > kss = key_data.KeyState.KeyShiftState; > kp = &key_data.Key; >+ printf("\nkss: %x kts: %x\n", kss, >+ (unsigned)key_data.KeyState.KeyToggleState); > if (kss & EFI_SHIFT_STATE_VALID) { >+ printf("scancode: %x unicode: %x\n", kp->ScanCode, >+ kp->UnicodeChar); > > /* > * quick mapping to control chars, replace with
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242660
: 210000