Skip to content

Commit 11fff7d

Browse files
committed
disable ps2 kb console update
Signed-off-by: Filip Lewiński <[email protected]>
1 parent 4c728d2 commit 11fff7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DasharoPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ UpdatePs2KeyboardConIn (
303303
return;
304304

305305
// 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-
}
306+
// if (!DetectPs2Keyboard()) {
307+
// DEBUG ((DEBUG_INFO, "PS/2 keyboard not connected\n"));
308+
// EfiBootManagerUpdateConsoleVariable (ConIn, NULL, mPs2KbdDevicePath);
309+
// }
310310
}
311311

312312
/**

0 commit comments

Comments
 (0)