Revision 80cf7cf7 hw/usb-hub.c

b/hw/usb-hub.c
207 207
    /*
208 208
     * Just pass it along upstream for now.
209 209
     *
210
     * If we ever inplement usb 2.0 split transactions this will
210
     * If we ever implement usb 2.0 split transactions this will
211 211
     * become a little more complicated ...
212
     *
213
     * Can't use usb_packet_complete() here because packet->owner is
214
     * cleared already, go call the ->complete() callback directly
215
     * instead.
212 216
     */
213
    usb_packet_complete(&s->dev, packet);
217
    s->dev.port->ops->complete(s->dev.port, packet);
214 218
}
215 219

  
216 220
static void usb_hub_handle_reset(USBDevice *dev)

Also available in: Unified diff