Re: [PATCH] hw/input/hid: Add support for keys of jp106 keyboard.

2021-05-18 Thread Gerd Hoffmann
On Thu, May 13, 2021 at 09:53:34AM +0200, Laurent Vivier wrote: > Le 13/05/2021 à 08:11, Katsuhiro Ueno a écrit : > > Ping. > > cc Gerd Added to usb queue. thanks, Gerd

Re: [PATCH] hw/input/hid: Add support for keys of jp106 keyboard.

2021-05-13 Thread Laurent Vivier
Le 13/05/2021 à 08:11, Katsuhiro Ueno a écrit : > Ping. cc Gerd > 2021-04-27 11:02 Katsuhiro Ueno : >> >> Add support for the following keys: KATAKANAHIRAGANA, HENKAN, MUHENKAN, >> RO, and YEN. Before this commit, these keys did not work as expected >> when a jp106 keyboard was connected to the

Re: [PATCH] hw/input/hid: Add support for keys of jp106 keyboard.

2021-05-12 Thread Katsuhiro Ueno
Ping. 2021-04-27 11:02 Katsuhiro Ueno : > > Add support for the following keys: KATAKANAHIRAGANA, HENKAN, MUHENKAN, > RO, and YEN. Before this commit, these keys did not work as expected > when a jp106 keyboard was connected to the guest as a usb-kbd device. > > Signed-off-by: Katsuhiro Ueno > -

[PATCH] hw/input/hid: Add support for keys of jp106 keyboard.

2021-04-26 Thread Katsuhiro Ueno
Add support for the following keys: KATAKANAHIRAGANA, HENKAN, MUHENKAN, RO, and YEN. Before this commit, these keys did not work as expected when a jp106 keyboard was connected to the guest as a usb-kbd device. Signed-off-by: Katsuhiro Ueno --- hw/input/hid.c | 4 ++-- 1 file changed, 2 inserti