X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UnixPkg%2FUnixUgaDxe%2FUnixUgaDriver.c;h=99aa115038a56dd6821670af5080cc57701d75e3;hb=639a76d1912f8eb07e26b1a8f2393b682be65f2c;hp=4d3148baa3c3ddc5b380c1af5172bf9322504b6a;hpb=f9b8ab563212511e9b46d5e73f9544f9b17d2fea;p=mirror_edk2.git diff --git a/UnixPkg/UnixUgaDxe/UnixUgaDriver.c b/UnixPkg/UnixUgaDxe/UnixUgaDriver.c index 4d3148baa3..99aa115038 100644 --- a/UnixPkg/UnixUgaDxe/UnixUgaDriver.c +++ b/UnixPkg/UnixUgaDxe/UnixUgaDriver.c @@ -177,6 +177,8 @@ Returns: &Private->UgaDraw, &gEfiSimpleTextInProtocolGuid, &Private->SimpleTextIn, + &gEfiSimplePointerProtocolGuid, + &Private->SimplePointer, NULL ); @@ -264,6 +266,8 @@ Returns: &Private->UgaDraw, &gEfiSimpleTextInProtocolGuid, &Private->SimpleTextIn, + &gEfiSimplePointerProtocolGuid, + &Private->SimplePointer, NULL ); if (!EFI_ERROR (Status)) {