Re: [Qemu-devel] [PATCH] Adds keycode 86 to the hid_usage_keys translation table.

2016-02-10 Thread Michael Tokarev
04.02.2016 22:03, Daniel Serpell wrote: > This key is present in international keyboards, between left shift and > the 'Z' key, ant is described in the HID usage tables as "Keyboard > Non-US \ and |": http://www.usb.org/developers/hidpage/Hut1_12v2.pdf > > This patch fixes the usb-kbd devices. Ap

Re: [Qemu-devel] [PATCH] Adds keycode 86 to the hid_usage_keys translation table.

2016-02-05 Thread Gerd Hoffmann
On Do, 2016-02-04 at 16:03 -0300, Daniel Serpell wrote: > This key is present in international keyboards, between left shift and > the 'Z' key, ant is described in the HID usage tables as "Keyboard > Non-US \ and |": http://www.usb.org/developers/hidpage/Hut1_12v2.pdf > > This patch fixes the usb-

[Qemu-devel] [PATCH] Adds keycode 86 to the hid_usage_keys translation table.

2016-02-04 Thread Daniel Serpell
This key is present in international keyboards, between left shift and the 'Z' key, ant is described in the HID usage tables as "Keyboard Non-US \ and |": http://www.usb.org/developers/hidpage/Hut1_12v2.pdf This patch fixes the usb-kbd devices. Signed-off-by: Daniel Serpell --- hw/input/hid.c |