File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MdeModulePkg/Universal/Console/TerminalDxe Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -521,15 +521,15 @@ TerminalDriverBindingStart (
521
521
return Status ;
522
522
}
523
523
524
- if (!IsHotPlugDevice (ParentDevicePath )) {
524
+ // if (!IsHotPlugDevice (ParentDevicePath)) {
525
525
//
526
526
// if the serial device is a hot plug device, do not update the
527
527
// ConInDev, ConOutDev, and StdErrDev variables.
528
528
//
529
529
TerminalUpdateConsoleDevVariable (EFI_CON_IN_DEV_VARIABLE_NAME , ParentDevicePath );
530
530
TerminalUpdateConsoleDevVariable (EFI_CON_OUT_DEV_VARIABLE_NAME , ParentDevicePath );
531
531
TerminalUpdateConsoleDevVariable (EFI_ERR_OUT_DEV_VARIABLE_NAME , ParentDevicePath );
532
- }
532
+ // }
533
533
534
534
//
535
535
// Do not create any child for END remaining device path.
You can’t perform that action at this time.
0 commit comments