usb-hub: don't trigger assert on packet completion.
commit80cf7cf74f29a219e02b50f27c12b1c792ebf99b
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 13 Oct 2011 10:52:47 +0000 (13 12:52 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 13 Oct 2011 11:16:34 +0000 (13 13:16 +0200)
tree8ae039df6b1465d8a3911ff6b6813f276629895f
parent3a3286bf0be8582854b3d451700ae38849b83b7c
usb-hub: don't trigger assert on packet completion.

Calling usb_packet_complete() recursively when passing up the completion
event up the chain for devices connected via usb hub will trigger an
assert.  So don't do that, make the usb hub emulation call the upstream
completion callback directly instead.

Based on a patch from Stefan Hajnoczi <stefanha@gmail.com>

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