[edk2-devel] [PATCH] OvmfPkg: OVMF supports USB mouses

2024-04-05 Thread phillip
From: Phillip Tennen UsbMouseDxe was missing from the OVMF build description, so the Simple Pointer Protocol wasn't usable from within QEMU. Here's an example of somone getting tripped up by this: https://forum.osdev.org/viewtopic.php?f=1&t=31572. I worked around this by including the below pa

Re: [edk2-devel] [PATCH] OvmfPkg: OVMF supports USB mouses

2024-04-05 Thread Heinrich Schuchardt
On 05.04.24 14:58, phil...@axleos.com wrote: From: Phillip Tennen UsbMouseDxe was missing from the OVMF build description, so the Simple Pointer Protocol wasn't usable from within QEMU. Here's an example of somone getting tripped up by this: https://forum.osdev.org/viewtopic.php?f=1&t=31572.

Re: [edk2-devel] [PATCH] OvmfPkg: OVMF supports USB mouses

2024-04-05 Thread Heinrich Schuchardt
On 05.04.24 14:58, phil...@axleos.com wrote: From: Phillip Tennen UsbMouseDxe was missing from the OVMF build description, so the Simple Pointer Protocol wasn't usable from within QEMU. Here's an example of somone getting tripped up by this: https://forum.osdev.org/viewtopic.php?f=1&t=31572.