commit | b8cbc1374acdc1d8081f1dc57ef1249d263cf389 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Aug 27 16:59:37 2013 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Sep 02 11:06:20 2013 +0200 |
tree | 94ca2bc279221deceb8916fadf77fb6d313b6a4e | |
parent | c96c41ed0d38d68a6c8b6f84751afebafeae31be [diff] [blame] |
usb-hub: add tracepoint for status reports Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
diff --git a/hw/usb/dev-hub.c b/hw/usb/dev-hub.c index e865a98..54f63c0 100644 --- a/hw/usb/dev-hub.c +++ b/hw/usb/dev-hub.c
@@ -475,6 +475,7 @@ port->wPortChange_reported = port->wPortChange; } if (status != 0) { + trace_usb_hub_status_report(s->dev.addr, status); for(i = 0; i < n; i++) { buf[i] = status >> (8 * i); }