[PATCH] hid: trivial change to support side and extra buttons

2022-01-22 Thread Noah Bergbauer
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

Re: [PATCH] hid: Implement support for side and extra buttons

2021-12-04 Thread Noah Bergbauer
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

[PATCH] hid: Implement support for side and extra buttons

2021-11-26 Thread Noah Bergbauer
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

[Bug 1861458] [NEW] Clock drift issue with -soundhw hda

2020-01-30 Thread Noah Bergbauer
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