We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c728d2 commit 11fff7dCopy full SHA for 11fff7d
DasharoPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c
@@ -303,10 +303,10 @@ UpdatePs2KeyboardConIn (
303
return;
304
305
// Remove the keyboard from ConIn if it was not detected.
306
- if (!DetectPs2Keyboard()) {
307
- DEBUG ((DEBUG_INFO, "PS/2 keyboard not connected\n"));
308
- EfiBootManagerUpdateConsoleVariable (ConIn, NULL, mPs2KbdDevicePath);
309
- }
+ // if (!DetectPs2Keyboard()) {
+ // DEBUG ((DEBUG_INFO, "PS/2 keyboard not connected\n"));
+ // EfiBootManagerUpdateConsoleVariable (ConIn, NULL, mPs2KbdDevicePath);
+ // }
310
}
311
312
/**
0 commit comments