Re: [Qemu-devel] [PATCH] hw/input/hid: Add support for several keys.

2018-01-02 Thread Laurent Vivier
Le 02/01/2018 à 10:03, Tao Wu(吴涛@Eng) a écrit : > Ping? Your patch has been Merged by michael with his pull request of 17/12/2017. Thanks, Laurent > On Thu, Dec 14, 2017 at 1:25 PM, Tao Wu(吴涛@Eng) wrote: >> Anybody can merge this? >> >> It's a simple change: actually it only changed 4 bytes in

Re: [Qemu-devel] [PATCH] hw/input/hid: Add support for several keys.

2018-01-02 Thread 吴涛@Eng
Ping? On Thu, Dec 14, 2017 at 1:25 PM, Tao Wu(吴涛@Eng) wrote: > Anybody can merge this? > > It's a simple change: actually it only changed 4 bytes in hid usage > table to enable 4 keys: audiomute volumeup volumedown and power. > > It's easy to verify what the patch is doing: > > Boot some guest o

Re: [Qemu-devel] [PATCH] hw/input/hid: Add support for several keys.

2017-12-14 Thread 吴涛@Eng
Anybody can merge this? It's a simple change: actually it only changed 4 bytes in hid usage table to enable 4 keys: audiomute volumeup volumedown and power. It's easy to verify what the patch is doing: Boot some guest os with argument "-usbdevice keyboard" and use qemu monitor console to do "s

[Qemu-devel] [PATCH] hw/input/hid: Add support for several keys.

2017-12-06 Thread Tao Wu via Qemu-devel
Add support for these keys: audiomute volumedown volumeup power. Tested with "sendkey" command in monitor and verify the behavior in guest OS. Signed-off-by: Tao Wu --- hw/input/hid.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/input/hid.c b/hw/input/hid.c inde