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
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
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
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