]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commit
xhci iso: fix time calculation
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 6 Feb 2014 11:03:59 +0000 (12:03 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 18 Feb 2014 14:39:13 +0000 (15:39 +0100)
commit786ad214c72226fa5bd4ebf18aeb4c6b54d3ba80
tree5ea2ef50b98307b68b87f1e879392d2f4ca4a4be
parentc348e481759057c925cce4bf54336f1518b8c702
xhci iso: fix time calculation

Frameid specifies frames not microframes, so we
need to shift it to get the microframe index.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c