View | Details | Raw Unified | Return to bug 242660
Collapse All | Expand All

(-)stand/efi/libefi/efi_console.c (+4 lines)
Lines 1112-1118 Link Here
1112
	if (status == EFI_SUCCESS) {
1112
	if (status == EFI_SUCCESS) {
1113
		kss = key_data.KeyState.KeyShiftState;
1113
		kss = key_data.KeyState.KeyShiftState;
1114
		kp = &key_data.Key;
1114
		kp = &key_data.Key;
1115
		printf("\nkss: %x kts: %x\n", kss,
1116
		    (unsigned)key_data.KeyState.KeyToggleState);
1115
		if (kss & EFI_SHIFT_STATE_VALID) {
1117
		if (kss & EFI_SHIFT_STATE_VALID) {
1118
			printf("scancode: %x unicode: %x\n", kp->ScanCode,
1119
			    kp->UnicodeChar);
1116
1120
1117
			/*
1121
			/*
1118
			 * quick mapping to control chars, replace with
1122
			 * quick mapping to control chars, replace with

Return to bug 242660