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

2022-02-22 Thread Laurent Vivier
Le 26/11/2021 à 15:04, Noah Bergbauer a écrit : 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/in

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/usb/dev-hid.c | 6 +++-

[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/h