diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-21 13:49:59 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-26 08:42:42 +0200 |
commit | 2386a907301134d344649426e6928614567d1235 (patch) | |
tree | ce4bfb9e23d61cdf3b9935a5cd71018240991d07 /trace-events | |
parent | 11c7fa7fa602704d9673ea59c575f58777008d93 (diff) | |
download | qemu-2386a907301134d344649426e6928614567d1235.tar.gz qemu-2386a907301134d344649426e6928614567d1235.tar.bz2 qemu-2386a907301134d344649426e6928614567d1235.zip |
input: add name to input_event_key_number
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-events b/trace-events index b6d289d720..0870204736 100644 --- a/trace-events +++ b/trace-events @@ -1050,7 +1050,7 @@ gd_update(int x, int y, int w, int h) "x=%d, y=%d, w=%d, h=%d" gd_key_event(int gdk_keycode, int qemu_keycode, const char *action) "translated GDK keycode %d to QEMU keycode %d (%s)" # ui/input.c -input_event_key_number(int conidx, int number, bool down) "con %d, key number 0x%x, down %d" +input_event_key_number(int conidx, int number, const char *qcode, bool down) "con %d, key number 0x%x [%s], down %d" input_event_key_qcode(int conidx, const char *qcode, bool down) "con %d, key qcode %s, down %d" input_event_btn(int conidx, const char *btn, bool down) "con %d, button %s, down %d" input_event_rel(int conidx, const char *axis, int value) "con %d, axis %s, value %d" |