Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 343f37b5c07fd261b0fe8f3236459c9071be38b7 https://github.com/tianocore/edk2/commit/343f37b5c07fd261b0fe8f3236459c9071be38b7 Author: Walon Li <walon...@hpe.com> Date: 2022-07-22 (Fri, 22 Jul 2022)
Changed paths: M MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c M MdeModulePkg/Universal/SetupBrowserDxe/Setup.c Log Message: ----------- MdeModulePkg/SetupBrowserDxe:Follow spec'd way to reconnect driver REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3952 In UEFI spec, it defines reconnect timing that will be activated upon exiting of the formset or the browser. However, we did't use this kind of way to check reconnect conditioncode. Code only blocks reconnect if page is updated dynamically. That's not matched spec'd way. We should check current formset whether is exiting, then reconnect driver. Signed-off-by: Walon Li <walon...@hpe.com> Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits