e HID
descriptor.
On Sat, Dec 4, 2021 at 12:20 PM Noah Bergbauer wrote:
> ping https://patchew.org/QEMU/20211126140437.79745-1-n...@statshelix.com/
>
> On Fri, Nov 26, 2021 at 3:04 PM Noah Bergbauer
> wrote:
>
>> Simply set the respective bits and update the descriptor accord
ping https://patchew.org/QEMU/20211126140437.79745-1-n...@statshelix.com/
On Fri, Nov 26, 2021 at 3:04 PM Noah Bergbauer wrote:
> Simply set the respective bits and update the descriptor accordingly.
>
> Signed-off-by: Noah Bergbauer
> ---
> hw/input/hid.c | 2 ++
> hw
Simply set the respective bits and update the descriptor accordingly.
Signed-off-by: Noah Bergbauer
---
hw/input/hid.c | 2 ++
hw/usb/dev-hid.c | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/hw/input/hid.c b/hw/input/hid.c
index 8aab0521f4..e7ecebdf8f 100644
--- a
Public bug reported:
Here's the scenario: I'm working on code for loopback audio recording
(i.e. recording what you're hearing) using WASAPI on Windows. As I
usually develop on Linux, I'm using qemu to test this on a Windows 10
VM. The heart of WASAPI audio recording is the
IAudioCaptureClient::Ge