diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-03-25 12:41:46 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-04-01 10:17:45 +0200 |
commit | e82597f6f83bf872677cde37e540882880dcbafe (patch) | |
tree | b0709c6f5163f9d9eaafd24cd963619c36c1425c /trace-events | |
parent | 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b (diff) |
input: fix input_event_key_number trace event
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 3df3f32314..9303245e81 100644 --- a/trace-events +++ b/trace-events @@ -1022,7 +1022,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%d, down %d" +input_event_key_number(int conidx, int number, bool down) "con %d, key number 0x%x, 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" |