update hotplug check logic

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7674 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2009-02-25 07:57:45 +00:00
parent f1aec6ccb4
commit 7c2228d2cb

View File

@ -301,7 +301,7 @@ TerminalDriverBindingStart (
goto Error; goto Error;
} }
if (IsHotPlugDevice (ParentDevicePath)) { if (!IsHotPlugDevice (ParentDevicePath)) {
// //
// if the serial device is a hot plug device, do not update the // if the serial device is a hot plug device, do not update the
// ConInDev, ConOutDev, and StdErrDev variables. // ConInDev, ConOutDev, and StdErrDev variables.